COLOR #C5DCA8

HEX: #C5DCA8
RGB: (197,220,168)

Color info

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

RGB color model

#C5DCA8 color RGB value is (197,220,168).

  • red value is 197;
  • green value is 220;
  • blue value is 168.
RGB:
(197,220,168)
(77%,86%,66%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 168 of 255 = 66%

197
220
168

R + G + B ~ 76%. #C5DCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 168 = 585 (100%)
R 197 of 585 ~ 33.68%
G 220 of 585 ~ 37.61%
B 168 of 585 ~ 28.72%

%33.68
%37.61
%28.72

CMYK color model

#C5DCA8 color CMYK value is (10,0,24,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 13.73%
CMYK:
(10,0,24,14)
C10M0Y24K14 
(10%,0%,24%,14%)
(0.10/0.00/0.24/0.14)	

CMYK percentages

%10.45
%0
%23.64
%13.73

Codes

Color #C5DCA8 in popluar color models

C5DCA8
RGB197220168
HSL87°42.62%76.08%
HSB/HSV87°23.64%86.27%
CMYK10.45%0.00%23.64%
13.73%

Color #C5DCA8 in popluar number systems.

HEXC5DCA8
Decimal197220168
Binary110001011101110010101000
Octal305334250

Shades and tints

Shades of #C5DCA8

#C5DCA8
(197,220,168)
#B4C899
(180,200,153)
#A3B48A
(163,180,138)
#92A07B
(146,160,123)
#818C6C
(129,140,108)
#70785D
(112,120,93)
#5F644E
(95,100,78)
#4E503F
(78,80,63)
#3D3C30
(61,60,48)
#2C2821
(44,40,33)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5DCA8

#C5DCA8
(197,220,168)
#CADFAF
(202,223,175)
#CFE2B6
(207,226,182)
#D4E5BD
(212,229,189)
#D9E8C4
(217,232,196)
#DEEBCB
(222,235,203)
#E3EED2
(227,238,210)
#E8F1D9
(232,241,217)
#EDF4E0
(237,244,224)
#F2F7E7
(242,247,231)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCA8 color. Also use rgb(197,220,168) instead hex code.

Text Font Color

.myTextColor { color: #C5DCA8; }

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

This text font color is #C5DCA8.


Background Color

.myBgColor { background-color: #C5DCA8; }

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

This div background color is #C5DCA8.


Border color

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

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

This div border color is #C5DCA8.


Opacity

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

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

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

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

This text has shadow with #C5DCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCA8 on black background.


Color preview on white background

This text has color #C5DCA8 on white background.



Black color preview on #C5DCA8 background

This text has black color on #C5DCA8 background.


White color preview on #C5DCA8 background

This text has white color on #C5DCA8 background.