COLOR #C4CC9C

HEX: #C4CC9C
RGB: (196,204,156)

Color info

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

RGB color model

#C4CC9C color RGB value is (196,204,156).

  • red value is 196;
  • green value is 204;
  • blue value is 156.
RGB:
(196,204,156)
(77%,80%,61%)

RGB channels and saturation

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

196
204
156

R + G + B ~ 73%. #C4CC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 156 = 556 (100%)
R 196 of 556 ~ 35.25%
G 204 of 556 ~ 36.69%
B 156 of 556 ~ 28.06%

%35.25
%36.69
%28.06

CMYK color model

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

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(4,0,24,20)
C4M0Y24K20 
(4%,0%,24%,20%)
(0.04/0.00/0.24/0.20)	

CMYK percentages

%3.92
%0
%23.53
%20

Codes

Color #C4CC9C in popluar color models

C4CC9C
RGB196204156
HSL70°32.00%70.59%
HSB/HSV70°23.53%80.00%
CMYK3.92%0.00%23.53%
20.00%

Color #C4CC9C in popluar number systems.

HEXC4CC9C
Decimal196204156
Binary110001001100110010011100
Octal304314234

Shades and tints

Shades of #C4CC9C

#C4CC9C
(196,204,156)
#B3BA8E
(179,186,142)
#A2A880
(162,168,128)
#919672
(145,150,114)
#808464
(128,132,100)
#6F7256
(111,114,86)
#5E6048
(94,96,72)
#4D4E3A
(77,78,58)
#3C3C2C
(60,60,44)
#2B2A1E
(43,42,30)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #C4CC9C

#C4CC9C
(196,204,156)
#C9D0A5
(201,208,165)
#CED4AE
(206,212,174)
#D3D8B7
(211,216,183)
#D8DCC0
(216,220,192)
#DDE0C9
(221,224,201)
#E2E4D2
(226,228,210)
#E7E8DB
(231,232,219)
#ECECE4
(236,236,228)
#F1F0ED
(241,240,237)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CC9C; }

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

This text font color is #C4CC9C.


Background Color

.myBgColor { background-color: #C4CC9C; }

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

This div background color is #C4CC9C.


Border color

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

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

This div border color is #C4CC9C.


Opacity

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

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

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

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

This text has shadow with #C4CC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CC9C on black background.


Color preview on white background

This text has color #C4CC9C on white background.



Black color preview on #C4CC9C background

This text has black color on #C4CC9C background.


White color preview on #C4CC9C background

This text has white color on #C4CC9C background.