COLOR #C5B29E

HEX: #C5B29E
RGB: (197,178,158)

Color info

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

RGB color model

#C5B29E color RGB value is (197,178,158).

  • red value is 197;
  • green value is 178;
  • blue value is 158.
RGB:
(197,178,158)
(77%,70%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 158 of 255 = 62%

197
178
158

R + G + B ~ 70%. #C5B29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 158 = 533 (100%)
R 197 of 533 ~ 36.96%
G 178 of 533 ~ 33.4%
B 158 of 533 ~ 29.64%

%36.96
%33.4
%29.64

CMYK color model

#C5B29E color CMYK value is (0,10,20,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(0,10,20,23)
C0M10Y20K23 
(0%,10%,20%,23%)
(0.00/0.10/0.20/0.23)	

CMYK percentages

%0
%9.64
%19.8
%22.75

Codes

Color #C5B29E in popluar color models

C5B29E
RGB197178158
HSL31°25.16%69.61%
HSB/HSV31°19.80%77.25%
CMYK0.00%9.64%19.80%
22.75%

Color #C5B29E in popluar number systems.

HEXC5B29E
Decimal197178158
Binary110001011011001010011110
Octal305262236

Shades and tints

Shades of #C5B29E

#C5B29E
(197,178,158)
#B4A290
(180,162,144)
#A39282
(163,146,130)
#928274
(146,130,116)
#817266
(129,114,102)
#706258
(112,98,88)
#5F524A
(95,82,74)
#4E423C
(78,66,60)
#3D322E
(61,50,46)
#2C2220
(44,34,32)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C5B29E

#C5B29E
(197,178,158)
#CAB9A6
(202,185,166)
#CFC0AE
(207,192,174)
#D4C7B6
(212,199,182)
#D9CEBE
(217,206,190)
#DED5C6
(222,213,198)
#E3DCCE
(227,220,206)
#E8E3D6
(232,227,214)
#EDEADE
(237,234,222)
#F2F1E6
(242,241,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B29E; }

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

This text font color is #C5B29E.


Background Color

.myBgColor { background-color: #C5B29E; }

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

This div background color is #C5B29E.


Border color

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

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

This div border color is #C5B29E.


Opacity

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

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

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

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

This text has shadow with #C5B29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B29E on black background.


Color preview on white background

This text has color #C5B29E on white background.



Black color preview on #C5B29E background

This text has black color on #C5B29E background.


White color preview on #C5B29E background

This text has white color on #C5B29E background.