COLOR #C4ABAE

HEX: #C4ABAE
RGB: (196,171,174)

Color info

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

RGB color model

#C4ABAE color RGB value is (196,171,174).

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

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 174 of 255 = 68%

196
171
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 171 + 174 = 541 (100%)
R 196 of 541 ~ 36.23%
G 171 of 541 ~ 31.61%
B 174 of 541 ~ 32.16%

%36.23
%31.61
%32.16

CMYK color model

#C4ABAE color CMYK value is (0,13,11,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,13,11,23)
C0M13Y11K23 
(0%,13%,11%,23%)
(0.00/0.13/0.11/0.23)	

CMYK percentages

%0
%12.76
%11.22
%23.14

Codes

Color #C4ABAE in popluar color models

C4ABAE
RGB196171174
HSL353°17.48%71.96%
HSB/HSV353°12.76%76.86%
CMYK0.00%12.76%11.22%
23.14%

Color #C4ABAE in popluar number systems.

HEXC4ABAE
Decimal196171174
Binary110001001010101110101110
Octal304253256

Shades and tints

Shades of #C4ABAE

#C4ABAE
(196,171,174)
#B39C9F
(179,156,159)
#A28D90
(162,141,144)
#917E81
(145,126,129)
#806F72
(128,111,114)
#6F6063
(111,96,99)
#5E5154
(94,81,84)
#4D4245
(77,66,69)
#3C3336
(60,51,54)
#2B2427
(43,36,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4ABAE

#C4ABAE
(196,171,174)
#C9B2B5
(201,178,181)
#CEB9BC
(206,185,188)
#D3C0C3
(211,192,195)
#D8C7CA
(216,199,202)
#DDCED1
(221,206,209)
#E2D5D8
(226,213,216)
#E7DCDF
(231,220,223)
#ECE3E6
(236,227,230)
#F1EAED
(241,234,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABAE; }

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

This text font color is #C4ABAE.


Background Color

.myBgColor { background-color: #C4ABAE; }

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

This div background color is #C4ABAE.


Border color

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

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

This div border color is #C4ABAE.


Opacity

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

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

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

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

This text has shadow with #C4ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ABAE on black background.


Color preview on white background

This text has color #C4ABAE on white background.



Black color preview on #C4ABAE background

This text has black color on #C4ABAE background.


White color preview on #C4ABAE background

This text has white color on #C4ABAE background.