COLOR #C5CFA0

HEX: #C5CFA0
RGB: (197,207,160)

Color info

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

RGB color model

#C5CFA0 color RGB value is (197,207,160).

  • red value is 197;
  • green value is 207;
  • blue value is 160.
RGB:
(197,207,160)
(77%,81%,63%)

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 160 of 255 = 63%

197
207
160

R + G + B ~ 74%. #C5CFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 160 = 564 (100%)
R 197 of 564 ~ 34.93%
G 207 of 564 ~ 36.7%
B 160 of 564 ~ 28.37%

%34.93
%36.7
%28.37

CMYK color model

#C5CFA0 color CMYK value is (5,0,23,19).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 18.82%
CMYK:
(5,0,23,19)
C5M0Y23K19 
(5%,0%,23%,19%)
(0.05/0.00/0.23/0.19)	

CMYK percentages

%4.83
%0
%22.71
%18.82

Codes

Color #C5CFA0 in popluar color models

C5CFA0
RGB197207160
HSL73°32.87%71.96%
HSB/HSV73°22.71%81.18%
CMYK4.83%0.00%22.71%
18.82%

Color #C5CFA0 in popluar number systems.

HEXC5CFA0
Decimal197207160
Binary110001011100111110100000
Octal305317240

Shades and tints

Shades of #C5CFA0

#C5CFA0
(197,207,160)
#B4BD92
(180,189,146)
#A3AB84
(163,171,132)
#929976
(146,153,118)
#818768
(129,135,104)
#70755A
(112,117,90)
#5F634C
(95,99,76)
#4E513E
(78,81,62)
#3D3F30
(61,63,48)
#2C2D22
(44,45,34)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5CFA0

#C5CFA0
(197,207,160)
#CAD3A8
(202,211,168)
#CFD7B0
(207,215,176)
#D4DBB8
(212,219,184)
#D9DFC0
(217,223,192)
#DEE3C8
(222,227,200)
#E3E7D0
(227,231,208)
#E8EBD8
(232,235,216)
#EDEFE0
(237,239,224)
#F2F3E8
(242,243,232)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CFA0 color. Also use rgb(197,207,160) instead hex code.

Text Font Color

.myTextColor { color: #C5CFA0; }

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

This text font color is #C5CFA0.


Background Color

.myBgColor { background-color: #C5CFA0; }

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

This div background color is #C5CFA0.


Border color

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

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

This div border color is #C5CFA0.


Opacity

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

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

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

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

This text has shadow with #C5CFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFA0 on black background.


Color preview on white background

This text has color #C5CFA0 on white background.



Black color preview on #C5CFA0 background

This text has black color on #C5CFA0 background.


White color preview on #C5CFA0 background

This text has white color on #C5CFA0 background.