COLOR #C4B5A8

HEX: #C4B5A8
RGB: (196,181,168)

Color info

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

RGB color model

#C4B5A8 color RGB value is (196,181,168).

  • red value is 196;
  • green value is 181;
  • blue value is 168.
RGB:
(196,181,168)
(77%,71%,66%)

RGB channels and saturation

R 196 of 255 = 77%
G 181 of 255 = 71%
B 168 of 255 = 66%

196
181
168

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

Portions of RGB colors in percentages

R + G + B =
196 + 181 + 168 = 545 (100%)
R 196 of 545 ~ 35.96%
G 181 of 545 ~ 33.21%
B 168 of 545 ~ 30.83%

%35.96
%33.21
%30.83

CMYK color model

#C4B5A8 color CMYK value is (0,8,14,23).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 14.29%
  • key color value is 23.14%
CMYK:
(0,8,14,23)
C0M8Y14K23 
(0%,8%,14%,23%)
(0.00/0.08/0.14/0.23)	

CMYK percentages

%0
%7.65
%14.29
%23.14

Codes

Color #C4B5A8 in popluar color models

C4B5A8
RGB196181168
HSL28°19.18%71.37%
HSB/HSV28°14.29%76.86%
CMYK0.00%7.65%14.29%
23.14%

Color #C4B5A8 in popluar number systems.

HEXC4B5A8
Decimal196181168
Binary110001001011010110101000
Octal304265250

Shades and tints

Shades of #C4B5A8

#C4B5A8
(196,181,168)
#B3A599
(179,165,153)
#A2958A
(162,149,138)
#91857B
(145,133,123)
#80756C
(128,117,108)
#6F655D
(111,101,93)
#5E554E
(94,85,78)
#4D453F
(77,69,63)
#3C3530
(60,53,48)
#2B2521
(43,37,33)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #C4B5A8

#C4B5A8
(196,181,168)
#C9BBAF
(201,187,175)
#CEC1B6
(206,193,182)
#D3C7BD
(211,199,189)
#D8CDC4
(216,205,196)
#DDD3CB
(221,211,203)
#E2D9D2
(226,217,210)
#E7DFD9
(231,223,217)
#ECE5E0
(236,229,224)
#F1EBE7
(241,235,231)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B5A8 color. Also use rgb(196,181,168) instead hex code.

Text Font Color

.myTextColor { color: #C4B5A8; }

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

This text font color is #C4B5A8.


Background Color

.myBgColor { background-color: #C4B5A8; }

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

This div background color is #C4B5A8.


Border color

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

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

This div border color is #C4B5A8.


Opacity

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

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

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

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

This text has shadow with #C4B5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B5A8 on black background.


Color preview on white background

This text has color #C4B5A8 on white background.



Black color preview on #C4B5A8 background

This text has black color on #C4B5A8 background.


White color preview on #C4B5A8 background

This text has white color on #C4B5A8 background.