COLOR #C2CC9B

HEX: #C2CC9B
RGB: (194,204,155)

Color info

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

RGB color model

#C2CC9B color RGB value is (194,204,155).

  • red value is 194;
  • green value is 204;
  • blue value is 155.
RGB:
(194,204,155)
(76%,80%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 155 of 255 = 61%

194
204
155

R + G + B ~ 72%. #C2CC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 204 + 155 = 553 (100%)
R 194 of 553 ~ 35.08%
G 204 of 553 ~ 36.89%
B 155 of 553 ~ 28.03%

%35.08
%36.89
%28.03

CMYK color model

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

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(5,0,24,20)
C5M0Y24K20 
(5%,0%,24%,20%)
(0.05/0.00/0.24/0.20)	

CMYK percentages

%4.9
%0
%24.02
%20

Codes

Color #C2CC9B in popluar color models

C2CC9B
RGB194204155
HSL72°32.45%70.39%
HSB/HSV72°24.02%80.00%
CMYK4.90%0.00%24.02%
20.00%

Color #C2CC9B in popluar number systems.

HEXC2CC9B
Decimal194204155
Binary110000101100110010011011
Octal302314233

Shades and tints

Shades of #C2CC9B

#C2CC9B
(194,204,155)
#B1BA8D
(177,186,141)
#A0A87F
(160,168,127)
#8F9671
(143,150,113)
#7E8463
(126,132,99)
#6D7255
(109,114,85)
#5C6047
(92,96,71)
#4B4E39
(75,78,57)
#3A3C2B
(58,60,43)
#292A1D
(41,42,29)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #C2CC9B

#C2CC9B
(194,204,155)
#C7D0A4
(199,208,164)
#CCD4AD
(204,212,173)
#D1D8B6
(209,216,182)
#D6DCBF
(214,220,191)
#DBE0C8
(219,224,200)
#E0E4D1
(224,228,209)
#E5E8DA
(229,232,218)
#EAECE3
(234,236,227)
#EFF0EC
(239,240,236)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CC9B; }

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

This text font color is #C2CC9B.


Background Color

.myBgColor { background-color: #C2CC9B; }

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

This div background color is #C2CC9B.


Border color

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

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

This div border color is #C2CC9B.


Opacity

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

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

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

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

This text has shadow with #C2CC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CC9B on black background.


Color preview on white background

This text has color #C2CC9B on white background.



Black color preview on #C2CC9B background

This text has black color on #C2CC9B background.


White color preview on #C2CC9B background

This text has white color on #C2CC9B background.