COLOR #C5D7A3

HEX: #C5D7A3
RGB: (197,215,163)

Color info

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

RGB color model

#C5D7A3 color RGB value is (197,215,163).

  • red value is 197;
  • green value is 215;
  • blue value is 163.
RGB:
(197,215,163)
(77%,84%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 215 of 255 = 84%
B 163 of 255 = 64%

197
215
163

R + G + B ~ 75%. #C5D7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 215 + 163 = 575 (100%)
R 197 of 575 ~ 34.26%
G 215 of 575 ~ 37.39%
B 163 of 575 ~ 28.35%

%34.26
%37.39
%28.35

CMYK color model

#C5D7A3 color CMYK value is (8,0,24,16).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 15.69%
CMYK:
(8,0,24,16)
C8M0Y24K16 
(8%,0%,24%,16%)
(0.08/0.00/0.24/0.16)	

CMYK percentages

%8.37
%0
%24.19
%15.69

Codes

Color #C5D7A3 in popluar color models

C5D7A3
RGB197215163
HSL81°39.39%74.12%
HSB/HSV81°24.19%84.31%
CMYK8.37%0.00%24.19%
15.69%

Color #C5D7A3 in popluar number systems.

HEXC5D7A3
Decimal197215163
Binary110001011101011110100011
Octal305327243

Shades and tints

Shades of #C5D7A3

#C5D7A3
(197,215,163)
#B4C495
(180,196,149)
#A3B187
(163,177,135)
#929E79
(146,158,121)
#818B6B
(129,139,107)
#70785D
(112,120,93)
#5F654F
(95,101,79)
#4E5241
(78,82,65)
#3D3F33
(61,63,51)
#2C2C25
(44,44,37)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5D7A3

#C5D7A3
(197,215,163)
#CADAAB
(202,218,171)
#CFDDB3
(207,221,179)
#D4E0BB
(212,224,187)
#D9E3C3
(217,227,195)
#DEE6CB
(222,230,203)
#E3E9D3
(227,233,211)
#E8ECDB
(232,236,219)
#EDEFE3
(237,239,227)
#F2F2EB
(242,242,235)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D7A3 color. Also use rgb(197,215,163) instead hex code.

Text Font Color

.myTextColor { color: #C5D7A3; }

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

This text font color is #C5D7A3.


Background Color

.myBgColor { background-color: #C5D7A3; }

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

This div background color is #C5D7A3.


Border color

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

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

This div border color is #C5D7A3.


Opacity

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

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

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

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

This text has shadow with #C5D7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D7A3 on black background.


Color preview on white background

This text has color #C5D7A3 on white background.



Black color preview on #C5D7A3 background

This text has black color on #C5D7A3 background.


White color preview on #C5D7A3 background

This text has white color on #C5D7A3 background.