COLOR #CCDBDA

HEX: #CCDBDA RGB: (204,219,218)

Color info

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

RGB color model

#CCDBDA color RGB value is (204,219,218).

RGB: (204,219,218) (80%, 86%, 85%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 218 of 255 = 85%

204
219
218

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

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 218 = 641 (100%)
R 204 of 641 ~ 31.83%
G 219 of 641 ~ 34.17%
B 218 of 641 ~ 34.01'%

%31.83
%34.17
%34.01

CMYK color model

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

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK: (7,0,0,14) C7M0Y0K14 (7%,0%,0%,14%) (0.07/0.00/0.00/0.14) 

CMYK percentages

%6.85
%0
%0.46
%14.12

Codes

Color #CCDBDA in popluar color models

CC DB DA
RGB 204 219 218
HSL 176° 17.24% 82.94%
HSB/HSV 176° 6.85% 85.88%
CMYK 6.85% 0.00% 0.46%
14.12%

Color #CCDBDA in popluar number systems.

HEX CC DB DA
Decimal 204 219 218
Binary 11001100 11011011 11011010
Octal 314 333 332

Shades and tints

Shades of #CCDBDA

#CCDBDA
(204,219,218)
#BAC8C7
(186,200,199)
#A8B5B4
(168,181,180)
#96A2A1
(150,162,161)
#848F8E
(132,143,142)
#727C7B
(114,124,123)
#606968
(96,105,104)
#4E5655
(78,86,85)
#3C4342
(60,67,66)
#2A302F
(42,48,47)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #CCDBDA

#CCDBDA
(204,219,218)
#D0DEDD
(208,222,221)
#D4E1E0
(212,225,224)
#D8E4E3
(216,228,227)
#DCE7E6
(220,231,230)
#E0EAE9
(224,234,233)
#E4EDEC
(228,237,236)
#E8F0EF
(232,240,239)
#ECF3F2
(236,243,242)
#F0F6F5
(240,246,245)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBDA; }

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

This text font color is #CCDBDA.

Background Color

.myBgColor { background-color: #CCDBDA; }

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

This div background color is #CCDBDA.

Border color

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

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

This div border color is #CCDBDA.

Opacity

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

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

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

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

This text has shadow with #CCDBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBDA.

Preview

Color preview on black background

This text has color #CCDBDA on black background.


Color preview on white background

This text has color #CCDBDA on white background.


Black color preview on #CCDBDA background

This text has black color on #CCDBDA background.


White color preview on #CCDBDA background

This text has white color on #CCDBDA background.


Related colors

Complementary color

Complementary color for #hex is #332425.


I love getcolorcode.com

Triadic colors

1 #DACCDB and #DBDACC with #CCDBDA are triadic colors.

2 #DADBCC and #DBCCDA with #CCDBDA are triadic colors.