COLOR #CCD5C2

HEX: #CCD5C2 RGB: (204,213,194)

Color info

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

RGB color model

#CCD5C2 color RGB value is (204,213,194).

RGB: (204,213,194) (80%, 84%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 194 of 255 = 76%

204
213
194

R + G + B ~ 80%. #CCD5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 213 + 194 = 611 (100%)
R 204 of 611 ~ 33.39%
G 213 of 611 ~ 34.86%
B 194 of 611 ~ 31.75'%

%33.39
%34.86
%31.75

CMYK color model

#CCD5C2 color CMYK value is (4,0,9,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 16.47%

CMYK: (4,0,9,16)
C4M0Y9K16 (4%, 0%, 9%, 16%)
(0.04 / 0.00 / 0.09 / 0.16)

CMYK percentages

%4.23
%0
%8.92
%16.47

Codes

Color #CCD5C2 in popluar color models

CC D5 C2
RGB 204 213 194
HSL 88° 18.45% 79.80%
HSB/HSV 88° 8.92% 83.53%
CMYK 4.23% 0.00% 8.92%
16.47%

Color #CCD5C2 in popluar number systems.

HEX CC D5 C2
Decimal 204 213 194
Binary 11001100 11010101 11000010
Octal 314 325 302

Shades and tints

Shades of #CCD5C2

#CCD5C2
(204,213,194)
#BAC2B1
(186,194,177)
#A8AFA0
(168,175,160)
#969C8F
(150,156,143)
#84897E
(132,137,126)
#72766D
(114,118,109)
#60635C
(96,99,92)
#4E504B
(78,80,75)
#3C3D3A
(60,61,58)
#2A2A29
(42,42,41)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCD5C2

#CCD5C2
(204,213,194)
#D0D8C7
(208,216,199)
#D4DBCC
(212,219,204)
#D8DED1
(216,222,209)
#DCE1D6
(220,225,214)
#E0E4DB
(224,228,219)
#E4E7E0
(228,231,224)
#E8EAE5
(232,234,229)
#ECEDEA
(236,237,234)
#F0F0EF
(240,240,239)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD5C2 color. Also use rgb(204,213,194) instead hex code.

Text Font Color

.myTextColor { color: #CCD5C2; }

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

This text font color is #CCD5C2.

Background Color

.myBgColor { background-color: #CCD5C2; }

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

This div background color is #CCD5C2.

Border color

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

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

This div border color is #CCD5C2.

Opacity

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

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

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

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

This text has shadow with #CCD5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD5C2.

Preview

Color preview on black background

This text has color #CCD5C2 on black background.


Color preview on white background

This text has color #CCD5C2 on white background.


Black color preview on #CCD5C2 background

This text has black color on #CCD5C2 background.


White color preview on #CCD5C2 background

This text has white color on #CCD5C2 background.


Related colors

Complementary color

Complementary color for #hex is #332A3D.


I love getcolorcode.com

Triadic colors

1 #C2CCD5 and #D5C2CC with #CCD5C2 are triadic colors.

2 #C2D5CC and #D5CCC2 with #CCD5C2 are triadic colors.