COLOR #CFDAE4

HEX: #CFDAE4
RGB: (207,218,228)

Color info

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

RGB color model

#CFDAE4 color RGB value is (207,218,228).

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

RGB channels and saturation

R 207 of 255 = 81%
G 218 of 255 = 85%
B 228 of 255 = 89%

207
218
228

R + G + B ~ 85%. #CFDAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 218 + 228 = 653 (100%)
R 207 of 653 ~ 31.7%
G 218 of 653 ~ 33.38%
B 228 of 653 ~ 34.92%

%31.7
%33.38
%34.92

CMYK color model

#CFDAE4 color CMYK value is (9,4,0,11).

  • cyan value is 9.21%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(9,4,0,11)
C9M4Y0K11 
(9%,4%,0%,11%)
(0.09/0.04/0.00/0.11)	

CMYK percentages

%9.21
%4.39
%0
%10.59

Codes

Color #CFDAE4 in popluar color models

CFDAE4
RGB207218228
HSL209°28.00%85.29%
HSB/HSV209°9.21%89.41%
CMYK9.21%4.39%0.00%
10.59%

Color #CFDAE4 in popluar number systems.

HEXCFDAE4
Decimal207218228
Binary110011111101101011100100
Octal317332344

Shades and tints

Shades of #CFDAE4

#CFDAE4
(207,218,228)
#BDC7D0
(189,199,208)
#ABB4BC
(171,180,188)
#99A1A8
(153,161,168)
#878E94
(135,142,148)
#757B80
(117,123,128)
#63686C
(99,104,108)
#515558
(81,85,88)
#3F4244
(63,66,68)
#2D2F30
(45,47,48)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #CFDAE4

#CFDAE4
(207,218,228)
#D3DDE6
(211,221,230)
#D7E0E8
(215,224,232)
#DBE3EA
(219,227,234)
#DFE6EC
(223,230,236)
#E3E9EE
(227,233,238)
#E7ECF0
(231,236,240)
#EBEFF2
(235,239,242)
#EFF2F4
(239,242,244)
#F3F5F6
(243,245,246)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDAE4; }

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

This text font color is #CFDAE4.


Background Color

.myBgColor { background-color: #CFDAE4; }

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

This div background color is #CFDAE4.


Border color

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

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

This div border color is #CFDAE4.


Opacity

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

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

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

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

This text has shadow with #CFDAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDAE4 on black background.


Color preview on white background

This text has color #CFDAE4 on white background.



Black color preview on #CFDAE4 background

This text has black color on #CFDAE4 background.


White color preview on #CFDAE4 background

This text has white color on #CFDAE4 background.