COLOR #C5AD8D

HEX: #C5AD8D RGB: (197,173,141)

Color info

#C5AD8D contains red, green and blue colors in about the same proportion. Web safe color of #C5AD8D is #CC9999 (or #C99).

RGB color model

#C5AD8D color RGB value is (197,173,141).

RGB: (197,173,141) (77%, 68%, 55%)

RGB channels and saturation

R 197 of 255 = 77%
G 173 of 255 = 68%
B 141 of 255 = 55%

197
173
141

R + G + B ~ 67%. #C5AD8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 173 + 141 = 511 (100%)
R 197 of 511 ~ 38.55%
G 173 of 511 ~ 33.86%
B 141 of 511 ~ 27.59'%

%38.55
%33.86
%27.59

CMYK color model

#C5AD8D color CMYK value is (0,12,28,23).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 28.43%
  • key color value is 22.75%

CMYK: (0,12,28,23)
C0M12Y28K23 (0%, 12%, 28%, 23%)
(0.00 / 0.12 / 0.28 / 0.23)

CMYK percentages

%0
%12.18
%28.43
%22.75

Codes

Color #C5AD8D in popluar color models

C5 AD 8D
RGB 197 173 141
HSL 34° 32.56% 66.27%
HSB/HSV 34° 28.43% 77.25%
CMYK 0.00% 12.18% 28.43%
22.75%

Color #C5AD8D in popluar number systems.

HEX C5 AD 8D
Decimal 197 173 141
Binary 11000101 10101101 10001101
Octal 305 255 215

Shades and tints

Shades of #C5AD8D

#C5AD8D
(197,173,141)
#B49E81
(180,158,129)
#A38F75
(163,143,117)
#928069
(146,128,105)
#81715D
(129,113,93)
#706251
(112,98,81)
#5F5345
(95,83,69)
#4E4439
(78,68,57)
#3D352D
(61,53,45)
#2C2621
(44,38,33)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #C5AD8D

#C5AD8D
(197,173,141)
#CAB497
(202,180,151)
#CFBBA1
(207,187,161)
#D4C2AB
(212,194,171)
#D9C9B5
(217,201,181)
#DED0BF
(222,208,191)
#E3D7C9
(227,215,201)
#E8DED3
(232,222,211)
#EDE5DD
(237,229,221)
#F2ECE7
(242,236,231)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AD8D; }

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

This text font color is #C5AD8D.

Background Color

.myBgColor { background-color: #C5AD8D; }

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

This div background color is #C5AD8D.

Border color

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

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

This div border color is #C5AD8D.

Opacity

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

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

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

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

This text has shadow with #C5AD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AD8D.

Preview

Color preview on black background

This text has color #C5AD8D on black background.


Color preview on white background

This text has color #C5AD8D on white background.


Black color preview on #C5AD8D background

This text has black color on #C5AD8D background.


White color preview on #C5AD8D background

This text has white color on #C5AD8D background.


Related colors

Complementary color

Complementary color for #hex is #3A5272.


I love getcolorcode.com

Triadic colors

1 #8DC5AD and #AD8DC5 with #C5AD8D are triadic colors.

2 #8DADC5 and #ADC58D with #C5AD8D are triadic colors.