COLOR #C5DCA0

HEX: #C5DCA0 RGB: (197,220,160)

Color info

#C5DCA0 contains mainly red and green colors. Web safe color of #C5DCA0 is #CCCC99 (or #CC9).

RGB color model

#C5DCA0 color RGB value is (197,220,160).

RGB: (197,220,160) (77%, 86%, 63%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 160 of 255 = 63%

197
220
160

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

Portions of RGB colors in percentages

R + G + B = 197 + 220 + 160 = 577 (100%)
R 197 of 577 ~ 34.14%
G 220 of 577 ~ 38.13%
B 160 of 577 ~ 27.73'%

%34.14
%38.13
%27.73

CMYK color model

#C5DCA0 color CMYK value is (10,0,27,14).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 13.73%

CMYK: (10,0,27,14)
C10M0Y27K14 (10%, 0%, 27%, 14%)
(0.10 / 0.00 / 0.27 / 0.14)

CMYK percentages

%10.45
%0
%27.27
%13.73

Codes

Color #C5DCA0 in popluar color models

C5 DC A0
RGB 197 220 160
HSL 83° 46.15% 74.51%
HSB/HSV 83° 27.27% 86.27%
CMYK 10.45% 0.00% 27.27%
13.73%

Color #C5DCA0 in popluar number systems.

HEX C5 DC A0
Decimal 197 220 160
Binary 11000101 11011100 10100000
Octal 305 334 240

Shades and tints

Shades of #C5DCA0

#C5DCA0
(197,220,160)
#B4C892
(180,200,146)
#A3B484
(163,180,132)
#92A076
(146,160,118)
#818C68
(129,140,104)
#70785A
(112,120,90)
#5F644C
(95,100,76)
#4E503E
(78,80,62)
#3D3C30
(61,60,48)
#2C2822
(44,40,34)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5DCA0

#C5DCA0
(197,220,160)
#CADFA8
(202,223,168)
#CFE2B0
(207,226,176)
#D4E5B8
(212,229,184)
#D9E8C0
(217,232,192)
#DEEBC8
(222,235,200)
#E3EED0
(227,238,208)
#E8F1D8
(232,241,216)
#EDF4E0
(237,244,224)
#F2F7E8
(242,247,232)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DCA0; }

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

This text font color is #C5DCA0.

Background Color

.myBgColor { background-color: #C5DCA0; }

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

This div background color is #C5DCA0.

Border color

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

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

This div border color is #C5DCA0.

Opacity

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

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

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

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

This text has shadow with #C5DCA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DCA0.

Preview

Color preview on black background

This text has color #C5DCA0 on black background.


Color preview on white background

This text has color #C5DCA0 on white background.


Black color preview on #C5DCA0 background

This text has black color on #C5DCA0 background.


White color preview on #C5DCA0 background

This text has white color on #C5DCA0 background.


Related colors

Complementary color

Complementary color for #hex is #3A235F.


I love getcolorcode.com

Triadic colors

1 #A0C5DC and #DCA0C5 with #C5DCA0 are triadic colors.

2 #A0DCC5 and #DCC5A0 with #C5DCA0 are triadic colors.