COLOR #C5AE88

HEX: #C5AE88
RGB: (197,174,136)

Color info

#C5AE88 contains mainly red and green colors. Web safe color of #C5AE88 is #CC9999 (or #C99).

RGB color model

#C5AE88 color RGB value is (197,174,136).

  • red value is 197;
  • green value is 174;
  • blue value is 136.
RGB:
(197,174,136)
(77%,68%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 136 of 255 = 53%

197
174
136

R + G + B ~ 66%. #C5AE88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 136 = 507 (100%)
R 197 of 507 ~ 38.86%
G 174 of 507 ~ 34.32%
B 136 of 507 ~ 26.82%

%38.86
%34.32
%26.82

CMYK color model

#C5AE88 color CMYK value is (0,12,31,23).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 30.96%
  • key color value is 22.75%
CMYK:
(0,12,31,23)
C0M12Y31K23 
(0%,12%,31%,23%)
(0.00/0.12/0.31/0.23)	

CMYK percentages

%0
%11.68
%30.96
%22.75

Codes

Color #C5AE88 in popluar color models

C5AE88
RGB197174136
HSL37°34.46%65.29%
HSB/HSV37°30.96%77.25%
CMYK0.00%11.68%30.96%
22.75%

Color #C5AE88 in popluar number systems.

HEXC5AE88
Decimal197174136
Binary110001011010111010001000
Octal305256210

Shades and tints

Shades of #C5AE88

#C5AE88
(197,174,136)
#B49F7C
(180,159,124)
#A39070
(163,144,112)
#928164
(146,129,100)
#817258
(129,114,88)
#70634C
(112,99,76)
#5F5440
(95,84,64)
#4E4534
(78,69,52)
#3D3628
(61,54,40)
#2C271C
(44,39,28)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #C5AE88

#C5AE88
(197,174,136)
#CAB592
(202,181,146)
#CFBC9C
(207,188,156)
#D4C3A6
(212,195,166)
#D9CAB0
(217,202,176)
#DED1BA
(222,209,186)
#E3D8C4
(227,216,196)
#E8DFCE
(232,223,206)
#EDE6D8
(237,230,216)
#F2EDE2
(242,237,226)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AE88 color. Also use rgb(197,174,136) instead hex code.

Text Font Color

.myTextColor { color: #C5AE88; }

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

This text font color is #C5AE88.


Background Color

.myBgColor { background-color: #C5AE88; }

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

This div background color is #C5AE88.


Border color

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

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

This div border color is #C5AE88.


Opacity

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

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

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

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

This text has shadow with #C5AE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AE88 on black background.


Color preview on white background

This text has color #C5AE88 on white background.



Black color preview on #C5AE88 background

This text has black color on #C5AE88 background.


White color preview on #C5AE88 background

This text has white color on #C5AE88 background.