COLOR #CFE6E4

HEX: #CFE6E4
RGB: (207,230,228)

Color info

#CFE6E4 contains red, green and blue colors in about the same proportion. Web safe color of #CFE6E4 is #CCCCCC (or #CCC).

RGB color model

#CFE6E4 color RGB value is (207,230,228).

  • red value is 207;
  • green value is 230;
  • blue value is 228.
RGB:
(207,230,228)
(81%,90%,89%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 228 of 255 = 89%

207
230
228

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

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 228 = 665 (100%)
R 207 of 665 ~ 31.13%
G 230 of 665 ~ 34.59%
B 228 of 665 ~ 34.29%

%31.13
%34.59
%34.29

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 9.80%
CMYK:
(10,0,1,10)
C10M0Y1K10 
(10%,0%,1%,10%)
(0.10/0.00/0.01/0.10)	

CMYK percentages

%10
%0
%0.87
%9.8

Codes

Color #CFE6E4 in popluar color models

CFE6E4
RGB207230228
HSL175°31.51%85.69%
HSB/HSV175°10.00%90.20%
CMYK10.00%0.00%0.87%
9.80%

Color #CFE6E4 in popluar number systems.

HEXCFE6E4
Decimal207230228
Binary110011111110011011100100
Octal317346344

Shades and tints

Shades of #CFE6E4

#CFE6E4
(207,230,228)
#BDD2D0
(189,210,208)
#ABBEBC
(171,190,188)
#99AAA8
(153,170,168)
#879694
(135,150,148)
#758280
(117,130,128)
#636E6C
(99,110,108)
#515A58
(81,90,88)
#3F4644
(63,70,68)
#2D3230
(45,50,48)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #CFE6E4

#CFE6E4
(207,230,228)
#D3E8E6
(211,232,230)
#D7EAE8
(215,234,232)
#DBECEA
(219,236,234)
#DFEEEC
(223,238,236)
#E3F0EE
(227,240,238)
#E7F2F0
(231,242,240)
#EBF4F2
(235,244,242)
#EFF6F4
(239,246,244)
#F3F8F6
(243,248,246)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE6E4 color. Also use rgb(207,230,228) instead hex code.

Text Font Color

.myTextColor { color: #CFE6E4; }

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

This text font color is #CFE6E4.


Background Color

.myBgColor { background-color: #CFE6E4; }

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

This div background color is #CFE6E4.


Border color

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

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

This div border color is #CFE6E4.


Opacity

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

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

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

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

This text has shadow with #CFE6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE6E4 on black background.


Color preview on white background

This text has color #CFE6E4 on white background.



Black color preview on #CFE6E4 background

This text has black color on #CFE6E4 background.


White color preview on #CFE6E4 background

This text has white color on #CFE6E4 background.