COLOR #CFE9ED

HEX: #CFE9ED
RGB: (207,233,237)

Color info

#CFE9ED contains red, green and blue colors in about the same proportion. Web safe color of #CFE9ED is #CCFFFF (or #CFF).

RGB color model

#CFE9ED color RGB value is (207,233,237).

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

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 237 of 255 = 93%

207
233
237

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

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 237 = 677 (100%)
R 207 of 677 ~ 30.58%
G 233 of 677 ~ 34.42%
B 237 of 677 ~ 35.01%

%30.58
%34.42
%35.01

CMYK color model

#CFE9ED color CMYK value is (13,2,0,7).

  • cyan value is 12.66%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,2,0,7)
C13M2Y0K7 
(13%,2%,0%,7%)
(0.13/0.02/0.00/0.07)	

CMYK percentages

%12.66
%1.69
%0
%7.06

Codes

Color #CFE9ED in popluar color models

CFE9ED
RGB207233237
HSL188°45.45%87.06%
HSB/HSV188°12.66%92.94%
CMYK12.66%1.69%0.00%
7.06%

Color #CFE9ED in popluar number systems.

HEXCFE9ED
Decimal207233237
Binary110011111110100111101101
Octal317351355

Shades and tints

Shades of #CFE9ED

#CFE9ED
(207,233,237)
#BDD4D8
(189,212,216)
#ABBFC3
(171,191,195)
#99AAAE
(153,170,174)
#879599
(135,149,153)
#758084
(117,128,132)
#636B6F
(99,107,111)
#51565A
(81,86,90)
#3F4145
(63,65,69)
#2D2C30
(45,44,48)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #CFE9ED

#CFE9ED
(207,233,237)
#D3EBEE
(211,235,238)
#D7EDEF
(215,237,239)
#DBEFF0
(219,239,240)
#DFF1F1
(223,241,241)
#E3F3F2
(227,243,242)
#E7F5F3
(231,245,243)
#EBF7F4
(235,247,244)
#EFF9F5
(239,249,245)
#F3FBF6
(243,251,246)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9ED; }

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

This text font color is #CFE9ED.


Background Color

.myBgColor { background-color: #CFE9ED; }

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

This div background color is #CFE9ED.


Border color

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

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

This div border color is #CFE9ED.


Opacity

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

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

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

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

This text has shadow with #CFE9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE9ED on black background.


Color preview on white background

This text has color #CFE9ED on white background.



Black color preview on #CFE9ED background

This text has black color on #CFE9ED background.


White color preview on #CFE9ED background

This text has white color on #CFE9ED background.