COLOR #CCDBD4

HEX: #CCDBD4 RGB: (204,219,212)

Color info

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

RGB color model

#CCDBD4 color RGB value is (204,219,212).

RGB: (204,219,212) (80%, 86%, 83%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 212 of 255 = 83%

204
219
212

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

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 212 = 635 (100%)
R 204 of 635 ~ 32.13%
G 219 of 635 ~ 34.49%
B 212 of 635 ~ 33.39'%

%32.13
%34.49
%33.39

CMYK color model

#CCDBD4 color CMYK value is (7,0,3,14).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK: (7,0,3,14) C7M0Y3K14 (7%,0%,3%,14%) (0.07/0.00/0.03/0.14) 

CMYK percentages

%6.85
%0
%3.2
%14.12

Codes

Color #CCDBD4 in popluar color models

CC DB D4
RGB 204 219 212
HSL 152° 17.24% 82.94%
HSB/HSV 152° 6.85% 85.88%
CMYK 6.85% 0.00% 3.20%
14.12%

Color #CCDBD4 in popluar number systems.

HEX CC DB D4
Decimal 204 219 212
Binary 11001100 11011011 11010100
Octal 314 333 324

Shades and tints

Shades of #CCDBD4

#CCDBD4
(204,219,212)
#BAC8C1
(186,200,193)
#A8B5AE
(168,181,174)
#96A29B
(150,162,155)
#848F88
(132,143,136)
#727C75
(114,124,117)
#606962
(96,105,98)
#4E564F
(78,86,79)
#3C433C
(60,67,60)
#2A3029
(42,48,41)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #CCDBD4

#CCDBD4
(204,219,212)
#D0DED7
(208,222,215)
#D4E1DA
(212,225,218)
#D8E4DD
(216,228,221)
#DCE7E0
(220,231,224)
#E0EAE3
(224,234,227)
#E4EDE6
(228,237,230)
#E8F0E9
(232,240,233)
#ECF3EC
(236,243,236)
#F0F6EF
(240,246,239)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDBD4 color. Also use rgb(204,219,212) instead hex code.

Text Font Color

.myTextColor { color: #CCDBD4; }

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

This text font color is #CCDBD4.

Background Color

.myBgColor { background-color: #CCDBD4; }

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

This div background color is #CCDBD4.

Border color

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

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

This div border color is #CCDBD4.

Opacity

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

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

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

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

This text has shadow with #CCDBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBD4.

Preview

Color preview on black background

This text has color #CCDBD4 on black background.


Color preview on white background

This text has color #CCDBD4 on white background.


Black color preview on #CCDBD4 background

This text has black color on #CCDBD4 background.


White color preview on #CCDBD4 background

This text has white color on #CCDBD4 background.


Related colors

Complementary color

Complementary color for #hex is #33242B.


I love getcolorcode.com

Triadic colors

1 #D4CCDB and #DBD4CC with #CCDBD4 are triadic colors.

2 #D4DBCC and #DBCCD4 with #CCDBD4 are triadic colors.