COLOR #CCD8AB

HEX: #CCD8AB
RGB: (204,216,171)

Color info

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

RGB color model

#CCD8AB color RGB value is (204,216,171).

  • red value is 204;
  • green value is 216;
  • blue value is 171.
RGB:
(204,216,171)
(80%,85%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 216 of 255 = 85%
B 171 of 255 = 67%

204
216
171

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

Portions of RGB colors in percentages

R + G + B =
204 + 216 + 171 = 591 (100%)
R 204 of 591 ~ 34.52%
G 216 of 591 ~ 36.55%
B 171 of 591 ~ 28.93%

%34.52
%36.55
%28.93

CMYK color model

#CCD8AB color CMYK value is (6,0,21,15).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(6,0,21,15)
C6M0Y21K15 
(6%,0%,21%,15%)
(0.06/0.00/0.21/0.15)	

CMYK percentages

%5.56
%0
%20.83
%15.29

Codes

Color #CCD8AB in popluar color models

CCD8AB
RGB204216171
HSL76°36.59%75.88%
HSB/HSV76°20.83%84.71%
CMYK5.56%0.00%20.83%
15.29%

Color #CCD8AB in popluar number systems.

HEXCCD8AB
Decimal204216171
Binary110011001101100010101011
Octal314330253

Shades and tints

Shades of #CCD8AB

#CCD8AB
(204,216,171)
#BAC59C
(186,197,156)
#A8B28D
(168,178,141)
#969F7E
(150,159,126)
#848C6F
(132,140,111)
#727960
(114,121,96)
#606651
(96,102,81)
#4E5342
(78,83,66)
#3C4033
(60,64,51)
#2A2D24
(42,45,36)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #CCD8AB

#CCD8AB
(204,216,171)
#D0DBB2
(208,219,178)
#D4DEB9
(212,222,185)
#D8E1C0
(216,225,192)
#DCE4C7
(220,228,199)
#E0E7CE
(224,231,206)
#E4EAD5
(228,234,213)
#E8EDDC
(232,237,220)
#ECF0E3
(236,240,227)
#F0F3EA
(240,243,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD8AB; }

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

This text font color is #CCD8AB.


Background Color

.myBgColor { background-color: #CCD8AB; }

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

This div background color is #CCD8AB.


Border color

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

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

This div border color is #CCD8AB.


Opacity

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

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

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

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

This text has shadow with #CCD8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD8AB on black background.


Color preview on white background

This text has color #CCD8AB on white background.



Black color preview on #CCD8AB background

This text has black color on #CCD8AB background.


White color preview on #CCD8AB background

This text has white color on #CCD8AB background.