COLOR #CFE7F2

HEX: #CFE7F2
RGB: (207,231,242)

Color info

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

RGB color model

#CFE7F2 color RGB value is (207,231,242).

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

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 242 of 255 = 95%

207
231
242

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

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 242 = 680 (100%)
R 207 of 680 ~ 30.44%
G 231 of 680 ~ 33.97%
B 242 of 680 ~ 35.59%

%30.44
%33.97
%35.59

CMYK color model

#CFE7F2 color CMYK value is (14,5,0,5).

  • cyan value is 14.46%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(14,5,0,5)
C14M5Y0K5 
(14%,5%,0%,5%)
(0.14/0.05/0.00/0.05)	

CMYK percentages

%14.46
%4.55
%0
%5.1

Codes

Color #CFE7F2 in popluar color models

CFE7F2
RGB207231242
HSL199°57.38%88.04%
HSB/HSV199°14.46%94.90%
CMYK14.46%4.55%0.00%
5.10%

Color #CFE7F2 in popluar number systems.

HEXCFE7F2
Decimal207231242
Binary110011111110011111110010
Octal317347362

Shades and tints

Shades of #CFE7F2

#CFE7F2
(207,231,242)
#BDD2DC
(189,210,220)
#ABBDC6
(171,189,198)
#99A8B0
(153,168,176)
#87939A
(135,147,154)
#757E84
(117,126,132)
#63696E
(99,105,110)
#515458
(81,84,88)
#3F3F42
(63,63,66)
#2D2A2C
(45,42,44)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #CFE7F2

#CFE7F2
(207,231,242)
#D3E9F3
(211,233,243)
#D7EBF4
(215,235,244)
#DBEDF5
(219,237,245)
#DFEFF6
(223,239,246)
#E3F1F7
(227,241,247)
#E7F3F8
(231,243,248)
#EBF5F9
(235,245,249)
#EFF7FA
(239,247,250)
#F3F9FB
(243,249,251)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE7F2; }

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

This text font color is #CFE7F2.


Background Color

.myBgColor { background-color: #CFE7F2; }

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

This div background color is #CFE7F2.


Border color

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

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

This div border color is #CFE7F2.


Opacity

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

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

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

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

This text has shadow with #CFE7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7F2 on black background.


Color preview on white background

This text has color #CFE7F2 on white background.



Black color preview on #CFE7F2 background

This text has black color on #CFE7F2 background.


White color preview on #CFE7F2 background

This text has white color on #CFE7F2 background.