COLOR #C5CC99

HEX: #C5CC99
RGB: (197,204,153)

Color info

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

RGB color model

#C5CC99 color RGB value is (197,204,153).

  • red value is 197;
  • green value is 204;
  • blue value is 153.
RGB:
(197,204,153)
(77%,80%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 153 of 255 = 60%

197
204
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 204 + 153 = 554 (100%)
R 197 of 554 ~ 35.56%
G 204 of 554 ~ 36.82%
B 153 of 554 ~ 27.62%

%35.56
%36.82
%27.62

CMYK color model

#C5CC99 color CMYK value is (3,0,25,20).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK:
(3,0,25,20)
C3M0Y25K20 
(3%,0%,25%,20%)
(0.03/0.00/0.25/0.20)	

CMYK percentages

%3.43
%0
%25
%20

Codes

Color #C5CC99 in popluar color models

C5CC99
RGB197204153
HSL68°33.33%70.00%
HSB/HSV68°25.00%80.00%
CMYK3.43%0.00%25.00%
20.00%

Color #C5CC99 in popluar number systems.

HEXC5CC99
Decimal197204153
Binary110001011100110010011001
Octal305314231

Shades and tints

Shades of #C5CC99

#C5CC99
(197,204,153)
#B4BA8C
(180,186,140)
#A3A87F
(163,168,127)
#929672
(146,150,114)
#818465
(129,132,101)
#707258
(112,114,88)
#5F604B
(95,96,75)
#4E4E3E
(78,78,62)
#3D3C31
(61,60,49)
#2C2A24
(44,42,36)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5CC99

#C5CC99
(197,204,153)
#CAD0A2
(202,208,162)
#CFD4AB
(207,212,171)
#D4D8B4
(212,216,180)
#D9DCBD
(217,220,189)
#DEE0C6
(222,224,198)
#E3E4CF
(227,228,207)
#E8E8D8
(232,232,216)
#EDECE1
(237,236,225)
#F2F0EA
(242,240,234)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CC99; }

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

This text font color is #C5CC99.


Background Color

.myBgColor { background-color: #C5CC99; }

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

This div background color is #C5CC99.


Border color

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

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

This div border color is #C5CC99.


Opacity

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

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

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

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

This text has shadow with #C5CC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CC99 on black background.


Color preview on white background

This text has color #C5CC99 on white background.



Black color preview on #C5CC99 background

This text has black color on #C5CC99 background.


White color preview on #C5CC99 background

This text has white color on #C5CC99 background.