COLOR #CCD8A5

HEX: #CCD8A5 RGB: (204,216,165)

Color info

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

RGB color model

#CCD8A5 color RGB value is (204,216,165).

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

RGB channels and saturation

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

204
216
165

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

Portions of RGB colors in percentages

R + G + B = 204 + 216 + 165 = 585 (100%)
R 204 of 585 ~ 34.87%
G 216 of 585 ~ 36.92%
B 165 of 585 ~ 28.21'%

%34.87
%36.92
%28.21

CMYK color model

#CCD8A5 color CMYK value is (6,0,24,15).

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

CMYK: (6,0,24,15)
C6M0Y24K15 (6%, 0%, 24%, 15%)
(0.06 / 0.00 / 0.24 / 0.15)

CMYK percentages

%5.56
%0
%23.61
%15.29

Codes

Color #CCD8A5 in popluar color models

CC D8 A5
RGB 204 216 165
HSL 74° 39.53% 74.71%
HSB/HSV 74° 23.61% 84.71%
CMYK 5.56% 0.00% 23.61%
15.29%

Color #CCD8A5 in popluar number systems.

HEX CC D8 A5
Decimal 204 216 165
Binary 11001100 11011000 10100101
Octal 314 330 245

Shades and tints

Shades of #CCD8A5

#CCD8A5
(204,216,165)
#BAC596
(186,197,150)
#A8B287
(168,178,135)
#969F78
(150,159,120)
#848C69
(132,140,105)
#72795A
(114,121,90)
#60664B
(96,102,75)
#4E533C
(78,83,60)
#3C402D
(60,64,45)
#2A2D1E
(42,45,30)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #CCD8A5

#CCD8A5
(204,216,165)
#D0DBAD
(208,219,173)
#D4DEB5
(212,222,181)
#D8E1BD
(216,225,189)
#DCE4C5
(220,228,197)
#E0E7CD
(224,231,205)
#E4EAD5
(228,234,213)
#E8EDDD
(232,237,221)
#ECF0E5
(236,240,229)
#F0F3ED
(240,243,237)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8A5; }

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

This text font color is #CCD8A5.

Background Color

.myBgColor { background-color: #CCD8A5; }

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

This div background color is #CCD8A5.

Border color

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

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

This div border color is #CCD8A5.

Opacity

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

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

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

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

This text has shadow with #CCD8A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD8A5.

Preview

Color preview on black background

This text has color #CCD8A5 on black background.


Color preview on white background

This text has color #CCD8A5 on white background.


Black color preview on #CCD8A5 background

This text has black color on #CCD8A5 background.


White color preview on #CCD8A5 background

This text has white color on #CCD8A5 background.


Related colors

Complementary color

Complementary color for #hex is #33275A.


I love getcolorcode.com

Triadic colors

1 #A5CCD8 and #D8A5CC with #CCD8A5 are triadic colors.

2 #A5D8CC and #D8CCA5 with #CCD8A5 are triadic colors.