COLOR #CCCCA4

HEX: #CCCCA4 RGB: (204,204,164)

Color info

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

RGB color model

#CCCCA4 color RGB value is (204,204,164).

RGB: (204,204,164) (80%, 80%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 164 of 255 = 64%

204
204
164

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

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 164 = 572 (100%)
R 204 of 572 ~ 35.66%
G 204 of 572 ~ 35.66%
B 164 of 572 ~ 28.67'%

%35.66
%35.66
%28.67

CMYK color model

#CCCCA4 color CMYK value is (0,0,20,20).

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

CMYK: (0,0,20,20)
C0M0Y20K20 (0%, 0%, 20%, 20%)
(0.00 / 0.00 / 0.20 / 0.20)

CMYK percentages

%0
%0
%19.61
%20

Codes

Color #CCCCA4 in popluar color models

CC CC A4
RGB 204 204 164
HSL 60° 28.17% 72.16%
HSB/HSV 60° 19.61% 80.00%
CMYK 0.00% 0.00% 19.61%
20.00%

Color #CCCCA4 in popluar number systems.

HEX CC CC A4
Decimal 204 204 164
Binary 11001100 11001100 10100100
Octal 314 314 244

Shades and tints

Shades of #CCCCA4

#CCCCA4
(204,204,164)
#BABA96
(186,186,150)
#A8A888
(168,168,136)
#96967A
(150,150,122)
#84846C
(132,132,108)
#72725E
(114,114,94)
#606050
(96,96,80)
#4E4E42
(78,78,66)
#3C3C34
(60,60,52)
#2A2A26
(42,42,38)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCCCA4

#CCCCA4
(204,204,164)
#D0D0AC
(208,208,172)
#D4D4B4
(212,212,180)
#D8D8BC
(216,216,188)
#DCDCC4
(220,220,196)
#E0E0CC
(224,224,204)
#E4E4D4
(228,228,212)
#E8E8DC
(232,232,220)
#ECECE4
(236,236,228)
#F0F0EC
(240,240,236)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCA4; }

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

This text font color is #CCCCA4.

Background Color

.myBgColor { background-color: #CCCCA4; }

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

This div background color is #CCCCA4.

Border color

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

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

This div border color is #CCCCA4.

Opacity

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

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

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

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

This text has shadow with #CCCCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCA4.

Preview

Color preview on black background

This text has color #CCCCA4 on black background.


Color preview on white background

This text has color #CCCCA4 on white background.


Black color preview on #CCCCA4 background

This text has black color on #CCCCA4 background.


White color preview on #CCCCA4 background

This text has white color on #CCCCA4 background.


Related colors

Complementary color

Complementary color for #hex is #33335B.


I love getcolorcode.com