COLOR #CDD9FA

HEX: #CDD9FA
RGB: (205,217,250)

Color info

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

RGB color model

#CDD9FA color RGB value is (205,217,250).

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

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 250 of 255 = 98%

205
217
250

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

Portions of RGB colors in percentages

R + G + B =
205 + 217 + 250 = 672 (100%)
R 205 of 672 ~ 30.51%
G 217 of 672 ~ 32.29%
B 250 of 672 ~ 37.2%

%30.51
%32.29
%37.2

CMYK color model

#CDD9FA color CMYK value is (18,13,0,2).

  • cyan value is 18.00%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,13,0,2)
C18M13Y0K2 
(18%,13%,0%,2%)
(0.18/0.13/0.00/0.02)	

CMYK percentages

%18
%13.2
%0
%1.96

Codes

Color #CDD9FA in popluar color models

CDD9FA
RGB205217250
HSL224°81.82%89.22%
HSB/HSV224°18.00%98.04%
CMYK18.00%13.20%0.00%
1.96%

Color #CDD9FA in popluar number systems.

HEXCDD9FA
Decimal205217250
Binary110011011101100111111010
Octal315331372

Shades and tints

Shades of #CDD9FA

#CDD9FA
(205,217,250)
#BBC6E4
(187,198,228)
#A9B3CE
(169,179,206)
#97A0B8
(151,160,184)
#858DA2
(133,141,162)
#737A8C
(115,122,140)
#616776
(97,103,118)
#4F5460
(79,84,96)
#3D414A
(61,65,74)
#2B2E34
(43,46,52)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #CDD9FA

#CDD9FA
(205,217,250)
#D1DCFA
(209,220,250)
#D5DFFA
(213,223,250)
#D9E2FA
(217,226,250)
#DDE5FA
(221,229,250)
#E1E8FA
(225,232,250)
#E5EBFA
(229,235,250)
#E9EEFA
(233,238,250)
#EDF1FA
(237,241,250)
#F1F4FA
(241,244,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD9FA; }

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

This text font color is #CDD9FA.


Background Color

.myBgColor { background-color: #CDD9FA; }

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

This div background color is #CDD9FA.


Border color

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

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

This div border color is #CDD9FA.


Opacity

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

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

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

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

This text has shadow with #CDD9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD9FA on black background.


Color preview on white background

This text has color #CDD9FA on white background.



Black color preview on #CDD9FA background

This text has black color on #CDD9FA background.


White color preview on #CDD9FA background

This text has white color on #CDD9FA background.