COLOR #C5B2A8

HEX: #C5B2A8 RGB: (197,178,168)

Color info

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

RGB color model

#C5B2A8 color RGB value is (197,178,168).

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

RGB channels and saturation

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

197
178
168

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

Portions of RGB colors in percentages

R + G + B = 197 + 178 + 168 = 543 (100%)
R 197 of 543 ~ 36.28%
G 178 of 543 ~ 32.78%
B 168 of 543 ~ 30.94'%

%36.28
%32.78
%30.94

CMYK color model

#C5B2A8 color CMYK value is (0,10,15,23).

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

CMYK: (0,10,15,23)
C0M10Y15K23 (0%, 10%, 15%, 23%)
(0.00 / 0.10 / 0.15 / 0.23)

CMYK percentages

%0
%9.64
%14.72
%22.75

Codes

Color #C5B2A8 in popluar color models

C5 B2 A8
RGB 197 178 168
HSL 21° 20.00% 71.57%
HSB/HSV 21° 14.72% 77.25%
CMYK 0.00% 9.64% 14.72%
22.75%

Color #C5B2A8 in popluar number systems.

HEX C5 B2 A8
Decimal 197 178 168
Binary 11000101 10110010 10101000
Octal 305 262 250

Shades and tints

Shades of #C5B2A8

#C5B2A8
(197,178,168)
#B4A299
(180,162,153)
#A3928A
(163,146,138)
#92827B
(146,130,123)
#81726C
(129,114,108)
#70625D
(112,98,93)
#5F524E
(95,82,78)
#4E423F
(78,66,63)
#3D3230
(61,50,48)
#2C2221
(44,34,33)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C5B2A8

#C5B2A8
(197,178,168)
#CAB9AF
(202,185,175)
#CFC0B6
(207,192,182)
#D4C7BD
(212,199,189)
#D9CEC4
(217,206,196)
#DED5CB
(222,213,203)
#E3DCD2
(227,220,210)
#E8E3D9
(232,227,217)
#EDEAE0
(237,234,224)
#F2F1E7
(242,241,231)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B2A8; }

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

This text font color is #C5B2A8.

Background Color

.myBgColor { background-color: #C5B2A8; }

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

This div background color is #C5B2A8.

Border color

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

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

This div border color is #C5B2A8.

Opacity

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

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

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

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

This text has shadow with #C5B2A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B2A8.

Preview

Color preview on black background

This text has color #C5B2A8 on black background.


Color preview on white background

This text has color #C5B2A8 on white background.


Black color preview on #C5B2A8 background

This text has black color on #C5B2A8 background.


White color preview on #C5B2A8 background

This text has white color on #C5B2A8 background.


Related colors

Complementary color

Complementary color for #hex is #3A4D57.


I love getcolorcode.com

Triadic colors

1 #A8C5B2 and #B2A8C5 with #C5B2A8 are triadic colors.

2 #A8B2C5 and #B2C5A8 with #C5B2A8 are triadic colors.