COLOR #CFE2F7

HEX: #CFE2F7 RGB: (207,226,247)

Color info

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

RGB color model

#CFE2F7 color RGB value is (207,226,247).

RGB: (207,226,247) (81%, 89%, 97%)

RGB channels and saturation

R 207 of 255 = 81%
G 226 of 255 = 89%
B 247 of 255 = 97%

207
226
247

R + G + B ~ 89%. #CFE2F7 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 226 + 247 = 680 (100%)
R 207 of 680 ~ 30.44%
G 226 of 680 ~ 33.24%
B 247 of 680 ~ 36.32'%

%30.44
%33.24
%36.32

CMYK color model

#CFE2F7 color CMYK value is (16,9,0,3).

  • cyan value is 16.19%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (16,9,0,3)
C16M9Y0K3 (16%, 9%, 0%, 3%)
(0.16 / 0.09 / 0.00 / 0.03)

CMYK percentages

%16.19
%8.5
%0
%3.14

Codes

Color #CFE2F7 in popluar color models

CF E2 F7
RGB 207 226 247
HSL 212° 71.43% 89.02%
HSB/HSV 212° 16.19% 96.86%
CMYK 16.19% 8.50% 0.00%
3.14%

Color #CFE2F7 in popluar number systems.

HEX CF E2 F7
Decimal 207 226 247
Binary 11001111 11100010 11110111
Octal 317 342 367

Shades and tints

Shades of #CFE2F7

#CFE2F7
(207,226,247)
#BDCEE1
(189,206,225)
#ABBACB
(171,186,203)
#99A6B5
(153,166,181)
#87929F
(135,146,159)
#757E89
(117,126,137)
#636A73
(99,106,115)
#51565D
(81,86,93)
#3F4247
(63,66,71)
#2D2E31
(45,46,49)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #CFE2F7

#CFE2F7
(207,226,247)
#D3E4F7
(211,228,247)
#D7E6F7
(215,230,247)
#DBE8F7
(219,232,247)
#DFEAF7
(223,234,247)
#E3ECF7
(227,236,247)
#E7EEF7
(231,238,247)
#EBF0F7
(235,240,247)
#EFF2F7
(239,242,247)
#F3F4F7
(243,244,247)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE2F7; }

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

This text font color is #CFE2F7.

Background Color

.myBgColor { background-color: #CFE2F7; }

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

This div background color is #CFE2F7.

Border color

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

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

This div border color is #CFE2F7.

Opacity

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

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

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

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

This text has shadow with #CFE2F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE2F7.

Preview

Color preview on black background

This text has color #CFE2F7 on black background.


Color preview on white background

This text has color #CFE2F7 on white background.


Black color preview on #CFE2F7 background

This text has black color on #CFE2F7 background.


White color preview on #CFE2F7 background

This text has white color on #CFE2F7 background.


Related colors

Complementary color

Complementary color for #hex is #301D08.


I love getcolorcode.com

Triadic colors

1 #F7CFE2 and #E2F7CF with #CFE2F7 are triadic colors.

2 #F7E2CF and #E2CFF7 with #CFE2F7 are triadic colors.