COLOR #CCC3AD

HEX: #CCC3AD RGB: (204,195,173)

Color info

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

RGB color model

#CCC3AD color RGB value is (204,195,173).

RGB: (204,195,173) (80%, 76%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 173 of 255 = 68%

204
195
173

R + G + B ~ 75%. #CCC3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 173 = 572 (100%)
R 204 of 572 ~ 35.66%
G 195 of 572 ~ 34.09%
B 173 of 572 ~ 30.24'%

%35.66
%34.09
%30.24

CMYK color model

#CCC3AD color CMYK value is (0,4,15,20).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (0,4,15,20)
C0M4Y15K20 (0%, 4%, 15%, 20%)
(0.00 / 0.04 / 0.15 / 0.20)

CMYK percentages

%0
%4.41
%15.2
%20

Codes

Color #CCC3AD in popluar color models

CC C3 AD
RGB 204 195 173
HSL 43° 23.31% 73.92%
HSB/HSV 43° 15.20% 80.00%
CMYK 0.00% 4.41% 15.20%
20.00%

Color #CCC3AD in popluar number systems.

HEX CC C3 AD
Decimal 204 195 173
Binary 11001100 11000011 10101101
Octal 314 303 255

Shades and tints

Shades of #CCC3AD

#CCC3AD
(204,195,173)
#BAB29E
(186,178,158)
#A8A18F
(168,161,143)
#969080
(150,144,128)
#847F71
(132,127,113)
#726E62
(114,110,98)
#605D53
(96,93,83)
#4E4C44
(78,76,68)
#3C3B35
(60,59,53)
#2A2A26
(42,42,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCC3AD

#CCC3AD
(204,195,173)
#D0C8B4
(208,200,180)
#D4CDBB
(212,205,187)
#D8D2C2
(216,210,194)
#DCD7C9
(220,215,201)
#E0DCD0
(224,220,208)
#E4E1D7
(228,225,215)
#E8E6DE
(232,230,222)
#ECEBE5
(236,235,229)
#F0F0EC
(240,240,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3AD; }

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

This text font color is #CCC3AD.

Background Color

.myBgColor { background-color: #CCC3AD; }

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

This div background color is #CCC3AD.

Border color

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

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

This div border color is #CCC3AD.

Opacity

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

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

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

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

This text has shadow with #CCC3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC3AD.

Preview

Color preview on black background

This text has color #CCC3AD on black background.


Color preview on white background

This text has color #CCC3AD on white background.


Black color preview on #CCC3AD background

This text has black color on #CCC3AD background.


White color preview on #CCC3AD background

This text has white color on #CCC3AD background.


Related colors

Complementary color

Complementary color for #hex is #333C52.


I love getcolorcode.com

Triadic colors

1 #ADCCC3 and #C3ADCC with #CCC3AD are triadic colors.

2 #ADC3CC and #C3CCAD with #CCC3AD are triadic colors.