COLOR #CDD6F1

HEX: #CDD6F1
RGB: (205,214,241)

Color info

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

RGB color model

#CDD6F1 color RGB value is (205,214,241).

  • red value is 205;
  • green value is 214;
  • blue value is 241.
RGB:
(205,214,241)
(80%,84%,95%)

RGB channels and saturation

R 205 of 255 = 80%
G 214 of 255 = 84%
B 241 of 255 = 95%

205
214
241

R + G + B ~ 86%. #CDD6F1 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 214 + 241 = 660 (100%)
R 205 of 660 ~ 31.06%
G 214 of 660 ~ 32.42%
B 241 of 660 ~ 36.52%

%31.06
%32.42
%36.52

CMYK color model

#CDD6F1 color CMYK value is (15,11,0,5).

  • cyan value is 14.94%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(15,11,0,5)
C15M11Y0K5 
(15%,11%,0%,5%)
(0.15/0.11/0.00/0.05)	

CMYK percentages

%14.94
%11.2
%0
%5.49

Codes

Color #CDD6F1 in popluar color models

CDD6F1
RGB205214241
HSL225°56.25%87.45%
HSB/HSV225°14.94%94.51%
CMYK14.94%11.20%0.00%
5.49%

Color #CDD6F1 in popluar number systems.

HEXCDD6F1
Decimal205214241
Binary110011011101011011110001
Octal315326361

Shades and tints

Shades of #CDD6F1

#CDD6F1
(205,214,241)
#BBC3DC
(187,195,220)
#A9B0C7
(169,176,199)
#979DB2
(151,157,178)
#858A9D
(133,138,157)
#737788
(115,119,136)
#616473
(97,100,115)
#4F515E
(79,81,94)
#3D3E49
(61,62,73)
#2B2B34
(43,43,52)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #CDD6F1

#CDD6F1
(205,214,241)
#D1D9F2
(209,217,242)
#D5DCF3
(213,220,243)
#D9DFF4
(217,223,244)
#DDE2F5
(221,226,245)
#E1E5F6
(225,229,246)
#E5E8F7
(229,232,247)
#E9EBF8
(233,235,248)
#EDEEF9
(237,238,249)
#F1F1FA
(241,241,250)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD6F1 color. Also use rgb(205,214,241) instead hex code.

Text Font Color

.myTextColor { color: #CDD6F1; }

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

This text font color is #CDD6F1.


Background Color

.myBgColor { background-color: #CDD6F1; }

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

This div background color is #CDD6F1.


Border color

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

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

This div border color is #CDD6F1.


Opacity

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

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

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

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

This text has shadow with #CDD6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD6F1 on black background.


Color preview on white background

This text has color #CDD6F1 on white background.



Black color preview on #CDD6F1 background

This text has black color on #CDD6F1 background.


White color preview on #CDD6F1 background

This text has white color on #CDD6F1 background.