COLOR #C5D3A3

HEX: #C5D3A3
RGB: (197,211,163)

Color info

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

RGB color model

#C5D3A3 color RGB value is (197,211,163).

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

RGB channels and saturation

R 197 of 255 = 77%
G 211 of 255 = 83%
B 163 of 255 = 64%

197
211
163

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

Portions of RGB colors in percentages

R + G + B =
197 + 211 + 163 = 571 (100%)
R 197 of 571 ~ 34.5%
G 211 of 571 ~ 36.95%
B 163 of 571 ~ 28.55%

%34.5
%36.95
%28.55

CMYK color model

#C5D3A3 color CMYK value is (7,0,23,17).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 17.25%
CMYK:
(7,0,23,17)
C7M0Y23K17 
(7%,0%,23%,17%)
(0.07/0.00/0.23/0.17)	

CMYK percentages

%6.64
%0
%22.75
%17.25

Codes

Color #C5D3A3 in popluar color models

C5D3A3
RGB197211163
HSL78°35.29%73.33%
HSB/HSV78°22.75%82.75%
CMYK6.64%0.00%22.75%
17.25%

Color #C5D3A3 in popluar number systems.

HEXC5D3A3
Decimal197211163
Binary110001011101001110100011
Octal305323243

Shades and tints

Shades of #C5D3A3

#C5D3A3
(197,211,163)
#B4C095
(180,192,149)
#A3AD87
(163,173,135)
#929A79
(146,154,121)
#81876B
(129,135,107)
#70745D
(112,116,93)
#5F614F
(95,97,79)
#4E4E41
(78,78,65)
#3D3B33
(61,59,51)
#2C2825
(44,40,37)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5D3A3

#C5D3A3
(197,211,163)
#CAD7AB
(202,215,171)
#CFDBB3
(207,219,179)
#D4DFBB
(212,223,187)
#D9E3C3
(217,227,195)
#DEE7CB
(222,231,203)
#E3EBD3
(227,235,211)
#E8EFDB
(232,239,219)
#EDF3E3
(237,243,227)
#F2F7EB
(242,247,235)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D3A3; }

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

This text font color is #C5D3A3.


Background Color

.myBgColor { background-color: #C5D3A3; }

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

This div background color is #C5D3A3.


Border color

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

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

This div border color is #C5D3A3.


Opacity

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

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

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

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

This text has shadow with #C5D3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D3A3 on black background.


Color preview on white background

This text has color #C5D3A3 on white background.



Black color preview on #C5D3A3 background

This text has black color on #C5D3A3 background.


White color preview on #C5D3A3 background

This text has white color on #C5D3A3 background.