COLOR #C4B8B0

HEX: #C4B8B0 RGB: (196,184,176)

Color info

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

RGB color model

#C4B8B0 color RGB value is (196,184,176).

RGB: (196,184,176) (77%, 72%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 176 of 255 = 69%

196
184
176

R + G + B ~ 73%. #C4B8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 184 + 176 = 556 (100%)
R 196 of 556 ~ 35.25%
G 184 of 556 ~ 33.09%
B 176 of 556 ~ 31.65'%

%35.25
%33.09
%31.65

CMYK color model

#C4B8B0 color CMYK value is (0,6,10,23).

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

CMYK: (0,6,10,23)
C0M6Y10K23 (0%, 6%, 10%, 23%)
(0.00 / 0.06 / 0.10 / 0.23)

CMYK percentages

%0
%6.12
%10.2
%23.14

Codes

Color #C4B8B0 in popluar color models

C4 B8 B0
RGB 196 184 176
HSL 24° 14.49% 72.94%
HSB/HSV 24° 10.20% 76.86%
CMYK 0.00% 6.12% 10.20%
23.14%

Color #C4B8B0 in popluar number systems.

HEX C4 B8 B0
Decimal 196 184 176
Binary 11000100 10111000 10110000
Octal 304 270 260

Shades and tints

Shades of #C4B8B0

#C4B8B0
(196,184,176)
#B3A8A0
(179,168,160)
#A29890
(162,152,144)
#918880
(145,136,128)
#807870
(128,120,112)
#6F6860
(111,104,96)
#5E5850
(94,88,80)
#4D4840
(77,72,64)
#3C3830
(60,56,48)
#2B2820
(43,40,32)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #C4B8B0

#C4B8B0
(196,184,176)
#C9BEB7
(201,190,183)
#CEC4BE
(206,196,190)
#D3CAC5
(211,202,197)
#D8D0CC
(216,208,204)
#DDD6D3
(221,214,211)
#E2DCDA
(226,220,218)
#E7E2E1
(231,226,225)
#ECE8E8
(236,232,232)
#F1EEEF
(241,238,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B8B0; }

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

This text font color is #C4B8B0.

Background Color

.myBgColor { background-color: #C4B8B0; }

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

This div background color is #C4B8B0.

Border color

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

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

This div border color is #C4B8B0.

Opacity

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

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

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

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

This text has shadow with #C4B8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B8B0.

Preview

Color preview on black background

This text has color #C4B8B0 on black background.


Color preview on white background

This text has color #C4B8B0 on white background.


Black color preview on #C4B8B0 background

This text has black color on #C4B8B0 background.


White color preview on #C4B8B0 background

This text has white color on #C4B8B0 background.


Related colors

Complementary color

Complementary color for #hex is #3B474F.


I love getcolorcode.com

Triadic colors

1 #B0C4B8 and #B8B0C4 with #C4B8B0 are triadic colors.

2 #B0B8C4 and #B8C4B0 with #C4B8B0 are triadic colors.