COLOR #CFDAEC

HEX: #CFDAEC
RGB: (207,218,236)

Color info

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

RGB color model

#CFDAEC color RGB value is (207,218,236).

  • red value is 207;
  • green value is 218;
  • blue value is 236.
RGB:
(207,218,236)
(81%,85%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 218 of 255 = 85%
B 236 of 255 = 93%

207
218
236

R + G + B ~ 86%. #CFDAEC is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 218 + 236 = 661 (100%)
R 207 of 661 ~ 31.32%
G 218 of 661 ~ 32.98%
B 236 of 661 ~ 35.7%

%31.32
%32.98
%35.7

CMYK color model

#CFDAEC color CMYK value is (12,8,0,7).

  • cyan value is 12.29%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(12,8,0,7)
C12M8Y0K7 
(12%,8%,0%,7%)
(0.12/0.08/0.00/0.07)	

CMYK percentages

%12.29
%7.63
%0
%7.45

Codes

Color #CFDAEC in popluar color models

CFDAEC
RGB207218236
HSL217°43.28%86.86%
HSB/HSV217°12.29%92.55%
CMYK12.29%7.63%0.00%
7.45%

Color #CFDAEC in popluar number systems.

HEXCFDAEC
Decimal207218236
Binary110011111101101011101100
Octal317332354

Shades and tints

Shades of #CFDAEC

#CFDAEC
(207,218,236)
#BDC7D7
(189,199,215)
#ABB4C2
(171,180,194)
#99A1AD
(153,161,173)
#878E98
(135,142,152)
#757B83
(117,123,131)
#63686E
(99,104,110)
#515559
(81,85,89)
#3F4244
(63,66,68)
#2D2F2F
(45,47,47)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #CFDAEC

#CFDAEC
(207,218,236)
#D3DDED
(211,221,237)
#D7E0EE
(215,224,238)
#DBE3EF
(219,227,239)
#DFE6F0
(223,230,240)
#E3E9F1
(227,233,241)
#E7ECF2
(231,236,242)
#EBEFF3
(235,239,243)
#EFF2F4
(239,242,244)
#F3F5F5
(243,245,245)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDAEC color. Also use rgb(207,218,236) instead hex code.

Text Font Color

.myTextColor { color: #CFDAEC; }

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

This text font color is #CFDAEC.


Background Color

.myBgColor { background-color: #CFDAEC; }

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

This div background color is #CFDAEC.


Border color

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

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

This div border color is #CFDAEC.


Opacity

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

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

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

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

This text has shadow with #CFDAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDAEC on black background.


Color preview on white background

This text has color #CFDAEC on white background.



Black color preview on #CFDAEC background

This text has black color on #CFDAEC background.


White color preview on #CFDAEC background

This text has white color on #CFDAEC background.