COLOR #C5CEA1

HEX: #C5CEA1
RGB: (197,206,161)

Color info

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

RGB color model

#C5CEA1 color RGB value is (197,206,161).

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

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 161 of 255 = 63%

197
206
161

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 161 = 564 (100%)
R 197 of 564 ~ 34.93%
G 206 of 564 ~ 36.52%
B 161 of 564 ~ 28.55%

%34.93
%36.52
%28.55

CMYK color model

#C5CEA1 color CMYK value is (4,0,22,19).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 19.22%
CMYK:
(4,0,22,19)
C4M0Y22K19 
(4%,0%,22%,19%)
(0.04/0.00/0.22/0.19)	

CMYK percentages

%4.37
%0
%21.84
%19.22

Codes

Color #C5CEA1 in popluar color models

C5CEA1
RGB197206161
HSL72°31.47%71.96%
HSB/HSV72°21.84%80.78%
CMYK4.37%0.00%21.84%
19.22%

Color #C5CEA1 in popluar number systems.

HEXC5CEA1
Decimal197206161
Binary110001011100111010100001
Octal305316241

Shades and tints

Shades of #C5CEA1

#C5CEA1
(197,206,161)
#B4BC93
(180,188,147)
#A3AA85
(163,170,133)
#929877
(146,152,119)
#818669
(129,134,105)
#70745B
(112,116,91)
#5F624D
(95,98,77)
#4E503F
(78,80,63)
#3D3E31
(61,62,49)
#2C2C23
(44,44,35)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5CEA1

#C5CEA1
(197,206,161)
#CAD2A9
(202,210,169)
#CFD6B1
(207,214,177)
#D4DAB9
(212,218,185)
#D9DEC1
(217,222,193)
#DEE2C9
(222,226,201)
#E3E6D1
(227,230,209)
#E8EAD9
(232,234,217)
#EDEEE1
(237,238,225)
#F2F2E9
(242,242,233)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEA1; }

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

This text font color is #C5CEA1.


Background Color

.myBgColor { background-color: #C5CEA1; }

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

This div background color is #C5CEA1.


Border color

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

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

This div border color is #C5CEA1.


Opacity

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

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

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

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

This text has shadow with #C5CEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEA1 on black background.


Color preview on white background

This text has color #C5CEA1 on white background.



Black color preview on #C5CEA1 background

This text has black color on #C5CEA1 background.


White color preview on #C5CEA1 background

This text has white color on #C5CEA1 background.