COLOR #C5D29A

HEX: #C5D29A
RGB: (197,210,154)

Color info

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

RGB color model

#C5D29A color RGB value is (197,210,154).

  • red value is 197;
  • green value is 210;
  • blue value is 154.
RGB:
(197,210,154)
(77%,82%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 154 of 255 = 60%

197
210
154

R + G + B ~ 73%. #C5D29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 154 = 561 (100%)
R 197 of 561 ~ 35.12%
G 210 of 561 ~ 37.43%
B 154 of 561 ~ 27.45%

%35.12
%37.43
%27.45

CMYK color model

#C5D29A color CMYK value is (6,0,27,18).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(6,0,27,18)
C6M0Y27K18 
(6%,0%,27%,18%)
(0.06/0.00/0.27/0.18)	

CMYK percentages

%6.19
%0
%26.67
%17.65

Codes

Color #C5D29A in popluar color models

C5D29A
RGB197210154
HSL74°38.36%71.37%
HSB/HSV74°26.67%82.35%
CMYK6.19%0.00%26.67%
17.65%

Color #C5D29A in popluar number systems.

HEXC5D29A
Decimal197210154
Binary110001011101001010011010
Octal305322232

Shades and tints

Shades of #C5D29A

#C5D29A
(197,210,154)
#B4BF8C
(180,191,140)
#A3AC7E
(163,172,126)
#929970
(146,153,112)
#818662
(129,134,98)
#707354
(112,115,84)
#5F6046
(95,96,70)
#4E4D38
(78,77,56)
#3D3A2A
(61,58,42)
#2C271C
(44,39,28)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #C5D29A

#C5D29A
(197,210,154)
#CAD6A3
(202,214,163)
#CFDAAC
(207,218,172)
#D4DEB5
(212,222,181)
#D9E2BE
(217,226,190)
#DEE6C7
(222,230,199)
#E3EAD0
(227,234,208)
#E8EED9
(232,238,217)
#EDF2E2
(237,242,226)
#F2F6EB
(242,246,235)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D29A color. Also use rgb(197,210,154) instead hex code.

Text Font Color

.myTextColor { color: #C5D29A; }

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

This text font color is #C5D29A.


Background Color

.myBgColor { background-color: #C5D29A; }

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

This div background color is #C5D29A.


Border color

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

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

This div border color is #C5D29A.


Opacity

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

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

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

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

This text has shadow with #C5D29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D29A on black background.


Color preview on white background

This text has color #C5D29A on white background.



Black color preview on #C5D29A background

This text has black color on #C5D29A background.


White color preview on #C5D29A background

This text has white color on #C5D29A background.