COLOR #C5B7AE

HEX: #C5B7AE
RGB: (197,183,174)

Color info

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

RGB color model

#C5B7AE color RGB value is (197,183,174).

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

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 174 of 255 = 68%

197
183
174

R + G + B ~ 72%. #C5B7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 174 = 554 (100%)
R 197 of 554 ~ 35.56%
G 183 of 554 ~ 33.03%
B 174 of 554 ~ 31.41%

%35.56
%33.03
%31.41

CMYK color model

#C5B7AE color CMYK value is (0,7,12,23).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(0,7,12,23)
C0M7Y12K23 
(0%,7%,12%,23%)
(0.00/0.07/0.12/0.23)	

CMYK percentages

%0
%7.11
%11.68
%22.75

Codes

Color #C5B7AE in popluar color models

C5B7AE
RGB197183174
HSL23°16.55%72.75%
HSB/HSV23°11.68%77.25%
CMYK0.00%7.11%11.68%
22.75%

Color #C5B7AE in popluar number systems.

HEXC5B7AE
Decimal197183174
Binary110001011011011110101110
Octal305267256

Shades and tints

Shades of #C5B7AE

#C5B7AE
(197,183,174)
#B4A79F
(180,167,159)
#A39790
(163,151,144)
#928781
(146,135,129)
#817772
(129,119,114)
#706763
(112,103,99)
#5F5754
(95,87,84)
#4E4745
(78,71,69)
#3D3736
(61,55,54)
#2C2727
(44,39,39)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #C5B7AE

#C5B7AE
(197,183,174)
#CABDB5
(202,189,181)
#CFC3BC
(207,195,188)
#D4C9C3
(212,201,195)
#D9CFCA
(217,207,202)
#DED5D1
(222,213,209)
#E3DBD8
(227,219,216)
#E8E1DF
(232,225,223)
#EDE7E6
(237,231,230)
#F2EDED
(242,237,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7AE; }

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

This text font color is #C5B7AE.


Background Color

.myBgColor { background-color: #C5B7AE; }

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

This div background color is #C5B7AE.


Border color

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

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

This div border color is #C5B7AE.


Opacity

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

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

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

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

This text has shadow with #C5B7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7AE on black background.


Color preview on white background

This text has color #C5B7AE on white background.



Black color preview on #C5B7AE background

This text has black color on #C5B7AE background.


White color preview on #C5B7AE background

This text has white color on #C5B7AE background.