COLOR #CDD9F6

HEX: #CDD9F6
RGB: (205,217,246)

Color info

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

RGB color model

#CDD9F6 color RGB value is (205,217,246).

  • red value is 205;
  • green value is 217;
  • blue value is 246.
RGB:
(205,217,246)
(80%,85%,96%)

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 246 of 255 = 96%

205
217
246

R + G + B ~ 87%. #CDD9F6 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 217 + 246 = 668 (100%)
R 205 of 668 ~ 30.69%
G 217 of 668 ~ 32.49%
B 246 of 668 ~ 36.83%

%30.69
%32.49
%36.83

CMYK color model

#CDD9F6 color CMYK value is (17,12,0,4).

  • cyan value is 16.67%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(17,12,0,4)
C17M12Y0K4 
(17%,12%,0%,4%)
(0.17/0.12/0.00/0.04)	

CMYK percentages

%16.67
%11.79
%0
%3.53

Codes

Color #CDD9F6 in popluar color models

CDD9F6
RGB205217246
HSL222°69.49%88.43%
HSB/HSV222°16.67%96.47%
CMYK16.67%11.79%0.00%
3.53%

Color #CDD9F6 in popluar number systems.

HEXCDD9F6
Decimal205217246
Binary110011011101100111110110
Octal315331366

Shades and tints

Shades of #CDD9F6

#CDD9F6
(205,217,246)
#BBC6E0
(187,198,224)
#A9B3CA
(169,179,202)
#97A0B4
(151,160,180)
#858D9E
(133,141,158)
#737A88
(115,122,136)
#616772
(97,103,114)
#4F545C
(79,84,92)
#3D4146
(61,65,70)
#2B2E30
(43,46,48)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #CDD9F6

#CDD9F6
(205,217,246)
#D1DCF6
(209,220,246)
#D5DFF6
(213,223,246)
#D9E2F6
(217,226,246)
#DDE5F6
(221,229,246)
#E1E8F6
(225,232,246)
#E5EBF6
(229,235,246)
#E9EEF6
(233,238,246)
#EDF1F6
(237,241,246)
#F1F4F6
(241,244,246)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD9F6 color. Also use rgb(205,217,246) instead hex code.

Text Font Color

.myTextColor { color: #CDD9F6; }

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

This text font color is #CDD9F6.


Background Color

.myBgColor { background-color: #CDD9F6; }

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

This div background color is #CDD9F6.


Border color

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

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

This div border color is #CDD9F6.


Opacity

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

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

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

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

This text has shadow with #CDD9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD9F6 on black background.


Color preview on white background

This text has color #CDD9F6 on white background.



Black color preview on #CDD9F6 background

This text has black color on #CDD9F6 background.


White color preview on #CDD9F6 background

This text has white color on #CDD9F6 background.