COLOR #C4AB9C

HEX: #C4AB9C RGB: (196,171,156)

Color info

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

RGB color model

#C4AB9C color RGB value is (196,171,156).

RGB: (196,171,156) (77%, 67%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 156 of 255 = 61%

196
171
156

R + G + B ~ 68%. #C4AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 171 + 156 = 523 (100%)
R 196 of 523 ~ 37.48%
G 171 of 523 ~ 32.7%
B 156 of 523 ~ 29.83'%

%37.48
%32.7
%29.83

CMYK color model

#C4AB9C color CMYK value is (0,13,20,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 20.41%
  • key color value is 23.14%

CMYK: (0,13,20,23)
C0M13Y20K23 (0%, 13%, 20%, 23%)
(0.00 / 0.13 / 0.20 / 0.23)

CMYK percentages

%0
%12.76
%20.41
%23.14

Codes

Color #C4AB9C in popluar color models

C4 AB 9C
RGB 196 171 156
HSL 23° 25.32% 69.02%
HSB/HSV 23° 20.41% 76.86%
CMYK 0.00% 12.76% 20.41%
23.14%

Color #C4AB9C in popluar number systems.

HEX C4 AB 9C
Decimal 196 171 156
Binary 11000100 10101011 10011100
Octal 304 253 234

Shades and tints

Shades of #C4AB9C

#C4AB9C
(196,171,156)
#B39C8E
(179,156,142)
#A28D80
(162,141,128)
#917E72
(145,126,114)
#806F64
(128,111,100)
#6F6056
(111,96,86)
#5E5148
(94,81,72)
#4D423A
(77,66,58)
#3C332C
(60,51,44)
#2B241E
(43,36,30)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #C4AB9C

#C4AB9C
(196,171,156)
#C9B2A5
(201,178,165)
#CEB9AE
(206,185,174)
#D3C0B7
(211,192,183)
#D8C7C0
(216,199,192)
#DDCEC9
(221,206,201)
#E2D5D2
(226,213,210)
#E7DCDB
(231,220,219)
#ECE3E4
(236,227,228)
#F1EAED
(241,234,237)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AB9C; }

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

This text font color is #C4AB9C.

Background Color

.myBgColor { background-color: #C4AB9C; }

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

This div background color is #C4AB9C.

Border color

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

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

This div border color is #C4AB9C.

Opacity

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

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

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

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

This text has shadow with #C4AB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AB9C.

Preview

Color preview on black background

This text has color #C4AB9C on black background.


Color preview on white background

This text has color #C4AB9C on white background.


Black color preview on #C4AB9C background

This text has black color on #C4AB9C background.


White color preview on #C4AB9C background

This text has white color on #C4AB9C background.


Related colors

Complementary color

Complementary color for #hex is #3B5463.


I love getcolorcode.com

Triadic colors

1 #9CC4AB and #AB9CC4 with #C4AB9C are triadic colors.

2 #9CABC4 and #ABC49C with #C4AB9C are triadic colors.