COLOR #CCCCAC

HEX: #CCCCAC RGB: (204,204,172)

Color info

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

RGB color model

#CCCCAC color RGB value is (204,204,172).

RGB: (204,204,172) (80%, 80%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 172 of 255 = 67%

204
204
172

R + G + B ~ 76%. #CCCCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 172 = 580 (100%)
R 204 of 580 ~ 35.17%
G 204 of 580 ~ 35.17%
B 172 of 580 ~ 29.66'%

%35.17
%35.17
%29.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%

CMYK: (0,0,16,20)
C0M0Y16K20 (0%, 0%, 16%, 20%)
(0.00 / 0.00 / 0.16 / 0.20)

CMYK percentages

%0
%0
%15.69
%20

Codes

Color #CCCCAC in popluar color models

CC CC AC
RGB 204 204 172
HSL 60° 23.88% 73.73%
HSB/HSV 60° 15.69% 80.00%
CMYK 0.00% 0.00% 15.69%
20.00%

Color #CCCCAC in popluar number systems.

HEX CC CC AC
Decimal 204 204 172
Binary 11001100 11001100 10101100
Octal 314 314 254

Shades and tints

Shades of #CCCCAC

#CCCCAC
(204,204,172)
#BABA9D
(186,186,157)
#A8A88E
(168,168,142)
#96967F
(150,150,127)
#848470
(132,132,112)
#727261
(114,114,97)
#606052
(96,96,82)
#4E4E43
(78,78,67)
#3C3C34
(60,60,52)
#2A2A25
(42,42,37)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCCCAC

#CCCCAC
(204,204,172)
#D0D0B3
(208,208,179)
#D4D4BA
(212,212,186)
#D8D8C1
(216,216,193)
#DCDCC8
(220,220,200)
#E0E0CF
(224,224,207)
#E4E4D6
(228,228,214)
#E8E8DD
(232,232,221)
#ECECE4
(236,236,228)
#F0F0EB
(240,240,235)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCAC; }

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

This text font color is #CCCCAC.

Background Color

.myBgColor { background-color: #CCCCAC; }

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

This div background color is #CCCCAC.

Border color

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

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

This div border color is #CCCCAC.

Opacity

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

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

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

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

This text has shadow with #CCCCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCAC.

Preview

Color preview on black background

This text has color #CCCCAC on black background.


Color preview on white background

This text has color #CCCCAC on white background.


Black color preview on #CCCCAC background

This text has black color on #CCCCAC background.


White color preview on #CCCCAC background

This text has white color on #CCCCAC background.


Related colors

Complementary color

Complementary color for #hex is #333353.


I love getcolorcode.com