COLOR #CCD1AD

HEX: #CCD1AD RGB: (204,209,173)

Color info

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

RGB color model

#CCD1AD color RGB value is (204,209,173).

RGB: (204,209,173) (80%, 82%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 209 of 255 = 82%
B 173 of 255 = 68%

204
209
173

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

Portions of RGB colors in percentages

R + G + B = 204 + 209 + 173 = 586 (100%)
R 204 of 586 ~ 34.81%
G 209 of 586 ~ 35.67%
B 173 of 586 ~ 29.52'%

%34.81
%35.67
%29.52

CMYK color model

#CCD1AD color CMYK value is (2,0,17,18).

  • cyan value is 2.39%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%

CMYK: (2,0,17,18)
C2M0Y17K18 (2%, 0%, 17%, 18%)
(0.02 / 0.00 / 0.17 / 0.18)

CMYK percentages

%2.39
%0
%17.22
%18.04

Codes

Color #CCD1AD in popluar color models

CC D1 AD
RGB 204 209 173
HSL 68° 28.13% 74.90%
HSB/HSV 68° 17.22% 81.96%
CMYK 2.39% 0.00% 17.22%
18.04%

Color #CCD1AD in popluar number systems.

HEX CC D1 AD
Decimal 204 209 173
Binary 11001100 11010001 10101101
Octal 314 321 255

Shades and tints

Shades of #CCD1AD

#CCD1AD
(204,209,173)
#BABE9E
(186,190,158)
#A8AB8F
(168,171,143)
#969880
(150,152,128)
#848571
(132,133,113)
#727262
(114,114,98)
#605F53
(96,95,83)
#4E4C44
(78,76,68)
#3C3935
(60,57,53)
#2A2626
(42,38,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCD1AD

#CCD1AD
(204,209,173)
#D0D5B4
(208,213,180)
#D4D9BB
(212,217,187)
#D8DDC2
(216,221,194)
#DCE1C9
(220,225,201)
#E0E5D0
(224,229,208)
#E4E9D7
(228,233,215)
#E8EDDE
(232,237,222)
#ECF1E5
(236,241,229)
#F0F5EC
(240,245,236)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD1AD color. Also use rgb(204,209,173) instead hex code.

Text Font Color

.myTextColor { color: #CCD1AD; }

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

This text font color is #CCD1AD.

Background Color

.myBgColor { background-color: #CCD1AD; }

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

This div background color is #CCD1AD.

Border color

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

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

This div border color is #CCD1AD.

Opacity

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

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

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

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

This text has shadow with #CCD1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD1AD.

Preview

Color preview on black background

This text has color #CCD1AD on black background.


Color preview on white background

This text has color #CCD1AD on white background.


Black color preview on #CCD1AD background

This text has black color on #CCD1AD background.


White color preview on #CCD1AD background

This text has white color on #CCD1AD background.


Related colors

Complementary color

Complementary color for #hex is #332E52.


I love getcolorcode.com

Triadic colors

1 #ADCCD1 and #D1ADCC with #CCD1AD are triadic colors.

2 #ADD1CC and #D1CCAD with #CCD1AD are triadic colors.