COLOR #CFE9E8

HEX: #CFE9E8
RGB: (207,233,232)

Color info

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

RGB color model

#CFE9E8 color RGB value is (207,233,232).

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

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 232 of 255 = 91%

207
233
232

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

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 232 = 672 (100%)
R 207 of 672 ~ 30.8%
G 233 of 672 ~ 34.67%
B 232 of 672 ~ 34.52%

%30.8
%34.67
%34.52

CMYK color model

#CFE9E8 color CMYK value is (11,0,0,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.63%
CMYK:
(11,0,0,9)
C11M0Y0K9 
(11%,0%,0%,9%)
(0.11/0.00/0.00/0.09)	

CMYK percentages

%11.16
%0
%0.43
%8.63

Codes

Color #CFE9E8 in popluar color models

CFE9E8
RGB207233232
HSL178°37.14%86.27%
HSB/HSV178°11.16%91.37%
CMYK11.16%0.00%0.43%
8.63%

Color #CFE9E8 in popluar number systems.

HEXCFE9E8
Decimal207233232
Binary110011111110100111101000
Octal317351350

Shades and tints

Shades of #CFE9E8

#CFE9E8
(207,233,232)
#BDD4D3
(189,212,211)
#ABBFBE
(171,191,190)
#99AAA9
(153,170,169)
#879594
(135,149,148)
#75807F
(117,128,127)
#636B6A
(99,107,106)
#515655
(81,86,85)
#3F4140
(63,65,64)
#2D2C2B
(45,44,43)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #CFE9E8

#CFE9E8
(207,233,232)
#D3EBEA
(211,235,234)
#D7EDEC
(215,237,236)
#DBEFEE
(219,239,238)
#DFF1F0
(223,241,240)
#E3F3F2
(227,243,242)
#E7F5F4
(231,245,244)
#EBF7F6
(235,247,246)
#EFF9F8
(239,249,248)
#F3FBFA
(243,251,250)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9E8; }

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

This text font color is #CFE9E8.


Background Color

.myBgColor { background-color: #CFE9E8; }

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

This div background color is #CFE9E8.


Border color

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

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

This div border color is #CFE9E8.


Opacity

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

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

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

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

This text has shadow with #CFE9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE9E8 on black background.


Color preview on white background

This text has color #CFE9E8 on white background.



Black color preview on #CFE9E8 background

This text has black color on #CFE9E8 background.


White color preview on #CFE9E8 background

This text has white color on #CFE9E8 background.