COLOR #C4B7AB

HEX: #C4B7AB RGB: (196,183,171)

Color info

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

RGB color model

#C4B7AB color RGB value is (196,183,171).

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

RGB channels and saturation

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

196
183
171

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

Portions of RGB colors in percentages

R + G + B = 196 + 183 + 171 = 550 (100%)
R 196 of 550 ~ 35.64%
G 183 of 550 ~ 33.27%
B 171 of 550 ~ 31.09'%

%35.64
%33.27
%31.09

CMYK color model

#C4B7AB color CMYK value is (0,7,13,23).

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

CMYK: (0,7,13,23)
C0M7Y13K23 (0%, 7%, 13%, 23%)
(0.00 / 0.07 / 0.13 / 0.23)

CMYK percentages

%0
%6.63
%12.76
%23.14

Codes

Color #C4B7AB in popluar color models

C4 B7 AB
RGB 196 183 171
HSL 29° 17.48% 71.96%
HSB/HSV 29° 12.76% 76.86%
CMYK 0.00% 6.63% 12.76%
23.14%

Color #C4B7AB in popluar number systems.

HEX C4 B7 AB
Decimal 196 183 171
Binary 11000100 10110111 10101011
Octal 304 267 253

Shades and tints

Shades of #C4B7AB

#C4B7AB
(196,183,171)
#B3A79C
(179,167,156)
#A2978D
(162,151,141)
#91877E
(145,135,126)
#80776F
(128,119,111)
#6F6760
(111,103,96)
#5E5751
(94,87,81)
#4D4742
(77,71,66)
#3C3733
(60,55,51)
#2B2724
(43,39,36)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #C4B7AB

#C4B7AB
(196,183,171)
#C9BDB2
(201,189,178)
#CEC3B9
(206,195,185)
#D3C9C0
(211,201,192)
#D8CFC7
(216,207,199)
#DDD5CE
(221,213,206)
#E2DBD5
(226,219,213)
#E7E1DC
(231,225,220)
#ECE7E3
(236,231,227)
#F1EDEA
(241,237,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B7AB; }

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

This text font color is #C4B7AB.

Background Color

.myBgColor { background-color: #C4B7AB; }

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

This div background color is #C4B7AB.

Border color

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

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

This div border color is #C4B7AB.

Opacity

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

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

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

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

This text has shadow with #C4B7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B7AB.

Preview

Color preview on black background

This text has color #C4B7AB on black background.


Color preview on white background

This text has color #C4B7AB on white background.


Black color preview on #C4B7AB background

This text has black color on #C4B7AB background.


White color preview on #C4B7AB background

This text has white color on #C4B7AB background.


Related colors

Complementary color

Complementary color for #hex is #3B4854.


I love getcolorcode.com

Triadic colors

1 #ABC4B7 and #B7ABC4 with #C4B7AB are triadic colors.

2 #ABB7C4 and #B7C4AB with #C4B7AB are triadic colors.