COLOR #C5D1AD

HEX: #C5D1AD RGB: (197,209,173)

Color info

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

RGB color model

#C5D1AD color RGB value is (197,209,173).

RGB: (197,209,173) (77%, 82%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 173 of 255 = 68%

197
209
173

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

Portions of RGB colors in percentages

R + G + B = 197 + 209 + 173 = 579 (100%)
R 197 of 579 ~ 34.02%
G 209 of 579 ~ 36.1%
B 173 of 579 ~ 29.88'%

%34.02
%36.1
%29.88

CMYK color model

#C5D1AD color CMYK value is (6,0,17,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%

CMYK: (6,0,17,18)
C6M0Y17K18 (6%, 0%, 17%, 18%)
(0.06 / 0.00 / 0.17 / 0.18)

CMYK percentages

%5.74
%0
%17.22
%18.04

Codes

Color #C5D1AD in popluar color models

C5 D1 AD
RGB 197 209 173
HSL 80° 28.13% 74.90%
HSB/HSV 80° 17.22% 81.96%
CMYK 5.74% 0.00% 17.22%
18.04%

Color #C5D1AD in popluar number systems.

HEX C5 D1 AD
Decimal 197 209 173
Binary 11000101 11010001 10101101
Octal 305 321 255

Shades and tints

Shades of #C5D1AD

#C5D1AD
(197,209,173)
#B4BE9E
(180,190,158)
#A3AB8F
(163,171,143)
#929880
(146,152,128)
#818571
(129,133,113)
#707262
(112,114,98)
#5F5F53
(95,95,83)
#4E4C44
(78,76,68)
#3D3935
(61,57,53)
#2C2626
(44,38,38)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C5D1AD

#C5D1AD
(197,209,173)
#CAD5B4
(202,213,180)
#CFD9BB
(207,217,187)
#D4DDC2
(212,221,194)
#D9E1C9
(217,225,201)
#DEE5D0
(222,229,208)
#E3E9D7
(227,233,215)
#E8EDDE
(232,237,222)
#EDF1E5
(237,241,229)
#F2F5EC
(242,245,236)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1AD color. Also use rgb(197,209,173) instead hex code.

Text Font Color

.myTextColor { color: #C5D1AD; }

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

This text font color is #C5D1AD.

Background Color

.myBgColor { background-color: #C5D1AD; }

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

This div background color is #C5D1AD.

Border color

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

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

This div border color is #C5D1AD.

Opacity

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

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

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

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

This text has shadow with #C5D1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D1AD.

Preview

Color preview on black background

This text has color #C5D1AD on black background.


Color preview on white background

This text has color #C5D1AD on white background.


Black color preview on #C5D1AD background

This text has black color on #C5D1AD background.


White color preview on #C5D1AD background

This text has white color on #C5D1AD background.


Related colors

Complementary color

Complementary color for #hex is #3A2E52.


I love getcolorcode.com

Triadic colors

1 #ADC5D1 and #D1ADC5 with #C5D1AD are triadic colors.

2 #ADD1C5 and #D1C5AD with #C5D1AD are triadic colors.