COLOR #CFE2FD

HEX: #CFE2FD
RGB: (207,226,253)

Color info

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

RGB color model

#CFE2FD color RGB value is (207,226,253).

  • red value is 207;
  • green value is 226;
  • blue value is 253.
RGB:
(207,226,253)
(81%,89%,99%)

RGB channels and saturation

R 207 of 255 = 81%
G 226 of 255 = 89%
B 253 of 255 = 99%

207
226
253

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

Portions of RGB colors in percentages

R + G + B =
207 + 226 + 253 = 686 (100%)
R 207 of 686 ~ 30.17%
G 226 of 686 ~ 32.94%
B 253 of 686 ~ 36.88%

%30.17
%32.94
%36.88

CMYK color model

#CFE2FD color CMYK value is (18,11,0,1).

  • cyan value is 18.18%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(18,11,0,1)
C18M11Y0K1 
(18%,11%,0%,1%)
(0.18/0.11/0.00/0.01)	

CMYK percentages

%18.18
%10.67
%0
%0.78

Codes

Color #CFE2FD in popluar color models

CFE2FD
RGB207226253
HSL215°92.00%90.20%
HSB/HSV215°18.18%99.22%
CMYK18.18%10.67%0.00%
0.78%

Color #CFE2FD in popluar number systems.

HEXCFE2FD
Decimal207226253
Binary110011111110001011111101
Octal317342375

Shades and tints

Shades of #CFE2FD

#CFE2FD
(207,226,253)
#BDCEE6
(189,206,230)
#ABBACF
(171,186,207)
#99A6B8
(153,166,184)
#8792A1
(135,146,161)
#757E8A
(117,126,138)
#636A73
(99,106,115)
#51565C
(81,86,92)
#3F4245
(63,66,69)
#2D2E2E
(45,46,46)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #CFE2FD

#CFE2FD
(207,226,253)
#D3E4FD
(211,228,253)
#D7E6FD
(215,230,253)
#DBE8FD
(219,232,253)
#DFEAFD
(223,234,253)
#E3ECFD
(227,236,253)
#E7EEFD
(231,238,253)
#EBF0FD
(235,240,253)
#EFF2FD
(239,242,253)
#F3F4FD
(243,244,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE2FD color. Also use rgb(207,226,253) instead hex code.

Text Font Color

.myTextColor { color: #CFE2FD; }

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

This text font color is #CFE2FD.


Background Color

.myBgColor { background-color: #CFE2FD; }

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

This div background color is #CFE2FD.


Border color

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

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

This div border color is #CFE2FD.


Opacity

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

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

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

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

This text has shadow with #CFE2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE2FD on black background.


Color preview on white background

This text has color #CFE2FD on white background.



Black color preview on #CFE2FD background

This text has black color on #CFE2FD background.


White color preview on #CFE2FD background

This text has white color on #CFE2FD background.