COLOR #CCD2A7

HEX: #CCD2A7 RGB: (204,210,167)

Color info

#CCD2A7 contains red, green and blue colors in about the same proportion. Web safe color of #CCD2A7 is #CCCC99 (or #CC9).

RGB color model

#CCD2A7 color RGB value is (204,210,167).

RGB: (204,210,167) (80%, 82%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 210 of 255 = 82%
B 167 of 255 = 65%

204
210
167

R + G + B ~ 76%. #CCD2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 210 + 167 = 581 (100%)
R 204 of 581 ~ 35.11%
G 210 of 581 ~ 36.14%
B 167 of 581 ~ 28.74'%

%35.11
%36.14
%28.74

CMYK color model

#CCD2A7 color CMYK value is (3,0,20,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 17.65%

CMYK: (3,0,20,18)
C3M0Y20K18 (3%, 0%, 20%, 18%)
(0.03 / 0.00 / 0.20 / 0.18)

CMYK percentages

%2.86
%0
%20.48
%17.65

Codes

Color #CCD2A7 in popluar color models

CC D2 A7
RGB 204 210 167
HSL 68° 32.33% 73.92%
HSB/HSV 68° 20.48% 82.35%
CMYK 2.86% 0.00% 20.48%
17.65%

Color #CCD2A7 in popluar number systems.

HEX CC D2 A7
Decimal 204 210 167
Binary 11001100 11010010 10100111
Octal 314 322 247

Shades and tints

Shades of #CCD2A7

#CCD2A7
(204,210,167)
#BABF98
(186,191,152)
#A8AC89
(168,172,137)
#96997A
(150,153,122)
#84866B
(132,134,107)
#72735C
(114,115,92)
#60604D
(96,96,77)
#4E4D3E
(78,77,62)
#3C3A2F
(60,58,47)
#2A2720
(42,39,32)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCD2A7

#CCD2A7
(204,210,167)
#D0D6AF
(208,214,175)
#D4DAB7
(212,218,183)
#D8DEBF
(216,222,191)
#DCE2C7
(220,226,199)
#E0E6CF
(224,230,207)
#E4EAD7
(228,234,215)
#E8EEDF
(232,238,223)
#ECF2E7
(236,242,231)
#F0F6EF
(240,246,239)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD2A7 color. Also use rgb(204,210,167) instead hex code.

Text Font Color

.myTextColor { color: #CCD2A7; }

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

This text font color is #CCD2A7.

Background Color

.myBgColor { background-color: #CCD2A7; }

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

This div background color is #CCD2A7.

Border color

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

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

This div border color is #CCD2A7.

Opacity

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

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

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

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

This text has shadow with #CCD2A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD2A7.

Preview

Color preview on black background

This text has color #CCD2A7 on black background.


Color preview on white background

This text has color #CCD2A7 on white background.


Black color preview on #CCD2A7 background

This text has black color on #CCD2A7 background.


White color preview on #CCD2A7 background

This text has white color on #CCD2A7 background.


Related colors

Complementary color

Complementary color for #hex is #332D58.


I love getcolorcode.com

Triadic colors

1 #A7CCD2 and #D2A7CC with #CCD2A7 are triadic colors.

2 #A7D2CC and #D2CCA7 with #CCD2A7 are triadic colors.