COLOR #CFE7FB

HEX: #CFE7FB
RGB: (207,231,251)

Color info

#CFE7FB contains red, green and blue colors in about the same proportion. Web safe color of #CFE7FB is #CCFFFF (or #CFF).

RGB color model

#CFE7FB color RGB value is (207,231,251).

  • red value is 207;
  • green value is 231;
  • blue value is 251.
RGB:
(207,231,251)
(81%,91%,98%)

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 251 of 255 = 98%

207
231
251

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

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 251 = 689 (100%)
R 207 of 689 ~ 30.04%
G 231 of 689 ~ 33.53%
B 251 of 689 ~ 36.43%

%30.04
%33.53
%36.43

CMYK color model

#CFE7FB color CMYK value is (18,8,0,2).

  • cyan value is 17.53%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(18,8,0,2)
C18M8Y0K2 
(18%,8%,0%,2%)
(0.18/0.08/0.00/0.02)	

CMYK percentages

%17.53
%7.97
%0
%1.57

Codes

Color #CFE7FB in popluar color models

CFE7FB
RGB207231251
HSL207°84.62%89.80%
HSB/HSV207°17.53%98.43%
CMYK17.53%7.97%0.00%
1.57%

Color #CFE7FB in popluar number systems.

HEXCFE7FB
Decimal207231251
Binary110011111110011111111011
Octal317347373

Shades and tints

Shades of #CFE7FB

#CFE7FB
(207,231,251)
#BDD2E5
(189,210,229)
#ABBDCF
(171,189,207)
#99A8B9
(153,168,185)
#8793A3
(135,147,163)
#757E8D
(117,126,141)
#636977
(99,105,119)
#515461
(81,84,97)
#3F3F4B
(63,63,75)
#2D2A35
(45,42,53)
#1B151F
(27,21,31)
#000000
(0,0,0)

Tints of #CFE7FB

#CFE7FB
(207,231,251)
#D3E9FB
(211,233,251)
#D7EBFB
(215,235,251)
#DBEDFB
(219,237,251)
#DFEFFB
(223,239,251)
#E3F1FB
(227,241,251)
#E7F3FB
(231,243,251)
#EBF5FB
(235,245,251)
#EFF7FB
(239,247,251)
#F3F9FB
(243,249,251)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE7FB; }

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

This text font color is #CFE7FB.


Background Color

.myBgColor { background-color: #CFE7FB; }

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

This div background color is #CFE7FB.


Border color

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

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

This div border color is #CFE7FB.


Opacity

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

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

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

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

This text has shadow with #CFE7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7FB on black background.


Color preview on white background

This text has color #CFE7FB on white background.



Black color preview on #CFE7FB background

This text has black color on #CFE7FB background.


White color preview on #CFE7FB background

This text has white color on #CFE7FB background.