COLOR #CCDDC5

HEX: #CCDDC5 RGB: (204,221,197)

Color info

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

RGB color model

#CCDDC5 color RGB value is (204,221,197).

RGB: (204,221,197) (80%, 87%, 77%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 197 of 255 = 77%

204
221
197

R + G + B ~ 81%. #CCDDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 197 = 622 (100%)
R 204 of 622 ~ 32.8%
G 221 of 622 ~ 35.53%
B 197 of 622 ~ 31.67'%

%32.8
%35.53
%31.67

CMYK color model

#CCDDC5 color CMYK value is (8,0,11,13).

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

CMYK: (8,0,11,13)
C8M0Y11K13 (8%, 0%, 11%, 13%)
(0.08 / 0.00 / 0.11 / 0.13)

CMYK percentages

%7.69
%0
%10.86
%13.33

Codes

Color #CCDDC5 in popluar color models

CC DD C5
RGB 204 221 197
HSL 103° 26.09% 81.96%
HSB/HSV 103° 10.86% 86.67%
CMYK 7.69% 0.00% 10.86%
13.33%

Color #CCDDC5 in popluar number systems.

HEX CC DD C5
Decimal 204 221 197
Binary 11001100 11011101 11000101
Octal 314 335 305

Shades and tints

Shades of #CCDDC5

#CCDDC5
(204,221,197)
#BAC9B4
(186,201,180)
#A8B5A3
(168,181,163)
#96A192
(150,161,146)
#848D81
(132,141,129)
#727970
(114,121,112)
#60655F
(96,101,95)
#4E514E
(78,81,78)
#3C3D3D
(60,61,61)
#2A292C
(42,41,44)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CCDDC5

#CCDDC5
(204,221,197)
#D0E0CA
(208,224,202)
#D4E3CF
(212,227,207)
#D8E6D4
(216,230,212)
#DCE9D9
(220,233,217)
#E0ECDE
(224,236,222)
#E4EFE3
(228,239,227)
#E8F2E8
(232,242,232)
#ECF5ED
(236,245,237)
#F0F8F2
(240,248,242)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDC5; }

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

This text font color is #CCDDC5.

Background Color

.myBgColor { background-color: #CCDDC5; }

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

This div background color is #CCDDC5.

Border color

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

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

This div border color is #CCDDC5.

Opacity

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

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

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

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

This text has shadow with #CCDDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDC5.

Preview

Color preview on black background

This text has color #CCDDC5 on black background.


Color preview on white background

This text has color #CCDDC5 on white background.


Black color preview on #CCDDC5 background

This text has black color on #CCDDC5 background.


White color preview on #CCDDC5 background

This text has white color on #CCDDC5 background.


Related colors

Complementary color

Complementary color for #hex is #33223A.


I love getcolorcode.com

Triadic colors

1 #C5CCDD and #DDC5CC with #CCDDC5 are triadic colors.

2 #C5DDCC and #DDCCC5 with #CCDDC5 are triadic colors.