COLOR #C5DCAA

HEX: #C5DCAA RGB: (197,220,170)

Color info

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

RGB color model

#C5DCAA color RGB value is (197,220,170).

RGB: (197,220,170) (77%, 86%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 170 of 255 = 67%

197
220
170

R + G + B ~ 77%. #C5DCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 220 + 170 = 587 (100%)
R 197 of 587 ~ 33.56%
G 220 of 587 ~ 37.48%
B 170 of 587 ~ 28.96'%

%33.56
%37.48
%28.96

CMYK color model

#C5DCAA color CMYK value is (10,0,23,14).

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

CMYK: (10,0,23,14)
C10M0Y23K14 (10%, 0%, 23%, 14%)
(0.10 / 0.00 / 0.23 / 0.14)

CMYK percentages

%10.45
%0
%22.73
%13.73

Codes

Color #C5DCAA in popluar color models

C5 DC AA
RGB 197 220 170
HSL 88° 41.67% 76.47%
HSB/HSV 88° 22.73% 86.27%
CMYK 10.45% 0.00% 22.73%
13.73%

Color #C5DCAA in popluar number systems.

HEX C5 DC AA
Decimal 197 220 170
Binary 11000101 11011100 10101010
Octal 305 334 252

Shades and tints

Shades of #C5DCAA

#C5DCAA
(197,220,170)
#B4C89B
(180,200,155)
#A3B48C
(163,180,140)
#92A07D
(146,160,125)
#818C6E
(129,140,110)
#70785F
(112,120,95)
#5F6450
(95,100,80)
#4E5041
(78,80,65)
#3D3C32
(61,60,50)
#2C2823
(44,40,35)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5DCAA

#C5DCAA
(197,220,170)
#CADFB1
(202,223,177)
#CFE2B8
(207,226,184)
#D4E5BF
(212,229,191)
#D9E8C6
(217,232,198)
#DEEBCD
(222,235,205)
#E3EED4
(227,238,212)
#E8F1DB
(232,241,219)
#EDF4E2
(237,244,226)
#F2F7E9
(242,247,233)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DCAA; }

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

This text font color is #C5DCAA.

Background Color

.myBgColor { background-color: #C5DCAA; }

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

This div background color is #C5DCAA.

Border color

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

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

This div border color is #C5DCAA.

Opacity

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

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

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

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

This text has shadow with #C5DCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DCAA.

Preview

Color preview on black background

This text has color #C5DCAA on black background.


Color preview on white background

This text has color #C5DCAA on white background.


Black color preview on #C5DCAA background

This text has black color on #C5DCAA background.


White color preview on #C5DCAA background

This text has white color on #C5DCAA background.


Related colors

Complementary color

Complementary color for #hex is #3A2355.


I love getcolorcode.com

Triadic colors

1 #AAC5DC and #DCAAC5 with #C5DCAA are triadic colors.

2 #AADCC5 and #DCC5AA with #C5DCAA are triadic colors.