COLOR #CCCC9C

HEX: #CCCC9C RGB: (204,204,156)

Color info

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

RGB color model

#CCCC9C color RGB value is (204,204,156).

RGB: (204,204,156) (80%, 80%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 156 of 255 = 61%

204
204
156

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

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 156 = 564 (100%)
R 204 of 564 ~ 36.17%
G 204 of 564 ~ 36.17%
B 156 of 564 ~ 27.66'%

%36.17
%36.17
%27.66

CMYK color model

#CCCC9C color CMYK value is (0,0,24,20).

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

CMYK: (0,0,24,20)
C0M0Y24K20 (0%, 0%, 24%, 20%)
(0.00 / 0.00 / 0.24 / 0.20)

CMYK percentages

%0
%0
%23.53
%20

Codes

Color #CCCC9C in popluar color models

CC CC 9C
RGB 204 204 156
HSL 60° 32.00% 70.59%
HSB/HSV 60° 23.53% 80.00%
CMYK 0.00% 0.00% 23.53%
20.00%

Color #CCCC9C in popluar number systems.

HEX CC CC 9C
Decimal 204 204 156
Binary 11001100 11001100 10011100
Octal 314 314 234

Shades and tints

Shades of #CCCC9C

#CCCC9C
(204,204,156)
#BABA8E
(186,186,142)
#A8A880
(168,168,128)
#969672
(150,150,114)
#848464
(132,132,100)
#727256
(114,114,86)
#606048
(96,96,72)
#4E4E3A
(78,78,58)
#3C3C2C
(60,60,44)
#2A2A1E
(42,42,30)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #CCCC9C

#CCCC9C
(204,204,156)
#D0D0A5
(208,208,165)
#D4D4AE
(212,212,174)
#D8D8B7
(216,216,183)
#DCDCC0
(220,220,192)
#E0E0C9
(224,224,201)
#E4E4D2
(228,228,210)
#E8E8DB
(232,232,219)
#ECECE4
(236,236,228)
#F0F0ED
(240,240,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCC9C; }

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

This text font color is #CCCC9C.

Background Color

.myBgColor { background-color: #CCCC9C; }

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

This div background color is #CCCC9C.

Border color

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

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

This div border color is #CCCC9C.

Opacity

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

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

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

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

This text has shadow with #CCCC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCC9C.

Preview

Color preview on black background

This text has color #CCCC9C on black background.


Color preview on white background

This text has color #CCCC9C on white background.


Black color preview on #CCCC9C background

This text has black color on #CCCC9C background.


White color preview on #CCCC9C background

This text has white color on #CCCC9C background.


Related colors

Complementary color

Complementary color for #hex is #333363.


I love getcolorcode.com