COLOR #C4AB93

HEX: #C4AB93
RGB: (196,171,147)

Color info

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

RGB color model

#C4AB93 color RGB value is (196,171,147).

  • red value is 196;
  • green value is 171;
  • blue value is 147.
RGB:
(196,171,147)
(77%,67%,58%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 147 of 255 = 58%

196
171
147

R + G + B ~ 67%. #C4AB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 171 + 147 = 514 (100%)
R 196 of 514 ~ 38.13%
G 171 of 514 ~ 33.27%
B 147 of 514 ~ 28.6%

%38.13
%33.27
%28.6

CMYK color model

#C4AB93 color CMYK value is (0,13,25,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 25.00%
  • key color value is 23.14%
CMYK:
(0,13,25,23)
C0M13Y25K23 
(0%,13%,25%,23%)
(0.00/0.13/0.25/0.23)	

CMYK percentages

%0
%12.76
%25
%23.14

Codes

Color #C4AB93 in popluar color models

C4AB93
RGB196171147
HSL29°29.34%67.25%
HSB/HSV29°25.00%76.86%
CMYK0.00%12.76%25.00%
23.14%

Color #C4AB93 in popluar number systems.

HEXC4AB93
Decimal196171147
Binary110001001010101110010011
Octal304253223

Shades and tints

Shades of #C4AB93

#C4AB93
(196,171,147)
#B39C86
(179,156,134)
#A28D79
(162,141,121)
#917E6C
(145,126,108)
#806F5F
(128,111,95)
#6F6052
(111,96,82)
#5E5145
(94,81,69)
#4D4238
(77,66,56)
#3C332B
(60,51,43)
#2B241E
(43,36,30)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #C4AB93

#C4AB93
(196,171,147)
#C9B29C
(201,178,156)
#CEB9A5
(206,185,165)
#D3C0AE
(211,192,174)
#D8C7B7
(216,199,183)
#DDCEC0
(221,206,192)
#E2D5C9
(226,213,201)
#E7DCD2
(231,220,210)
#ECE3DB
(236,227,219)
#F1EAE4
(241,234,228)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AB93 color. Also use rgb(196,171,147) instead hex code.

Text Font Color

.myTextColor { color: #C4AB93; }

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

This text font color is #C4AB93.


Background Color

.myBgColor { background-color: #C4AB93; }

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

This div background color is #C4AB93.


Border color

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

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

This div border color is #C4AB93.


Opacity

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

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

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

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

This text has shadow with #C4AB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AB93 on black background.


Color preview on white background

This text has color #C4AB93 on white background.



Black color preview on #C4AB93 background

This text has black color on #C4AB93 background.


White color preview on #C4AB93 background

This text has white color on #C4AB93 background.