COLOR #CCC1AA

HEX: #CCC1AA
RGB: (204,193,170)

Color info

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

RGB color model

#CCC1AA color RGB value is (204,193,170).

  • red value is 204;
  • green value is 193;
  • blue value is 170.
RGB:
(204,193,170)
(80%,76%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 170 of 255 = 67%

204
193
170

R + G + B ~ 74%. #CCC1AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 170 = 567 (100%)
R 204 of 567 ~ 35.98%
G 193 of 567 ~ 34.04%
B 170 of 567 ~ 29.98%

%35.98
%34.04
%29.98

CMYK color model

#CCC1AA color CMYK value is (0,5,17,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(0,5,17,20)
C0M5Y17K20 
(0%,5%,17%,20%)
(0.00/0.05/0.17/0.20)	

CMYK percentages

%0
%5.39
%16.67
%20

Codes

Color #CCC1AA in popluar color models

CCC1AA
RGB204193170
HSL41°25.00%73.33%
HSB/HSV41°16.67%80.00%
CMYK0.00%5.39%16.67%
20.00%

Color #CCC1AA in popluar number systems.

HEXCCC1AA
Decimal204193170
Binary110011001100000110101010
Octal314301252

Shades and tints

Shades of #CCC1AA

#CCC1AA
(204,193,170)
#BAB09B
(186,176,155)
#A89F8C
(168,159,140)
#968E7D
(150,142,125)
#847D6E
(132,125,110)
#726C5F
(114,108,95)
#605B50
(96,91,80)
#4E4A41
(78,74,65)
#3C3932
(60,57,50)
#2A2823
(42,40,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCC1AA

#CCC1AA
(204,193,170)
#D0C6B1
(208,198,177)
#D4CBB8
(212,203,184)
#D8D0BF
(216,208,191)
#DCD5C6
(220,213,198)
#E0DACD
(224,218,205)
#E4DFD4
(228,223,212)
#E8E4DB
(232,228,219)
#ECE9E2
(236,233,226)
#F0EEE9
(240,238,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC1AA color. Also use rgb(204,193,170) instead hex code.

Text Font Color

.myTextColor { color: #CCC1AA; }

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

This text font color is #CCC1AA.


Background Color

.myBgColor { background-color: #CCC1AA; }

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

This div background color is #CCC1AA.


Border color

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

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

This div border color is #CCC1AA.


Opacity

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

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

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

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

This text has shadow with #CCC1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC1AA on black background.


Color preview on white background

This text has color #CCC1AA on white background.



Black color preview on #CCC1AA background

This text has black color on #CCC1AA background.


White color preview on #CCC1AA background

This text has white color on #CCC1AA background.