COLOR #CFE5FC

HEX: #CFE5FC RGB: (207,229,252)

Color info

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

RGB color model

#CFE5FC color RGB value is (207,229,252).

RGB: (207,229,252) (81%, 90%, 99%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 252 of 255 = 99%

207
229
252

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

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 252 = 688 (100%)
R 207 of 688 ~ 30.09%
G 229 of 688 ~ 33.28%
B 252 of 688 ~ 36.63'%

%30.09
%33.28
%36.63

CMYK color model

#CFE5FC color CMYK value is (18,9,0,1).

  • cyan value is 17.86%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (18,9,0,1)
C18M9Y0K1 (18%, 9%, 0%, 1%)
(0.18 / 0.09 / 0.00 / 0.01)

CMYK percentages

%17.86
%9.13
%0
%1.18

Codes

Color #CFE5FC in popluar color models

CF E5 FC
RGB 207 229 252
HSL 211° 88.24% 90.00%
HSB/HSV 211° 17.86% 98.82%
CMYK 17.86% 9.13% 0.00%
1.18%

Color #CFE5FC in popluar number systems.

HEX CF E5 FC
Decimal 207 229 252
Binary 11001111 11100101 11111100
Octal 317 345 374

Shades and tints

Shades of #CFE5FC

#CFE5FC
(207,229,252)
#BDD1E6
(189,209,230)
#ABBDD0
(171,189,208)
#99A9BA
(153,169,186)
#8795A4
(135,149,164)
#75818E
(117,129,142)
#636D78
(99,109,120)
#515962
(81,89,98)
#3F454C
(63,69,76)
#2D3136
(45,49,54)
#1B1D20
(27,29,32)
#000000
(0,0,0)

Tints of #CFE5FC

#CFE5FC
(207,229,252)
#D3E7FC
(211,231,252)
#D7E9FC
(215,233,252)
#DBEBFC
(219,235,252)
#DFEDFC
(223,237,252)
#E3EFFC
(227,239,252)
#E7F1FC
(231,241,252)
#EBF3FC
(235,243,252)
#EFF5FC
(239,245,252)
#F3F7FC
(243,247,252)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE5FC; }

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

This text font color is #CFE5FC.

Background Color

.myBgColor { background-color: #CFE5FC; }

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

This div background color is #CFE5FC.

Border color

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

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

This div border color is #CFE5FC.

Opacity

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

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

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

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

This text has shadow with #CFE5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5FC.

Preview

Color preview on black background

This text has color #CFE5FC on black background.


Color preview on white background

This text has color #CFE5FC on white background.


Black color preview on #CFE5FC background

This text has black color on #CFE5FC background.


White color preview on #CFE5FC background

This text has white color on #CFE5FC background.


Related colors

Complementary color

Complementary color for #hex is #301A03.


I love getcolorcode.com

Triadic colors

1 #FCCFE5 and #E5FCCF with #CFE5FC are triadic colors.

2 #FCE5CF and #E5CFFC with #CFE5FC are triadic colors.