COLOR #CFE5ED

HEX: #CFE5ED
RGB: (207,229,237)

Color info

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

RGB color model

#CFE5ED color RGB value is (207,229,237).

  • red value is 207;
  • green value is 229;
  • blue value is 237.
RGB:
(207,229,237)
(81%,90%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 237 of 255 = 93%

207
229
237

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

Portions of RGB colors in percentages

R + G + B =
207 + 229 + 237 = 673 (100%)
R 207 of 673 ~ 30.76%
G 229 of 673 ~ 34.03%
B 237 of 673 ~ 35.22%

%30.76
%34.03
%35.22

CMYK color model

#CFE5ED color CMYK value is (13,3,0,7).

  • cyan value is 12.66%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,3,0,7)
C13M3Y0K7 
(13%,3%,0%,7%)
(0.13/0.03/0.00/0.07)	

CMYK percentages

%12.66
%3.38
%0
%7.06

Codes

Color #CFE5ED in popluar color models

CFE5ED
RGB207229237
HSL196°45.45%87.06%
HSB/HSV196°12.66%92.94%
CMYK12.66%3.38%0.00%
7.06%

Color #CFE5ED in popluar number systems.

HEXCFE5ED
Decimal207229237
Binary110011111110010111101101
Octal317345355

Shades and tints

Shades of #CFE5ED

#CFE5ED
(207,229,237)
#BDD1D8
(189,209,216)
#ABBDC3
(171,189,195)
#99A9AE
(153,169,174)
#879599
(135,149,153)
#758184
(117,129,132)
#636D6F
(99,109,111)
#51595A
(81,89,90)
#3F4545
(63,69,69)
#2D3130
(45,49,48)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #CFE5ED

#CFE5ED
(207,229,237)
#D3E7EE
(211,231,238)
#D7E9EF
(215,233,239)
#DBEBF0
(219,235,240)
#DFEDF1
(223,237,241)
#E3EFF2
(227,239,242)
#E7F1F3
(231,241,243)
#EBF3F4
(235,243,244)
#EFF5F5
(239,245,245)
#F3F7F6
(243,247,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE5ED; }

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

This text font color is #CFE5ED.


Background Color

.myBgColor { background-color: #CFE5ED; }

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

This div background color is #CFE5ED.


Border color

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

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

This div border color is #CFE5ED.


Opacity

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

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

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

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

This text has shadow with #CFE5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE5ED on black background.


Color preview on white background

This text has color #CFE5ED on white background.



Black color preview on #CFE5ED background

This text has black color on #CFE5ED background.


White color preview on #CFE5ED background

This text has white color on #CFE5ED background.