COLOR #CFEAF0

HEX: #CFEAF0
RGB: (207,234,240)

Color info

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

RGB color model

#CFEAF0 color RGB value is (207,234,240).

  • red value is 207;
  • green value is 234;
  • blue value is 240.
RGB:
(207,234,240)
(81%,92%,94%)

RGB channels and saturation

R 207 of 255 = 81%
G 234 of 255 = 92%
B 240 of 255 = 94%

207
234
240

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

Portions of RGB colors in percentages

R + G + B =
207 + 234 + 240 = 681 (100%)
R 207 of 681 ~ 30.4%
G 234 of 681 ~ 34.36%
B 240 of 681 ~ 35.24%

%30.4
%34.36
%35.24

CMYK color model

#CFEAF0 color CMYK value is (14,3,0,6).

  • cyan value is 13.75%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(14,3,0,6)
C14M3Y0K6 
(14%,3%,0%,6%)
(0.14/0.03/0.00/0.06)	

CMYK percentages

%13.75
%2.5
%0
%5.88

Codes

Color #CFEAF0 in popluar color models

CFEAF0
RGB207234240
HSL191°52.38%87.65%
HSB/HSV191°13.75%94.12%
CMYK13.75%2.50%0.00%
5.88%

Color #CFEAF0 in popluar number systems.

HEXCFEAF0
Decimal207234240
Binary110011111110101011110000
Octal317352360

Shades and tints

Shades of #CFEAF0

#CFEAF0
(207,234,240)
#BDD5DB
(189,213,219)
#ABC0C6
(171,192,198)
#99ABB1
(153,171,177)
#87969C
(135,150,156)
#758187
(117,129,135)
#636C72
(99,108,114)
#51575D
(81,87,93)
#3F4248
(63,66,72)
#2D2D33
(45,45,51)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #CFEAF0

#CFEAF0
(207,234,240)
#D3EBF1
(211,235,241)
#D7ECF2
(215,236,242)
#DBEDF3
(219,237,243)
#DFEEF4
(223,238,244)
#E3EFF5
(227,239,245)
#E7F0F6
(231,240,246)
#EBF1F7
(235,241,247)
#EFF2F8
(239,242,248)
#F3F3F9
(243,243,249)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEAF0 color. Also use rgb(207,234,240) instead hex code.

Text Font Color

.myTextColor { color: #CFEAF0; }

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

This text font color is #CFEAF0.


Background Color

.myBgColor { background-color: #CFEAF0; }

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

This div background color is #CFEAF0.


Border color

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

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

This div border color is #CFEAF0.


Opacity

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

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

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

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

This text has shadow with #CFEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEAF0 on black background.


Color preview on white background

This text has color #CFEAF0 on white background.



Black color preview on #CFEAF0 background

This text has black color on #CFEAF0 background.


White color preview on #CFEAF0 background

This text has white color on #CFEAF0 background.