COLOR #CFD5F9

HEX: #CFD5F9
RGB: (207,213,249)

Color info

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

RGB color model

#CFD5F9 color RGB value is (207,213,249).

  • red value is 207;
  • green value is 213;
  • blue value is 249.
RGB:
(207,213,249)
(81%,84%,98%)

RGB channels and saturation

R 207 of 255 = 81%
G 213 of 255 = 84%
B 249 of 255 = 98%

207
213
249

R + G + B ~ 88%. #CFD5F9 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 213 + 249 = 669 (100%)
R 207 of 669 ~ 30.94%
G 213 of 669 ~ 31.84%
B 249 of 669 ~ 37.22%

%30.94
%31.84
%37.22

CMYK color model

#CFD5F9 color CMYK value is (17,14,0,2).

  • cyan value is 16.87%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(17,14,0,2)
C17M14Y0K2 
(17%,14%,0%,2%)
(0.17/0.14/0.00/0.02)	

CMYK percentages

%16.87
%14.46
%0
%2.35

Codes

Color #CFD5F9 in popluar color models

CFD5F9
RGB207213249
HSL231°77.78%89.41%
HSB/HSV231°16.87%97.65%
CMYK16.87%14.46%0.00%
2.35%

Color #CFD5F9 in popluar number systems.

HEXCFD5F9
Decimal207213249
Binary110011111101010111111001
Octal317325371

Shades and tints

Shades of #CFD5F9

#CFD5F9
(207,213,249)
#BDC2E3
(189,194,227)
#ABAFCD
(171,175,205)
#999CB7
(153,156,183)
#8789A1
(135,137,161)
#75768B
(117,118,139)
#636375
(99,99,117)
#51505F
(81,80,95)
#3F3D49
(63,61,73)
#2D2A33
(45,42,51)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #CFD5F9

#CFD5F9
(207,213,249)
#D3D8F9
(211,216,249)
#D7DBF9
(215,219,249)
#DBDEF9
(219,222,249)
#DFE1F9
(223,225,249)
#E3E4F9
(227,228,249)
#E7E7F9
(231,231,249)
#EBEAF9
(235,234,249)
#EFEDF9
(239,237,249)
#F3F0F9
(243,240,249)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD5F9 color. Also use rgb(207,213,249) instead hex code.

Text Font Color

.myTextColor { color: #CFD5F9; }

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

This text font color is #CFD5F9.


Background Color

.myBgColor { background-color: #CFD5F9; }

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

This div background color is #CFD5F9.


Border color

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

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

This div border color is #CFD5F9.


Opacity

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

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

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

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

This text has shadow with #CFD5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD5F9 on black background.


Color preview on white background

This text has color #CFD5F9 on white background.



Black color preview on #CFD5F9 background

This text has black color on #CFD5F9 background.


White color preview on #CFD5F9 background

This text has white color on #CFD5F9 background.