COLOR #CFE5EA

HEX: #CFE5EA RGB: (207,229,234)

Color info

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

RGB color model

#CFE5EA color RGB value is (207,229,234).

RGB: (207,229,234) (81%, 90%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 234 of 255 = 92%

207
229
234

R + G + B ~ 88%. #CFE5EA is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 234 = 670 (100%)
R 207 of 670 ~ 30.9%
G 229 of 670 ~ 34.18%
B 234 of 670 ~ 34.93'%

%30.9
%34.18
%34.93

CMYK color model

#CFE5EA color CMYK value is (12,2,0,8).

  • cyan value is 11.54%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (12,2,0,8)
C12M2Y0K8 (12%, 2%, 0%, 8%)
(0.12 / 0.02 / 0.00 / 0.08)

CMYK percentages

%11.54
%2.14
%0
%8.24

Codes

Color #CFE5EA in popluar color models

CF E5 EA
RGB 207 229 234
HSL 191° 39.13% 86.47%
HSB/HSV 191° 11.54% 91.76%
CMYK 11.54% 2.14% 0.00%
8.24%

Color #CFE5EA in popluar number systems.

HEX CF E5 EA
Decimal 207 229 234
Binary 11001111 11100101 11101010
Octal 317 345 352

Shades and tints

Shades of #CFE5EA

#CFE5EA
(207,229,234)
#BDD1D5
(189,209,213)
#ABBDC0
(171,189,192)
#99A9AB
(153,169,171)
#879596
(135,149,150)
#758181
(117,129,129)
#636D6C
(99,109,108)
#515957
(81,89,87)
#3F4542
(63,69,66)
#2D312D
(45,49,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #CFE5EA

#CFE5EA
(207,229,234)
#D3E7EB
(211,231,235)
#D7E9EC
(215,233,236)
#DBEBED
(219,235,237)
#DFEDEE
(223,237,238)
#E3EFEF
(227,239,239)
#E7F1F0
(231,241,240)
#EBF3F1
(235,243,241)
#EFF5F2
(239,245,242)
#F3F7F3
(243,247,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE5EA; }

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

This text font color is #CFE5EA.

Background Color

.myBgColor { background-color: #CFE5EA; }

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

This div background color is #CFE5EA.

Border color

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

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

This div border color is #CFE5EA.

Opacity

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

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

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

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

This text has shadow with #CFE5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5EA.

Preview

Color preview on black background

This text has color #CFE5EA on black background.


Color preview on white background

This text has color #CFE5EA on white background.


Black color preview on #CFE5EA background

This text has black color on #CFE5EA background.


White color preview on #CFE5EA background

This text has white color on #CFE5EA background.


Related colors

Complementary color

Complementary color for #hex is #301A15.


I love getcolorcode.com

Triadic colors

1 #EACFE5 and #E5EACF with #CFE5EA are triadic colors.

2 #EAE5CF and #E5CFEA with #CFE5EA are triadic colors.