COLOR #CCD3DD

HEX: #CCD3DD RGB: (204,211,221)

Color info

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

RGB color model

#CCD3DD color RGB value is (204,211,221).

RGB: (204,211,221) (80%, 83%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 221 of 255 = 87%

204
211
221

R + G + B ~ 83%. #CCD3DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 211 + 221 = 636 (100%)
R 204 of 636 ~ 32.08%
G 211 of 636 ~ 33.18%
B 221 of 636 ~ 34.75'%

%32.08
%33.18
%34.75

CMYK color model

#CCD3DD color CMYK value is (8,5,0,13).

  • cyan value is 7.69%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (8,5,0,13)
C8M5Y0K13 (8%, 5%, 0%, 13%)
(0.08 / 0.05 / 0.00 / 0.13)

CMYK percentages

%7.69
%4.52
%0
%13.33

Codes

Color #CCD3DD in popluar color models

CC D3 DD
RGB 204 211 221
HSL 215° 20.00% 83.33%
HSB/HSV 215° 7.69% 86.67%
CMYK 7.69% 4.52% 0.00%
13.33%

Color #CCD3DD in popluar number systems.

HEX CC D3 DD
Decimal 204 211 221
Binary 11001100 11010011 11011101
Octal 314 323 335

Shades and tints

Shades of #CCD3DD

#CCD3DD
(204,211,221)
#BAC0C9
(186,192,201)
#A8ADB5
(168,173,181)
#969AA1
(150,154,161)
#84878D
(132,135,141)
#727479
(114,116,121)
#606165
(96,97,101)
#4E4E51
(78,78,81)
#3C3B3D
(60,59,61)
#2A2829
(42,40,41)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #CCD3DD

#CCD3DD
(204,211,221)
#D0D7E0
(208,215,224)
#D4DBE3
(212,219,227)
#D8DFE6
(216,223,230)
#DCE3E9
(220,227,233)
#E0E7EC
(224,231,236)
#E4EBEF
(228,235,239)
#E8EFF2
(232,239,242)
#ECF3F5
(236,243,245)
#F0F7F8
(240,247,248)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD3DD color. Also use rgb(204,211,221) instead hex code.

Text Font Color

.myTextColor { color: #CCD3DD; }

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

This text font color is #CCD3DD.

Background Color

.myBgColor { background-color: #CCD3DD; }

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

This div background color is #CCD3DD.

Border color

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

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

This div border color is #CCD3DD.

Opacity

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

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

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

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

This text has shadow with #CCD3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD3DD.

Preview

Color preview on black background

This text has color #CCD3DD on black background.


Color preview on white background

This text has color #CCD3DD on white background.


Black color preview on #CCD3DD background

This text has black color on #CCD3DD background.


White color preview on #CCD3DD background

This text has white color on #CCD3DD background.


Related colors

Complementary color

Complementary color for #hex is #332C22.


I love getcolorcode.com

Triadic colors

1 #DDCCD3 and #D3DDCC with #CCD3DD are triadic colors.

2 #DDD3CC and #D3CCDD with #CCD3DD are triadic colors.