COLOR #CFE5F9

HEX: #CFE5F9 RGB: (207,229,249)

Color info

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

RGB color model

#CFE5F9 color RGB value is (207,229,249).

RGB: (207,229,249) (81%, 90%, 98%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 249 of 255 = 98%

207
229
249

R + G + B ~ 90%. #CFE5F9 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 249 = 685 (100%)
R 207 of 685 ~ 30.22%
G 229 of 685 ~ 33.43%
B 249 of 685 ~ 36.35'%

%30.22
%33.43
%36.35

CMYK color model

#CFE5F9 color CMYK value is (17,8,0,2).

  • cyan value is 16.87%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (17,8,0,2) C17M8Y0K2 (17%,8%,0%,2%) (0.17/0.08/0.00/0.02) 

CMYK percentages

%16.87
%8.03
%0
%2.35

Codes

Color #CFE5F9 in popluar color models

CF E5 F9
RGB 207 229 249
HSL 209° 77.78% 89.41%
HSB/HSV 209° 16.87% 97.65%
CMYK 16.87% 8.03% 0.00%
2.35%

Color #CFE5F9 in popluar number systems.

HEX CF E5 F9
Decimal 207 229 249
Binary 11001111 11100101 11111001
Octal 317 345 371

Shades and tints

Shades of #CFE5F9

#CFE5F9
(207,229,249)
#BDD1E3
(189,209,227)
#ABBDCD
(171,189,205)
#99A9B7
(153,169,183)
#8795A1
(135,149,161)
#75818B
(117,129,139)
#636D75
(99,109,117)
#51595F
(81,89,95)
#3F4549
(63,69,73)
#2D3133
(45,49,51)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #CFE5F9

#CFE5F9
(207,229,249)
#D3E7F9
(211,231,249)
#D7E9F9
(215,233,249)
#DBEBF9
(219,235,249)
#DFEDF9
(223,237,249)
#E3EFF9
(227,239,249)
#E7F1F9
(231,241,249)
#EBF3F9
(235,243,249)
#EFF5F9
(239,245,249)
#F3F7F9
(243,247,249)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE5F9 color. Also use rgb(207,229,249) instead hex code.

Text Font Color

.myTextColor { color: #CFE5F9; }

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

This text font color is #CFE5F9.

Background Color

.myBgColor { background-color: #CFE5F9; }

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

This div background color is #CFE5F9.

Border color

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

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

This div border color is #CFE5F9.

Opacity

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

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

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

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

This text has shadow with #CFE5F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5F9.

Preview

Color preview on black background

This text has color #CFE5F9 on black background.


Color preview on white background

This text has color #CFE5F9 on white background.


Black color preview on #CFE5F9 background

This text has black color on #CFE5F9 background.


White color preview on #CFE5F9 background

This text has white color on #CFE5F9 background.


Related colors

Complementary color

Complementary color for #hex is #301A06.


I love getcolorcode.com

Triadic colors

1 #F9CFE5 and #E5F9CF with #CFE5F9 are triadic colors.

2 #F9E5CF and #E5CFF9 with #CFE5F9 are triadic colors.