COLOR #C3ABAE

HEX: #C3ABAE
RGB: (195,171,174)

Color info

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

RGB color model

#C3ABAE color RGB value is (195,171,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 171 of 255 = 67%
B 174 of 255 = 68%

195
171
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 171 + 174 = 540 (100%)
R 195 of 540 ~ 36.11%
G 171 of 540 ~ 31.67%
B 174 of 540 ~ 32.22%

%36.11
%31.67
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(0,12,11,24)
C0M12Y11K24 
(0%,12%,11%,24%)
(0.00/0.12/0.11/0.24)	

CMYK percentages

%0
%12.31
%10.77
%23.53

Codes

Color #C3ABAE in popluar color models

C3ABAE
RGB195171174
HSL353°16.67%71.76%
HSB/HSV353°12.31%76.47%
CMYK0.00%12.31%10.77%
23.53%

Color #C3ABAE in popluar number systems.

HEXC3ABAE
Decimal195171174
Binary110000111010101110101110
Octal303253256

Shades and tints

Shades of #C3ABAE

#C3ABAE
(195,171,174)
#B29C9F
(178,156,159)
#A18D90
(161,141,144)
#907E81
(144,126,129)
#7F6F72
(127,111,114)
#6E6063
(110,96,99)
#5D5154
(93,81,84)
#4C4245
(76,66,69)
#3B3336
(59,51,54)
#2A2427
(42,36,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #C3ABAE

#C3ABAE
(195,171,174)
#C8B2B5
(200,178,181)
#CDB9BC
(205,185,188)
#D2C0C3
(210,192,195)
#D7C7CA
(215,199,202)
#DCCED1
(220,206,209)
#E1D5D8
(225,213,216)
#E6DCDF
(230,220,223)
#EBE3E6
(235,227,230)
#F0EAED
(240,234,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ABAE; }

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

This text font color is #C3ABAE.


Background Color

.myBgColor { background-color: #C3ABAE; }

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

This div background color is #C3ABAE.


Border color

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

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

This div border color is #C3ABAE.


Opacity

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

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

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

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

This text has shadow with #C3ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ABAE on black background.


Color preview on white background

This text has color #C3ABAE on white background.



Black color preview on #C3ABAE background

This text has black color on #C3ABAE background.


White color preview on #C3ABAE background

This text has white color on #C3ABAE background.