COLOR #CFE2E7

HEX: #CFE2E7 RGB: (207,226,231)

Color info

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

RGB color model

#CFE2E7 color RGB value is (207,226,231).

RGB: (207,226,231) (81%, 89%, 91%)

RGB channels and saturation

R 207 of 255 = 81%
G 226 of 255 = 89%
B 231 of 255 = 91%

207
226
231

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

Portions of RGB colors in percentages

R + G + B = 207 + 226 + 231 = 664 (100%)
R 207 of 664 ~ 31.17%
G 226 of 664 ~ 34.04%
B 231 of 664 ~ 34.79'%

%31.17
%34.04
%34.79

CMYK color model

#CFE2E7 color CMYK value is (10,2,0,9).

  • cyan value is 10.39%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (10,2,0,9)
C10M2Y0K9 (10%, 2%, 0%, 9%)
(0.10 / 0.02 / 0.00 / 0.09)

CMYK percentages

%10.39
%2.16
%0
%9.41

Codes

Color #CFE2E7 in popluar color models

CF E2 E7
RGB 207 226 231
HSL 193° 33.33% 85.88%
HSB/HSV 193° 10.39% 90.59%
CMYK 10.39% 2.16% 0.00%
9.41%

Color #CFE2E7 in popluar number systems.

HEX CF E2 E7
Decimal 207 226 231
Binary 11001111 11100010 11100111
Octal 317 342 347

Shades and tints

Shades of #CFE2E7

#CFE2E7
(207,226,231)
#BDCED2
(189,206,210)
#ABBABD
(171,186,189)
#99A6A8
(153,166,168)
#879293
(135,146,147)
#757E7E
(117,126,126)
#636A69
(99,106,105)
#515654
(81,86,84)
#3F423F
(63,66,63)
#2D2E2A
(45,46,42)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #CFE2E7

#CFE2E7
(207,226,231)
#D3E4E9
(211,228,233)
#D7E6EB
(215,230,235)
#DBE8ED
(219,232,237)
#DFEAEF
(223,234,239)
#E3ECF1
(227,236,241)
#E7EEF3
(231,238,243)
#EBF0F5
(235,240,245)
#EFF2F7
(239,242,247)
#F3F4F9
(243,244,249)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE2E7; }

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

This text font color is #CFE2E7.

Background Color

.myBgColor { background-color: #CFE2E7; }

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

This div background color is #CFE2E7.

Border color

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

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

This div border color is #CFE2E7.

Opacity

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

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

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

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

This text has shadow with #CFE2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE2E7.

Preview

Color preview on black background

This text has color #CFE2E7 on black background.


Color preview on white background

This text has color #CFE2E7 on white background.


Black color preview on #CFE2E7 background

This text has black color on #CFE2E7 background.


White color preview on #CFE2E7 background

This text has white color on #CFE2E7 background.


Related colors

Complementary color

Complementary color for #hex is #301D18.


I love getcolorcode.com

Triadic colors

1 #E7CFE2 and #E2E7CF with #CFE2E7 are triadic colors.

2 #E7E2CF and #E2CFE7 with #CFE2E7 are triadic colors.