COLOR #C3AB86

HEX: #C3AB86
RGB: (195,171,134)

Color info

#C3AB86 contains mainly red and green colors. Web safe color of #C3AB86 is #CC9999 (or #C99).

RGB color model

#C3AB86 color RGB value is (195,171,134).

  • red value is 195;
  • green value is 171;
  • blue value is 134.
RGB:
(195,171,134)
(76%,67%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 171 of 255 = 67%
B 134 of 255 = 53%

195
171
134

R + G + B ~ 65%. #C3AB86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 171 + 134 = 500 (100%)
R 195 of 500 ~ 39%
G 171 of 500 ~ 34.2%
B 134 of 500 ~ 26.8%

%39
%34.2
%26.8

CMYK color model

#C3AB86 color CMYK value is (0,12,31,24).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 31.28%
  • key color value is 23.53%
CMYK:
(0,12,31,24)
C0M12Y31K24 
(0%,12%,31%,24%)
(0.00/0.12/0.31/0.24)	

CMYK percentages

%0
%12.31
%31.28
%23.53

Codes

Color #C3AB86 in popluar color models

C3AB86
RGB195171134
HSL36°33.70%64.51%
HSB/HSV36°31.28%76.47%
CMYK0.00%12.31%31.28%
23.53%

Color #C3AB86 in popluar number systems.

HEXC3AB86
Decimal195171134
Binary110000111010101110000110
Octal303253206

Shades and tints

Shades of #C3AB86

#C3AB86
(195,171,134)
#B29C7A
(178,156,122)
#A18D6E
(161,141,110)
#907E62
(144,126,98)
#7F6F56
(127,111,86)
#6E604A
(110,96,74)
#5D513E
(93,81,62)
#4C4232
(76,66,50)
#3B3326
(59,51,38)
#2A241A
(42,36,26)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #C3AB86

#C3AB86
(195,171,134)
#C8B291
(200,178,145)
#CDB99C
(205,185,156)
#D2C0A7
(210,192,167)
#D7C7B2
(215,199,178)
#DCCEBD
(220,206,189)
#E1D5C8
(225,213,200)
#E6DCD3
(230,220,211)
#EBE3DE
(235,227,222)
#F0EAE9
(240,234,233)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AB86 color. Also use rgb(195,171,134) instead hex code.

Text Font Color

.myTextColor { color: #C3AB86; }

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

This text font color is #C3AB86.


Background Color

.myBgColor { background-color: #C3AB86; }

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

This div background color is #C3AB86.


Border color

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

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

This div border color is #C3AB86.


Opacity

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

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

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

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

This text has shadow with #C3AB86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AB86 on black background.


Color preview on white background

This text has color #C3AB86 on white background.



Black color preview on #C3AB86 background

This text has black color on #C3AB86 background.


White color preview on #C3AB86 background

This text has white color on #C3AB86 background.