COLOR #C5CA94

HEX: #C5CA94
RGB: (197,202,148)

Color info

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

RGB color model

#C5CA94 color RGB value is (197,202,148).

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

RGB channels and saturation

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

197
202
148

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

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 148 = 547 (100%)
R 197 of 547 ~ 36.01%
G 202 of 547 ~ 36.93%
B 148 of 547 ~ 27.06%

%36.01
%36.93
%27.06

CMYK color model

#C5CA94 color CMYK value is (2,0,27,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 20.78%
CMYK:
(2,0,27,21)
C2M0Y27K21 
(2%,0%,27%,21%)
(0.02/0.00/0.27/0.21)	

CMYK percentages

%2.48
%0
%26.73
%20.78

Codes

Color #C5CA94 in popluar color models

C5CA94
RGB197202148
HSL66°33.75%68.63%
HSB/HSV66°26.73%79.22%
CMYK2.48%0.00%26.73%
20.78%

Color #C5CA94 in popluar number systems.

HEXC5CA94
Decimal197202148
Binary110001011100101010010100
Octal305312224

Shades and tints

Shades of #C5CA94

#C5CA94
(197,202,148)
#B4B887
(180,184,135)
#A3A67A
(163,166,122)
#92946D
(146,148,109)
#818260
(129,130,96)
#707053
(112,112,83)
#5F5E46
(95,94,70)
#4E4C39
(78,76,57)
#3D3A2C
(61,58,44)
#2C281F
(44,40,31)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5CA94

#C5CA94
(197,202,148)
#CACE9D
(202,206,157)
#CFD2A6
(207,210,166)
#D4D6AF
(212,214,175)
#D9DAB8
(217,218,184)
#DEDEC1
(222,222,193)
#E3E2CA
(227,226,202)
#E8E6D3
(232,230,211)
#EDEADC
(237,234,220)
#F2EEE5
(242,238,229)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CA94; }

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

This text font color is #C5CA94.


Background Color

.myBgColor { background-color: #C5CA94; }

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

This div background color is #C5CA94.


Border color

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

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

This div border color is #C5CA94.


Opacity

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

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

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

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

This text has shadow with #C5CA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CA94 on black background.


Color preview on white background

This text has color #C5CA94 on white background.



Black color preview on #C5CA94 background

This text has black color on #C5CA94 background.


White color preview on #C5CA94 background

This text has white color on #C5CA94 background.