COLOR #C5B3A8

HEX: #C5B3A8 RGB: (197,179,168)

Color info

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

RGB color model

#C5B3A8 color RGB value is (197,179,168).

RGB: (197,179,168) (77%, 70%, 66%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 168 of 255 = 66%

197
179
168

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

Portions of RGB colors in percentages

R + G + B = 197 + 179 + 168 = 544 (100%)
R 197 of 544 ~ 36.21%
G 179 of 544 ~ 32.9%
B 168 of 544 ~ 30.88'%

%36.21
%32.9
%30.88

CMYK color model

#C5B3A8 color CMYK value is (0,9,15,23).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 14.72%
  • key color value is 22.75%

CMYK: (0,9,15,23)
C0M9Y15K23 (0%, 9%, 15%, 23%)
(0.00 / 0.09 / 0.15 / 0.23)

CMYK percentages

%0
%9.14
%14.72
%22.75

Codes

Color #C5B3A8 in popluar color models

C5 B3 A8
RGB 197 179 168
HSL 23° 20.00% 71.57%
HSB/HSV 23° 14.72% 77.25%
CMYK 0.00% 9.14% 14.72%
22.75%

Color #C5B3A8 in popluar number systems.

HEX C5 B3 A8
Decimal 197 179 168
Binary 11000101 10110011 10101000
Octal 305 263 250

Shades and tints

Shades of #C5B3A8

#C5B3A8
(197,179,168)
#B4A399
(180,163,153)
#A3938A
(163,147,138)
#92837B
(146,131,123)
#81736C
(129,115,108)
#70635D
(112,99,93)
#5F534E
(95,83,78)
#4E433F
(78,67,63)
#3D3330
(61,51,48)
#2C2321
(44,35,33)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C5B3A8

#C5B3A8
(197,179,168)
#CAB9AF
(202,185,175)
#CFBFB6
(207,191,182)
#D4C5BD
(212,197,189)
#D9CBC4
(217,203,196)
#DED1CB
(222,209,203)
#E3D7D2
(227,215,210)
#E8DDD9
(232,221,217)
#EDE3E0
(237,227,224)
#F2E9E7
(242,233,231)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B3A8 color. Also use rgb(197,179,168) instead hex code.

Text Font Color

.myTextColor { color: #C5B3A8; }

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

This text font color is #C5B3A8.

Background Color

.myBgColor { background-color: #C5B3A8; }

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

This div background color is #C5B3A8.

Border color

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

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

This div border color is #C5B3A8.

Opacity

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

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

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

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

This text has shadow with #C5B3A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B3A8.

Preview

Color preview on black background

This text has color #C5B3A8 on black background.


Color preview on white background

This text has color #C5B3A8 on white background.


Black color preview on #C5B3A8 background

This text has black color on #C5B3A8 background.


White color preview on #C5B3A8 background

This text has white color on #C5B3A8 background.


Related colors

Complementary color

Complementary color for #hex is #3A4C57.


I love getcolorcode.com

Triadic colors

1 #A8C5B3 and #B3A8C5 with #C5B3A8 are triadic colors.

2 #A8B3C5 and #B3C5A8 with #C5B3A8 are triadic colors.