COLOR #CFDAE2

HEX: #CFDAE2
RGB: (207,218,226)

Color info

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

RGB color model

#CFDAE2 color RGB value is (207,218,226).

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

RGB channels and saturation

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

207
218
226

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

Portions of RGB colors in percentages

R + G + B =
207 + 218 + 226 = 651 (100%)
R 207 of 651 ~ 31.8%
G 218 of 651 ~ 33.49%
B 226 of 651 ~ 34.72%

%31.8
%33.49
%34.72

CMYK color model

#CFDAE2 color CMYK value is (8,4,0,11).

  • cyan value is 8.41%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(8,4,0,11)
C8M4Y0K11 
(8%,4%,0%,11%)
(0.08/0.04/0.00/0.11)	

CMYK percentages

%8.41
%3.54
%0
%11.37

Codes

Color #CFDAE2 in popluar color models

CFDAE2
RGB207218226
HSL205°24.68%84.90%
HSB/HSV205°8.41%88.63%
CMYK8.41%3.54%0.00%
11.37%

Color #CFDAE2 in popluar number systems.

HEXCFDAE2
Decimal207218226
Binary110011111101101011100010
Octal317332342

Shades and tints

Shades of #CFDAE2

#CFDAE2
(207,218,226)
#BDC7CE
(189,199,206)
#ABB4BA
(171,180,186)
#99A1A6
(153,161,166)
#878E92
(135,142,146)
#757B7E
(117,123,126)
#63686A
(99,104,106)
#515556
(81,85,86)
#3F4242
(63,66,66)
#2D2F2E
(45,47,46)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #CFDAE2

#CFDAE2
(207,218,226)
#D3DDE4
(211,221,228)
#D7E0E6
(215,224,230)
#DBE3E8
(219,227,232)
#DFE6EA
(223,230,234)
#E3E9EC
(227,233,236)
#E7ECEE
(231,236,238)
#EBEFF0
(235,239,240)
#EFF2F2
(239,242,242)
#F3F5F4
(243,245,244)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDAE2; }

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

This text font color is #CFDAE2.


Background Color

.myBgColor { background-color: #CFDAE2; }

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

This div background color is #CFDAE2.


Border color

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

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

This div border color is #CFDAE2.


Opacity

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

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

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

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

This text has shadow with #CFDAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDAE2 on black background.


Color preview on white background

This text has color #CFDAE2 on white background.



Black color preview on #CFDAE2 background

This text has black color on #CFDAE2 background.


White color preview on #CFDAE2 background

This text has white color on #CFDAE2 background.