COLOR #CCD7C2

HEX: #CCD7C2 RGB: (204,215,194)

Color info

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

RGB color model

#CCD7C2 color RGB value is (204,215,194).

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

RGB channels and saturation

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

204
215
194

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

Portions of RGB colors in percentages

R + G + B = 204 + 215 + 194 = 613 (100%)
R 204 of 613 ~ 33.28%
G 215 of 613 ~ 35.07%
B 194 of 613 ~ 31.65'%

%33.28
%35.07
%31.65

CMYK color model

#CCD7C2 color CMYK value is (5,0,10,16).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 15.69%

CMYK: (5,0,10,16)
C5M0Y10K16 (5%, 0%, 10%, 16%)
(0.05 / 0.00 / 0.10 / 0.16)

CMYK percentages

%5.12
%0
%9.77
%15.69

Codes

Color #CCD7C2 in popluar color models

CC D7 C2
RGB 204 215 194
HSL 91° 20.79% 80.20%
HSB/HSV 91° 9.77% 84.31%
CMYK 5.12% 0.00% 9.77%
15.69%

Color #CCD7C2 in popluar number systems.

HEX CC D7 C2
Decimal 204 215 194
Binary 11001100 11010111 11000010
Octal 314 327 302

Shades and tints

Shades of #CCD7C2

#CCD7C2
(204,215,194)
#BAC4B1
(186,196,177)
#A8B1A0
(168,177,160)
#969E8F
(150,158,143)
#848B7E
(132,139,126)
#72786D
(114,120,109)
#60655C
(96,101,92)
#4E524B
(78,82,75)
#3C3F3A
(60,63,58)
#2A2C29
(42,44,41)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCD7C2

#CCD7C2
(204,215,194)
#D0DAC7
(208,218,199)
#D4DDCC
(212,221,204)
#D8E0D1
(216,224,209)
#DCE3D6
(220,227,214)
#E0E6DB
(224,230,219)
#E4E9E0
(228,233,224)
#E8ECE5
(232,236,229)
#ECEFEA
(236,239,234)
#F0F2EF
(240,242,239)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD7C2; }

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

This text font color is #CCD7C2.

Background Color

.myBgColor { background-color: #CCD7C2; }

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

This div background color is #CCD7C2.

Border color

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

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

This div border color is #CCD7C2.

Opacity

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

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

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

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

This text has shadow with #CCD7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD7C2.

Preview

Color preview on black background

This text has color #CCD7C2 on black background.


Color preview on white background

This text has color #CCD7C2 on white background.


Black color preview on #CCD7C2 background

This text has black color on #CCD7C2 background.


White color preview on #CCD7C2 background

This text has white color on #CCD7C2 background.


Related colors

Complementary color

Complementary color for #hex is #33283D.


I love getcolorcode.com

Triadic colors

1 #C2CCD7 and #D7C2CC with #CCD7C2 are triadic colors.

2 #C2D7CC and #D7CCC2 with #CCD7C2 are triadic colors.