COLOR #C5CE97

HEX: #C5CE97
RGB: (197,206,151)

Color info

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

RGB color model

#C5CE97 color RGB value is (197,206,151).

  • red value is 197;
  • green value is 206;
  • blue value is 151.
RGB:
(197,206,151)
(77%,81%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 151 of 255 = 59%

197
206
151

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 151 = 554 (100%)
R 197 of 554 ~ 35.56%
G 206 of 554 ~ 37.18%
B 151 of 554 ~ 27.26%

%35.56
%37.18
%27.26

CMYK color model

#C5CE97 color CMYK value is (4,0,27,19).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 19.22%
CMYK:
(4,0,27,19)
C4M0Y27K19 
(4%,0%,27%,19%)
(0.04/0.00/0.27/0.19)	

CMYK percentages

%4.37
%0
%26.7
%19.22

Codes

Color #C5CE97 in popluar color models

C5CE97
RGB197206151
HSL70°35.95%70.00%
HSB/HSV70°26.70%80.78%
CMYK4.37%0.00%26.70%
19.22%

Color #C5CE97 in popluar number systems.

HEXC5CE97
Decimal197206151
Binary110001011100111010010111
Octal305316227

Shades and tints

Shades of #C5CE97

#C5CE97
(197,206,151)
#B4BC8A
(180,188,138)
#A3AA7D
(163,170,125)
#929870
(146,152,112)
#818663
(129,134,99)
#707456
(112,116,86)
#5F6249
(95,98,73)
#4E503C
(78,80,60)
#3D3E2F
(61,62,47)
#2C2C22
(44,44,34)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5CE97

#C5CE97
(197,206,151)
#CAD2A0
(202,210,160)
#CFD6A9
(207,214,169)
#D4DAB2
(212,218,178)
#D9DEBB
(217,222,187)
#DEE2C4
(222,226,196)
#E3E6CD
(227,230,205)
#E8EAD6
(232,234,214)
#EDEEDF
(237,238,223)
#F2F2E8
(242,242,232)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CE97 color. Also use rgb(197,206,151) instead hex code.

Text Font Color

.myTextColor { color: #C5CE97; }

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

This text font color is #C5CE97.


Background Color

.myBgColor { background-color: #C5CE97; }

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

This div background color is #C5CE97.


Border color

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

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

This div border color is #C5CE97.


Opacity

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

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

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

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

This text has shadow with #C5CE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CE97 on black background.


Color preview on white background

This text has color #C5CE97 on white background.



Black color preview on #C5CE97 background

This text has black color on #C5CE97 background.


White color preview on #C5CE97 background

This text has white color on #C5CE97 background.