COLOR #C5CA95

HEX: #C5CA95
RGB: (197,202,149)

Color info

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

RGB color model

#C5CA95 color RGB value is (197,202,149).

  • red value is 197;
  • green value is 202;
  • blue value is 149.
RGB:
(197,202,149)
(77%,79%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 149 of 255 = 58%

197
202
149

R + G + B ~ 71%. #C5CA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 149 = 548 (100%)
R 197 of 548 ~ 35.95%
G 202 of 548 ~ 36.86%
B 149 of 548 ~ 27.19%

%35.95
%36.86
%27.19

CMYK color model

#C5CA95 color CMYK value is (2,0,26,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 20.78%
CMYK:
(2,0,26,21)
C2M0Y26K21 
(2%,0%,26%,21%)
(0.02/0.00/0.26/0.21)	

CMYK percentages

%2.48
%0
%26.24
%20.78

Codes

Color #C5CA95 in popluar color models

C5CA95
RGB197202149
HSL66°33.33%68.82%
HSB/HSV66°26.24%79.22%
CMYK2.48%0.00%26.24%
20.78%

Color #C5CA95 in popluar number systems.

HEXC5CA95
Decimal197202149
Binary110001011100101010010101
Octal305312225

Shades and tints

Shades of #C5CA95

#C5CA95
(197,202,149)
#B4B888
(180,184,136)
#A3A67B
(163,166,123)
#92946E
(146,148,110)
#818261
(129,130,97)
#707054
(112,112,84)
#5F5E47
(95,94,71)
#4E4C3A
(78,76,58)
#3D3A2D
(61,58,45)
#2C2820
(44,40,32)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #C5CA95

#C5CA95
(197,202,149)
#CACE9E
(202,206,158)
#CFD2A7
(207,210,167)
#D4D6B0
(212,214,176)
#D9DAB9
(217,218,185)
#DEDEC2
(222,222,194)
#E3E2CB
(227,226,203)
#E8E6D4
(232,230,212)
#EDEADD
(237,234,221)
#F2EEE6
(242,238,230)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CA95 color. Also use rgb(197,202,149) instead hex code.

Text Font Color

.myTextColor { color: #C5CA95; }

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

This text font color is #C5CA95.


Background Color

.myBgColor { background-color: #C5CA95; }

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

This div background color is #C5CA95.


Border color

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

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

This div border color is #C5CA95.


Opacity

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

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

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

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

This text has shadow with #C5CA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CA95 on black background.


Color preview on white background

This text has color #C5CA95 on white background.



Black color preview on #C5CA95 background

This text has black color on #C5CA95 background.


White color preview on #C5CA95 background

This text has white color on #C5CA95 background.