COLOR #C4ABAF

HEX: #C4ABAF RGB: (196,171,175)

Color info

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

RGB color model

#C4ABAF color RGB value is (196,171,175).

RGB: (196,171,175) (77%, 67%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 175 of 255 = 69%

196
171
175

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

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 175 = 542 (100%)
R 196 of 542 ~ 36.16%
G 171 of 542 ~ 31.55%
B 175 of 542 ~ 32.29'%

%36.16
%31.55
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 10.71%
  • 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
%10.71
%23.14

Codes

Color #C4ABAF in popluar color models

C4 AB AF
RGB 196 171 175
HSL 350° 17.48% 71.96%
HSB/HSV 350° 12.76% 76.86%
CMYK 0.00% 12.76% 10.71%
23.14%

Color #C4ABAF in popluar number systems.

HEX C4 AB AF
Decimal 196 171 175
Binary 11000100 10101011 10101111
Octal 304 253 257

Shades and tints

Shades of #C4ABAF

#C4ABAF
(196,171,175)
#B39CA0
(179,156,160)
#A28D91
(162,141,145)
#917E82
(145,126,130)
#806F73
(128,111,115)
#6F6064
(111,96,100)
#5E5155
(94,81,85)
#4D4246
(77,66,70)
#3C3337
(60,51,55)
#2B2428
(43,36,40)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #C4ABAF

#C4ABAF
(196,171,175)
#C9B2B6
(201,178,182)
#CEB9BD
(206,185,189)
#D3C0C4
(211,192,196)
#D8C7CB
(216,199,203)
#DDCED2
(221,206,210)
#E2D5D9
(226,213,217)
#E7DCE0
(231,220,224)
#ECE3E7
(236,227,231)
#F1EAEE
(241,234,238)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABAF; }

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

This text font color is #C4ABAF.

Background Color

.myBgColor { background-color: #C4ABAF; }

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

This div background color is #C4ABAF.

Border color

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

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

This div border color is #C4ABAF.

Opacity

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

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

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

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

This text has shadow with #C4ABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ABAF.

Preview

Color preview on black background

This text has color #C4ABAF on black background.


Color preview on white background

This text has color #C4ABAF on white background.


Black color preview on #C4ABAF background

This text has black color on #C4ABAF background.


White color preview on #C4ABAF background

This text has white color on #C4ABAF background.


Related colors

Complementary color

Complementary color for #hex is #3B5450.


I love getcolorcode.com

Triadic colors

1 #AFC4AB and #ABAFC4 with #C4ABAF are triadic colors.

2 #AFABC4 and #ABC4AF with #C4ABAF are triadic colors.