COLOR #C5B7A3

HEX: #C5B7A3
RGB: (197,183,163)

Color info

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

RGB color model

#C5B7A3 color RGB value is (197,183,163).

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

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 163 of 255 = 64%

197
183
163

R + G + B ~ 71%. #C5B7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 163 = 543 (100%)
R 197 of 543 ~ 36.28%
G 183 of 543 ~ 33.7%
B 163 of 543 ~ 30.02%

%36.28
%33.7
%30.02

CMYK color model

#C5B7A3 color CMYK value is (0,7,17,23).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(0,7,17,23)
C0M7Y17K23 
(0%,7%,17%,23%)
(0.00/0.07/0.17/0.23)	

CMYK percentages

%0
%7.11
%17.26
%22.75

Codes

Color #C5B7A3 in popluar color models

C5B7A3
RGB197183163
HSL35°22.67%70.59%
HSB/HSV35°17.26%77.25%
CMYK0.00%7.11%17.26%
22.75%

Color #C5B7A3 in popluar number systems.

HEXC5B7A3
Decimal197183163
Binary110001011011011110100011
Octal305267243

Shades and tints

Shades of #C5B7A3

#C5B7A3
(197,183,163)
#B4A795
(180,167,149)
#A39787
(163,151,135)
#928779
(146,135,121)
#81776B
(129,119,107)
#70675D
(112,103,93)
#5F574F
(95,87,79)
#4E4741
(78,71,65)
#3D3733
(61,55,51)
#2C2725
(44,39,37)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5B7A3

#C5B7A3
(197,183,163)
#CABDAB
(202,189,171)
#CFC3B3
(207,195,179)
#D4C9BB
(212,201,187)
#D9CFC3
(217,207,195)
#DED5CB
(222,213,203)
#E3DBD3
(227,219,211)
#E8E1DB
(232,225,219)
#EDE7E3
(237,231,227)
#F2EDEB
(242,237,235)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7A3; }

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

This text font color is #C5B7A3.


Background Color

.myBgColor { background-color: #C5B7A3; }

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

This div background color is #C5B7A3.


Border color

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

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

This div border color is #C5B7A3.


Opacity

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

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

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

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

This text has shadow with #C5B7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7A3 on black background.


Color preview on white background

This text has color #C5B7A3 on white background.



Black color preview on #C5B7A3 background

This text has black color on #C5B7A3 background.


White color preview on #C5B7A3 background

This text has white color on #C5B7A3 background.