COLOR #CDD5DD

HEX: #CDD5DD
RGB: (205,213,221)

Color info

#CDD5DD contains red, green and blue colors in about the same proportion. Web safe color of #CDD5DD is #CCCCCC (or #CCC).

RGB color model

#CDD5DD color RGB value is (205,213,221).

  • red value is 205;
  • green value is 213;
  • blue value is 221.
RGB:
(205,213,221)
(80%,84%,87%)

RGB channels and saturation

R 205 of 255 = 80%
G 213 of 255 = 84%
B 221 of 255 = 87%

205
213
221

R + G + B ~ 84%. #CDD5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 213 + 221 = 639 (100%)
R 205 of 639 ~ 32.08%
G 213 of 639 ~ 33.33%
B 221 of 639 ~ 34.59%

%32.08
%33.33
%34.59

CMYK color model

#CDD5DD color CMYK value is (7,4,0,13).

  • cyan value is 7.24%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(7,4,0,13)
C7M4Y0K13 
(7%,4%,0%,13%)
(0.07/0.04/0.00/0.13)	

CMYK percentages

%7.24
%3.62
%0
%13.33

Codes

Color #CDD5DD in popluar color models

CDD5DD
RGB205213221
HSL210°19.05%83.53%
HSB/HSV210°7.24%86.67%
CMYK7.24%3.62%0.00%
13.33%

Color #CDD5DD in popluar number systems.

HEXCDD5DD
Decimal205213221
Binary110011011101010111011101
Octal315325335

Shades and tints

Shades of #CDD5DD

#CDD5DD
(205,213,221)
#BBC2C9
(187,194,201)
#A9AFB5
(169,175,181)
#979CA1
(151,156,161)
#85898D
(133,137,141)
#737679
(115,118,121)
#616365
(97,99,101)
#4F5051
(79,80,81)
#3D3D3D
(61,61,61)
#2B2A29
(43,42,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #CDD5DD

#CDD5DD
(205,213,221)
#D1D8E0
(209,216,224)
#D5DBE3
(213,219,227)
#D9DEE6
(217,222,230)
#DDE1E9
(221,225,233)
#E1E4EC
(225,228,236)
#E5E7EF
(229,231,239)
#E9EAF2
(233,234,242)
#EDEDF5
(237,237,245)
#F1F0F8
(241,240,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD5DD color. Also use rgb(205,213,221) instead hex code.

Text Font Color

.myTextColor { color: #CDD5DD; }

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

This text font color is #CDD5DD.


Background Color

.myBgColor { background-color: #CDD5DD; }

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

This div background color is #CDD5DD.


Border color

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

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

This div border color is #CDD5DD.


Opacity

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

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

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

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

This text has shadow with #CDD5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD5DD on black background.


Color preview on white background

This text has color #CDD5DD on white background.



Black color preview on #CDD5DD background

This text has black color on #CDD5DD background.


White color preview on #CDD5DD background

This text has white color on #CDD5DD background.