COLOR #CCC8AB

HEX: #CCC8AB RGB: (204,200,171)

Color info

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

RGB color model

#CCC8AB color RGB value is (204,200,171).

RGB: (204,200,171) (80%, 78%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 171 of 255 = 67%

204
200
171

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

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 171 = 575 (100%)
R 204 of 575 ~ 35.48%
G 200 of 575 ~ 34.78%
B 171 of 575 ~ 29.74'%

%35.48
%34.78
%29.74

CMYK color model

#CCC8AB color CMYK value is (0,2,16,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 16.18%
  • key color value is 20.00%

CMYK: (0,2,16,20)
C0M2Y16K20 (0%, 2%, 16%, 20%)
(0.00 / 0.02 / 0.16 / 0.20)

CMYK percentages

%0
%1.96
%16.18
%20

Codes

Color #CCC8AB in popluar color models

CC C8 AB
RGB 204 200 171
HSL 53° 24.44% 73.53%
HSB/HSV 53° 16.18% 80.00%
CMYK 0.00% 1.96% 16.18%
20.00%

Color #CCC8AB in popluar number systems.

HEX CC C8 AB
Decimal 204 200 171
Binary 11001100 11001000 10101011
Octal 314 310 253

Shades and tints

Shades of #CCC8AB

#CCC8AB
(204,200,171)
#BAB69C
(186,182,156)
#A8A48D
(168,164,141)
#96927E
(150,146,126)
#84806F
(132,128,111)
#726E60
(114,110,96)
#605C51
(96,92,81)
#4E4A42
(78,74,66)
#3C3833
(60,56,51)
#2A2624
(42,38,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCC8AB

#CCC8AB
(204,200,171)
#D0CDB2
(208,205,178)
#D4D2B9
(212,210,185)
#D8D7C0
(216,215,192)
#DCDCC7
(220,220,199)
#E0E1CE
(224,225,206)
#E4E6D5
(228,230,213)
#E8EBDC
(232,235,220)
#ECF0E3
(236,240,227)
#F0F5EA
(240,245,234)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8AB; }

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

This text font color is #CCC8AB.

Background Color

.myBgColor { background-color: #CCC8AB; }

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

This div background color is #CCC8AB.

Border color

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

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

This div border color is #CCC8AB.

Opacity

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

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

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

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

This text has shadow with #CCC8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC8AB.

Preview

Color preview on black background

This text has color #CCC8AB on black background.


Color preview on white background

This text has color #CCC8AB on white background.


Black color preview on #CCC8AB background

This text has black color on #CCC8AB background.


White color preview on #CCC8AB background

This text has white color on #CCC8AB background.


Related colors

Complementary color

Complementary color for #hex is #333754.


I love getcolorcode.com

Triadic colors

1 #ABCCC8 and #C8ABCC with #CCC8AB are triadic colors.

2 #ABC8CC and #C8CCAB with #CCC8AB are triadic colors.