COLOR #C4B8AB

HEX: #C4B8AB RGB: (196,184,171)

Color info

#C4B8AB contains red, green and blue colors in about the same proportion. Web safe color of #C4B8AB is #CCCC99 (or #CC9).

RGB color model

#C4B8AB color RGB value is (196,184,171).

RGB: (196,184,171) (77%, 72%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 171 of 255 = 67%

196
184
171

R + G + B ~ 72%. #C4B8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 184 + 171 = 551 (100%)
R 196 of 551 ~ 35.57%
G 184 of 551 ~ 33.39%
B 171 of 551 ~ 31.03'%

%35.57
%33.39
%31.03

CMYK color model

#C4B8AB color CMYK value is (0,6,13,23).

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

CMYK: (0,6,13,23)
C0M6Y13K23 (0%, 6%, 13%, 23%)
(0.00 / 0.06 / 0.13 / 0.23)

CMYK percentages

%0
%6.12
%12.76
%23.14

Codes

Color #C4B8AB in popluar color models

C4 B8 AB
RGB 196 184 171
HSL 31° 17.48% 71.96%
HSB/HSV 31° 12.76% 76.86%
CMYK 0.00% 6.12% 12.76%
23.14%

Color #C4B8AB in popluar number systems.

HEX C4 B8 AB
Decimal 196 184 171
Binary 11000100 10111000 10101011
Octal 304 270 253

Shades and tints

Shades of #C4B8AB

#C4B8AB
(196,184,171)
#B3A89C
(179,168,156)
#A2988D
(162,152,141)
#91887E
(145,136,126)
#80786F
(128,120,111)
#6F6860
(111,104,96)
#5E5851
(94,88,81)
#4D4842
(77,72,66)
#3C3833
(60,56,51)
#2B2824
(43,40,36)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #C4B8AB

#C4B8AB
(196,184,171)
#C9BEB2
(201,190,178)
#CEC4B9
(206,196,185)
#D3CAC0
(211,202,192)
#D8D0C7
(216,208,199)
#DDD6CE
(221,214,206)
#E2DCD5
(226,220,213)
#E7E2DC
(231,226,220)
#ECE8E3
(236,232,227)
#F1EEEA
(241,238,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B8AB; }

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

This text font color is #C4B8AB.

Background Color

.myBgColor { background-color: #C4B8AB; }

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

This div background color is #C4B8AB.

Border color

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

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

This div border color is #C4B8AB.

Opacity

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

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

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

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

This text has shadow with #C4B8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B8AB.

Preview

Color preview on black background

This text has color #C4B8AB on black background.


Color preview on white background

This text has color #C4B8AB on white background.


Black color preview on #C4B8AB background

This text has black color on #C4B8AB background.


White color preview on #C4B8AB background

This text has white color on #C4B8AB background.


Related colors

Complementary color

Complementary color for #hex is #3B4754.


I love getcolorcode.com

Triadic colors

1 #ABC4B8 and #B8ABC4 with #C4B8AB are triadic colors.

2 #ABB8C4 and #B8C4AB with #C4B8AB are triadic colors.