COLOR #C7CDE2

HEX: #C7CDE2
RGB: (199,205,226)

Color info

#C7CDE2 contains red, green and blue colors in about the same proportion. Web safe color of #C7CDE2 is #CCCCCC (or #CCC).

RGB color model

#C7CDE2 color RGB value is (199,205,226).

  • red value is 199;
  • green value is 205;
  • blue value is 226.
RGB:
(199,205,226)
(78%,80%,89%)

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 226 of 255 = 89%

199
205
226

R + G + B ~ 82%. #C7CDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 226 = 630 (100%)
R 199 of 630 ~ 31.59%
G 205 of 630 ~ 32.54%
B 226 of 630 ~ 35.87%

%31.59
%32.54
%35.87

CMYK color model

#C7CDE2 color CMYK value is (12,9,0,11).

  • cyan value is 11.95%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(12,9,0,11)
C12M9Y0K11 
(12%,9%,0%,11%)
(0.12/0.09/0.00/0.11)	

CMYK percentages

%11.95
%9.29
%0
%11.37

Codes

Color #C7CDE2 in popluar color models

C7CDE2
RGB199205226
HSL227°31.76%83.33%
HSB/HSV227°11.95%88.63%
CMYK11.95%9.29%0.00%
11.37%

Color #C7CDE2 in popluar number systems.

HEXC7CDE2
Decimal199205226
Binary110001111100110111100010
Octal307315342

Shades and tints

Shades of #C7CDE2

#C7CDE2
(199,205,226)
#B5BBCE
(181,187,206)
#A3A9BA
(163,169,186)
#9197A6
(145,151,166)
#7F8592
(127,133,146)
#6D737E
(109,115,126)
#5B616A
(91,97,106)
#494F56
(73,79,86)
#373D42
(55,61,66)
#252B2E
(37,43,46)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #C7CDE2

#C7CDE2
(199,205,226)
#CCD1E4
(204,209,228)
#D1D5E6
(209,213,230)
#D6D9E8
(214,217,232)
#DBDDEA
(219,221,234)
#E0E1EC
(224,225,236)
#E5E5EE
(229,229,238)
#EAE9F0
(234,233,240)
#EFEDF2
(239,237,242)
#F4F1F4
(244,241,244)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CDE2 color. Also use rgb(199,205,226) instead hex code.

Text Font Color

.myTextColor { color: #C7CDE2; }

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

This text font color is #C7CDE2.


Background Color

.myBgColor { background-color: #C7CDE2; }

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

This div background color is #C7CDE2.


Border color

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

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

This div border color is #C7CDE2.


Opacity

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

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

Text with #C7CDE2 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 #C7CDE2;}

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

This text has shadow with #C7CDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDE2 on black background.


Color preview on white background

This text has color #C7CDE2 on white background.



Black color preview on #C7CDE2 background

This text has black color on #C7CDE2 background.


White color preview on #C7CDE2 background

This text has white color on #C7CDE2 background.