COLOR #CDDFE7

HEX: #CDDFE7 RGB: (205,223,231)

Color info

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

RGB color model

#CDDFE7 color RGB value is (205,223,231).

RGB: (205,223,231) (80%, 87%, 91%)

RGB channels and saturation

R 205 of 255 = 80%
G 223 of 255 = 87%
B 231 of 255 = 91%

205
223
231

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

Portions of RGB colors in percentages

R + G + B = 205 + 223 + 231 = 659 (100%)
R 205 of 659 ~ 31.11%
G 223 of 659 ~ 33.84%
B 231 of 659 ~ 35.05'%

%31.11
%33.84
%35.05

CMYK color model

#CDDFE7 color CMYK value is (11,3,0,9).

  • cyan value is 11.26%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (11,3,0,9)
C11M3Y0K9 (11%, 3%, 0%, 9%)
(0.11 / 0.03 / 0.00 / 0.09)

CMYK percentages

%11.26
%3.46
%0
%9.41

Codes

Color #CDDFE7 in popluar color models

CD DF E7
RGB 205 223 231
HSL 198° 35.14% 85.49%
HSB/HSV 198° 11.26% 90.59%
CMYK 11.26% 3.46% 0.00%
9.41%

Color #CDDFE7 in popluar number systems.

HEX CD DF E7
Decimal 205 223 231
Binary 11001101 11011111 11100111
Octal 315 337 347

Shades and tints

Shades of #CDDFE7

#CDDFE7
(205,223,231)
#BBCBD2
(187,203,210)
#A9B7BD
(169,183,189)
#97A3A8
(151,163,168)
#858F93
(133,143,147)
#737B7E
(115,123,126)
#616769
(97,103,105)
#4F5354
(79,83,84)
#3D3F3F
(61,63,63)
#2B2B2A
(43,43,42)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #CDDFE7

#CDDFE7
(205,223,231)
#D1E1E9
(209,225,233)
#D5E3EB
(213,227,235)
#D9E5ED
(217,229,237)
#DDE7EF
(221,231,239)
#E1E9F1
(225,233,241)
#E5EBF3
(229,235,243)
#E9EDF5
(233,237,245)
#EDEFF7
(237,239,247)
#F1F1F9
(241,241,249)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDDFE7 color. Also use rgb(205,223,231) instead hex code.

Text Font Color

.myTextColor { color: #CDDFE7; }

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

This text font color is #CDDFE7.

Background Color

.myBgColor { background-color: #CDDFE7; }

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

This div background color is #CDDFE7.

Border color

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

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

This div border color is #CDDFE7.

Opacity

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

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

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

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

This text has shadow with #CDDFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDDFE7.

Preview

Color preview on black background

This text has color #CDDFE7 on black background.


Color preview on white background

This text has color #CDDFE7 on white background.


Black color preview on #CDDFE7 background

This text has black color on #CDDFE7 background.


White color preview on #CDDFE7 background

This text has white color on #CDDFE7 background.


Related colors

Complementary color

Complementary color for #hex is #322018.


I love getcolorcode.com

Triadic colors

1 #E7CDDF and #DFE7CD with #CDDFE7 are triadic colors.

2 #E7DFCD and #DFCDE7 with #CDDFE7 are triadic colors.