COLOR #C7D3EB

HEX: #C7D3EB
RGB: (199,211,235)

Color info

#C7D3EB contains red, green and blue colors in about the same proportion. Web safe color of #C7D3EB is #CCCCFF (or #CCF).

RGB color model

#C7D3EB color RGB value is (199,211,235).

  • red value is 199;
  • green value is 211;
  • blue value is 235.
RGB:
(199,211,235)
(78%,83%,92%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 235 of 255 = 92%

199
211
235

R + G + B ~ 84%. #C7D3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 211 + 235 = 645 (100%)
R 199 of 645 ~ 30.85%
G 211 of 645 ~ 32.71%
B 235 of 645 ~ 36.43%

%30.85
%32.71
%36.43

CMYK color model

#C7D3EB color CMYK value is (15,10,0,8).

  • cyan value is 15.32%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,10,0,8)
C15M10Y0K8 
(15%,10%,0%,8%)
(0.15/0.10/0.00/0.08)	

CMYK percentages

%15.32
%10.21
%0
%7.84

Codes

Color #C7D3EB in popluar color models

C7D3EB
RGB199211235
HSL220°47.37%85.10%
HSB/HSV220°15.32%92.16%
CMYK15.32%10.21%0.00%
7.84%

Color #C7D3EB in popluar number systems.

HEXC7D3EB
Decimal199211235
Binary110001111101001111101011
Octal307323353

Shades and tints

Shades of #C7D3EB

#C7D3EB
(199,211,235)
#B5C0D6
(181,192,214)
#A3ADC1
(163,173,193)
#919AAC
(145,154,172)
#7F8797
(127,135,151)
#6D7482
(109,116,130)
#5B616D
(91,97,109)
#494E58
(73,78,88)
#373B43
(55,59,67)
#25282E
(37,40,46)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #C7D3EB

#C7D3EB
(199,211,235)
#CCD7EC
(204,215,236)
#D1DBED
(209,219,237)
#D6DFEE
(214,223,238)
#DBE3EF
(219,227,239)
#E0E7F0
(224,231,240)
#E5EBF1
(229,235,241)
#EAEFF2
(234,239,242)
#EFF3F3
(239,243,243)
#F4F7F4
(244,247,244)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D3EB color. Also use rgb(199,211,235) instead hex code.

Text Font Color

.myTextColor { color: #C7D3EB; }

<p style="color:#C7D3EB">This sample text font color is #C7D3EB.</p>

This text font color is #C7D3EB.


Background Color

.myBgColor { background-color: #C7D3EB; }

<div style="background-color:#C7D3EB">Inner text</div>

This div background color is #C7D3EB.


Border color

.myBorderColor { border: 1px solid #C7D3EB; }

<div style="border:3px solid #C7D3EB">Div</div>

This div border color is #C7D3EB.


Opacity

.myOpacity80 { color: #C7D3EB; opacity: 0.8; }

<p style="color:#C7D3EB;opacity:0.8;">80%</p>

Text with #C7D3EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7D3EB;}

<p style="text-shadow: 3px 3px 1px #C7D3EB">Text here.</p>

This text has shadow with #C7D3EB color.

.textShadow {text-shadow: 3px 3px 1px #C7D3EB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7D3EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7D3EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7D3EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7D3EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7D3EB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7D3EB;
  -webkit-box-shadow:	1px 1px 3px 2px #C7D3EB;
  box-shadow:		1px 1px 3px 2px #C7D3EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7D3EB;
-webkit-box-shadow: 1px 1px 3px 2px #C7D3EB;
box-shadow:1px 1px 3px 2px #C7D3EB;">
Div content here</div>
This div box has shadow with color #C7D3EB.

Preview

Color preview on black background

This text has color #C7D3EB on black background.


Color preview on white background

This text has color #C7D3EB on white background.



Black color preview on #C7D3EB background

This text has black color on #C7D3EB background.


White color preview on #C7D3EB background

This text has white color on #C7D3EB background.