COLOR #C3AB94

HEX: #C3AB94
RGB: (195,171,148)

Color info

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

RGB color model

#C3AB94 color RGB value is (195,171,148).

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

RGB channels and saturation

R 195 of 255 = 76%
G 171 of 255 = 67%
B 148 of 255 = 58%

195
171
148

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

Portions of RGB colors in percentages

R + G + B =
195 + 171 + 148 = 514 (100%)
R 195 of 514 ~ 37.94%
G 171 of 514 ~ 33.27%
B 148 of 514 ~ 28.79%

%37.94
%33.27
%28.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(0,12,24,24)
C0M12Y24K24 
(0%,12%,24%,24%)
(0.00/0.12/0.24/0.24)	

CMYK percentages

%0
%12.31
%24.1
%23.53

Codes

Color #C3AB94 in popluar color models

C3AB94
RGB195171148
HSL29°28.14%67.25%
HSB/HSV29°24.10%76.47%
CMYK0.00%12.31%24.10%
23.53%

Color #C3AB94 in popluar number systems.

HEXC3AB94
Decimal195171148
Binary110000111010101110010100
Octal303253224

Shades and tints

Shades of #C3AB94

#C3AB94
(195,171,148)
#B29C87
(178,156,135)
#A18D7A
(161,141,122)
#907E6D
(144,126,109)
#7F6F60
(127,111,96)
#6E6053
(110,96,83)
#5D5146
(93,81,70)
#4C4239
(76,66,57)
#3B332C
(59,51,44)
#2A241F
(42,36,31)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #C3AB94

#C3AB94
(195,171,148)
#C8B29D
(200,178,157)
#CDB9A6
(205,185,166)
#D2C0AF
(210,192,175)
#D7C7B8
(215,199,184)
#DCCEC1
(220,206,193)
#E1D5CA
(225,213,202)
#E6DCD3
(230,220,211)
#EBE3DC
(235,227,220)
#F0EAE5
(240,234,229)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AB94; }

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

This text font color is #C3AB94.


Background Color

.myBgColor { background-color: #C3AB94; }

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

This div background color is #C3AB94.


Border color

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

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

This div border color is #C3AB94.


Opacity

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

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

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

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

This text has shadow with #C3AB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AB94 on black background.


Color preview on white background

This text has color #C3AB94 on white background.



Black color preview on #C3AB94 background

This text has black color on #C3AB94 background.


White color preview on #C3AB94 background

This text has white color on #C3AB94 background.