COLOR #C5AD94

HEX: #C5AD94
RGB: (197,173,148)

Color info

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

RGB color model

#C5AD94 color RGB value is (197,173,148).

  • red value is 197;
  • green value is 173;
  • blue value is 148.
RGB:
(197,173,148)
(77%,68%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 173 of 255 = 68%
B 148 of 255 = 58%

197
173
148

R + G + B ~ 68%. #C5AD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 173 + 148 = 518 (100%)
R 197 of 518 ~ 38.03%
G 173 of 518 ~ 33.4%
B 148 of 518 ~ 28.57%

%38.03
%33.4
%28.57

CMYK color model

#C5AD94 color CMYK value is (0,12,25,23).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 24.87%
  • key color value is 22.75%
CMYK:
(0,12,25,23)
C0M12Y25K23 
(0%,12%,25%,23%)
(0.00/0.12/0.25/0.23)	

CMYK percentages

%0
%12.18
%24.87
%22.75

Codes

Color #C5AD94 in popluar color models

C5AD94
RGB197173148
HSL31°29.70%67.65%
HSB/HSV31°24.87%77.25%
CMYK0.00%12.18%24.87%
22.75%

Color #C5AD94 in popluar number systems.

HEXC5AD94
Decimal197173148
Binary110001011010110110010100
Octal305255224

Shades and tints

Shades of #C5AD94

#C5AD94
(197,173,148)
#B49E87
(180,158,135)
#A38F7A
(163,143,122)
#92806D
(146,128,109)
#817160
(129,113,96)
#706253
(112,98,83)
#5F5346
(95,83,70)
#4E4439
(78,68,57)
#3D352C
(61,53,44)
#2C261F
(44,38,31)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #C5AD94

#C5AD94
(197,173,148)
#CAB49D
(202,180,157)
#CFBBA6
(207,187,166)
#D4C2AF
(212,194,175)
#D9C9B8
(217,201,184)
#DED0C1
(222,208,193)
#E3D7CA
(227,215,202)
#E8DED3
(232,222,211)
#EDE5DC
(237,229,220)
#F2ECE5
(242,236,229)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AD94; }

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

This text font color is #C5AD94.


Background Color

.myBgColor { background-color: #C5AD94; }

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

This div background color is #C5AD94.


Border color

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

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

This div border color is #C5AD94.


Opacity

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

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

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

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

This text has shadow with #C5AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AD94 on black background.


Color preview on white background

This text has color #C5AD94 on white background.



Black color preview on #C5AD94 background

This text has black color on #C5AD94 background.


White color preview on #C5AD94 background

This text has white color on #C5AD94 background.