COLOR #CFE5E7

HEX: #CFE5E7 RGB: (207,229,231)

Color info

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

RGB color model

#CFE5E7 color RGB value is (207,229,231).

RGB: (207,229,231) (81%, 90%, 91%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 231 of 255 = 91%

207
229
231

R + G + B ~ 87%. #CFE5E7 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 231 = 667 (100%)
R 207 of 667 ~ 31.03%
G 229 of 667 ~ 34.33%
B 231 of 667 ~ 34.63'%

%31.03
%34.33
%34.63

CMYK color model

#CFE5E7 color CMYK value is (10,1,0,9).

  • cyan value is 10.39%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (10,1,0,9)
C10M1Y0K9 (10%, 1%, 0%, 9%)
(0.10 / 0.01 / 0.00 / 0.09)

CMYK percentages

%10.39
%0.87
%0
%9.41

Codes

Color #CFE5E7 in popluar color models

CF E5 E7
RGB 207 229 231
HSL 185° 33.33% 85.88%
HSB/HSV 185° 10.39% 90.59%
CMYK 10.39% 0.87% 0.00%
9.41%

Color #CFE5E7 in popluar number systems.

HEX CF E5 E7
Decimal 207 229 231
Binary 11001111 11100101 11100111
Octal 317 345 347

Shades and tints

Shades of #CFE5E7

#CFE5E7
(207,229,231)
#BDD1D2
(189,209,210)
#ABBDBD
(171,189,189)
#99A9A8
(153,169,168)
#879593
(135,149,147)
#75817E
(117,129,126)
#636D69
(99,109,105)
#515954
(81,89,84)
#3F453F
(63,69,63)
#2D312A
(45,49,42)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #CFE5E7

#CFE5E7
(207,229,231)
#D3E7E9
(211,231,233)
#D7E9EB
(215,233,235)
#DBEBED
(219,235,237)
#DFEDEF
(223,237,239)
#E3EFF1
(227,239,241)
#E7F1F3
(231,241,243)
#EBF3F5
(235,243,245)
#EFF5F7
(239,245,247)
#F3F7F9
(243,247,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE5E7 color. Also use rgb(207,229,231) instead hex code.

Text Font Color

.myTextColor { color: #CFE5E7; }

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

This text font color is #CFE5E7.

Background Color

.myBgColor { background-color: #CFE5E7; }

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

This div background color is #CFE5E7.

Border color

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

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

This div border color is #CFE5E7.

Opacity

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

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

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

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

This text has shadow with #CFE5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5E7.

Preview

Color preview on black background

This text has color #CFE5E7 on black background.


Color preview on white background

This text has color #CFE5E7 on white background.


Black color preview on #CFE5E7 background

This text has black color on #CFE5E7 background.


White color preview on #CFE5E7 background

This text has white color on #CFE5E7 background.


Related colors

Complementary color

Complementary color for #hex is #301A18.


I love getcolorcode.com

Triadic colors

1 #E7CFE5 and #E5E7CF with #CFE5E7 are triadic colors.

2 #E7E5CF and #E5CFE7 with #CFE5E7 are triadic colors.