COLOR #CFE2ED

HEX: #CFE2ED
RGB: (207,226,237)

Color info

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

RGB color model

#CFE2ED color RGB value is (207,226,237).

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

RGB channels and saturation

R 207 of 255 = 81%
G 226 of 255 = 89%
B 237 of 255 = 93%

207
226
237

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

Portions of RGB colors in percentages

R + G + B =
207 + 226 + 237 = 670 (100%)
R 207 of 670 ~ 30.9%
G 226 of 670 ~ 33.73%
B 237 of 670 ~ 35.37%

%30.9
%33.73
%35.37

CMYK color model

#CFE2ED color CMYK value is (13,5,0,7).

  • cyan value is 12.66%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,5,0,7)
C13M5Y0K7 
(13%,5%,0%,7%)
(0.13/0.05/0.00/0.07)	

CMYK percentages

%12.66
%4.64
%0
%7.06

Codes

Color #CFE2ED in popluar color models

CFE2ED
RGB207226237
HSL202°45.45%87.06%
HSB/HSV202°12.66%92.94%
CMYK12.66%4.64%0.00%
7.06%

Color #CFE2ED in popluar number systems.

HEXCFE2ED
Decimal207226237
Binary110011111110001011101101
Octal317342355

Shades and tints

Shades of #CFE2ED

#CFE2ED
(207,226,237)
#BDCED8
(189,206,216)
#ABBAC3
(171,186,195)
#99A6AE
(153,166,174)
#879299
(135,146,153)
#757E84
(117,126,132)
#636A6F
(99,106,111)
#51565A
(81,86,90)
#3F4245
(63,66,69)
#2D2E30
(45,46,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #CFE2ED

#CFE2ED
(207,226,237)
#D3E4EE
(211,228,238)
#D7E6EF
(215,230,239)
#DBE8F0
(219,232,240)
#DFEAF1
(223,234,241)
#E3ECF2
(227,236,242)
#E7EEF3
(231,238,243)
#EBF0F4
(235,240,244)
#EFF2F5
(239,242,245)
#F3F4F6
(243,244,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE2ED; }

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

This text font color is #CFE2ED.


Background Color

.myBgColor { background-color: #CFE2ED; }

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

This div background color is #CFE2ED.


Border color

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

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

This div border color is #CFE2ED.


Opacity

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

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

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

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

This text has shadow with #CFE2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE2ED on black background.


Color preview on white background

This text has color #CFE2ED on white background.



Black color preview on #CFE2ED background

This text has black color on #CFE2ED background.


White color preview on #CFE2ED background

This text has white color on #CFE2ED background.