COLOR #CCD8A7

HEX: #CCD8A7 RGB: (204,216,167)

Color info

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

RGB color model

#CCD8A7 color RGB value is (204,216,167).

RGB: (204,216,167) (80%, 85%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 167 of 255 = 65%

204
216
167

R + G + B ~ 77%. #CCD8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 216 + 167 = 587 (100%)
R 204 of 587 ~ 34.75%
G 216 of 587 ~ 36.8%
B 167 of 587 ~ 28.45'%

%34.75
%36.8
%28.45

CMYK color model

#CCD8A7 color CMYK value is (6,0,23,15).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 15.29%

CMYK: (6,0,23,15)
C6M0Y23K15 (6%, 0%, 23%, 15%)
(0.06 / 0.00 / 0.23 / 0.15)

CMYK percentages

%5.56
%0
%22.69
%15.29

Codes

Color #CCD8A7 in popluar color models

CC D8 A7
RGB 204 216 167
HSL 75° 38.58% 75.10%
HSB/HSV 75° 22.69% 84.71%
CMYK 5.56% 0.00% 22.69%
15.29%

Color #CCD8A7 in popluar number systems.

HEX CC D8 A7
Decimal 204 216 167
Binary 11001100 11011000 10100111
Octal 314 330 247

Shades and tints

Shades of #CCD8A7

#CCD8A7
(204,216,167)
#BAC598
(186,197,152)
#A8B289
(168,178,137)
#969F7A
(150,159,122)
#848C6B
(132,140,107)
#72795C
(114,121,92)
#60664D
(96,102,77)
#4E533E
(78,83,62)
#3C402F
(60,64,47)
#2A2D20
(42,45,32)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #CCD8A7

#CCD8A7
(204,216,167)
#D0DBAF
(208,219,175)
#D4DEB7
(212,222,183)
#D8E1BF
(216,225,191)
#DCE4C7
(220,228,199)
#E0E7CF
(224,231,207)
#E4EAD7
(228,234,215)
#E8EDDF
(232,237,223)
#ECF0E7
(236,240,231)
#F0F3EF
(240,243,239)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8A7; }

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

This text font color is #CCD8A7.

Background Color

.myBgColor { background-color: #CCD8A7; }

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

This div background color is #CCD8A7.

Border color

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

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

This div border color is #CCD8A7.

Opacity

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

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

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

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

This text has shadow with #CCD8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD8A7.

Preview

Color preview on black background

This text has color #CCD8A7 on black background.


Color preview on white background

This text has color #CCD8A7 on white background.


Black color preview on #CCD8A7 background

This text has black color on #CCD8A7 background.


White color preview on #CCD8A7 background

This text has white color on #CCD8A7 background.


Related colors

Complementary color

Complementary color for #hex is #332758.


I love getcolorcode.com

Triadic colors

1 #A7CCD8 and #D8A7CC with #CCD8A7 are triadic colors.

2 #A7D8CC and #D8CCA7 with #CCD8A7 are triadic colors.