COLOR #C5AF8A

HEX: #C5AF8A
RGB: (197,175,138)

Color info

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

RGB color model

#C5AF8A color RGB value is (197,175,138).

  • red value is 197;
  • green value is 175;
  • blue value is 138.
RGB:
(197,175,138)
(77%,69%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 138 of 255 = 54%

197
175
138

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 138 = 510 (100%)
R 197 of 510 ~ 38.63%
G 175 of 510 ~ 34.31%
B 138 of 510 ~ 27.06%

%38.63
%34.31
%27.06

CMYK color model

#C5AF8A color CMYK value is (0,11,30,23).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 29.95%
  • key color value is 22.75%
CMYK:
(0,11,30,23)
C0M11Y30K23 
(0%,11%,30%,23%)
(0.00/0.11/0.30/0.23)	

CMYK percentages

%0
%11.17
%29.95
%22.75

Codes

Color #C5AF8A in popluar color models

C5AF8A
RGB197175138
HSL38°33.71%65.69%
HSB/HSV38°29.95%77.25%
CMYK0.00%11.17%29.95%
22.75%

Color #C5AF8A in popluar number systems.

HEXC5AF8A
Decimal197175138
Binary110001011010111110001010
Octal305257212

Shades and tints

Shades of #C5AF8A

#C5AF8A
(197,175,138)
#B4A07E
(180,160,126)
#A39172
(163,145,114)
#928266
(146,130,102)
#81735A
(129,115,90)
#70644E
(112,100,78)
#5F5542
(95,85,66)
#4E4636
(78,70,54)
#3D372A
(61,55,42)
#2C281E
(44,40,30)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #C5AF8A

#C5AF8A
(197,175,138)
#CAB694
(202,182,148)
#CFBD9E
(207,189,158)
#D4C4A8
(212,196,168)
#D9CBB2
(217,203,178)
#DED2BC
(222,210,188)
#E3D9C6
(227,217,198)
#E8E0D0
(232,224,208)
#EDE7DA
(237,231,218)
#F2EEE4
(242,238,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AF8A color. Also use rgb(197,175,138) instead hex code.

Text Font Color

.myTextColor { color: #C5AF8A; }

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

This text font color is #C5AF8A.


Background Color

.myBgColor { background-color: #C5AF8A; }

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

This div background color is #C5AF8A.


Border color

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

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

This div border color is #C5AF8A.


Opacity

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

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

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

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

This text has shadow with #C5AF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AF8A on black background.


Color preview on white background

This text has color #C5AF8A on white background.



Black color preview on #C5AF8A background

This text has black color on #C5AF8A background.


White color preview on #C5AF8A background

This text has white color on #C5AF8A background.