COLOR #C4B0B8

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

Color info

#C4B0B8 contains red, green and blue colors in about the same proportion. Web safe color of #C4B0B8 is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

196
176
184

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

Portions of RGB colors in percentages

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

%35.25
%31.65
%33.09

CMYK color model

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

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

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

CMYK percentages

%0
%10.2
%6.12
%23.14

Codes

Color #C4B0B8 in popluar color models

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

Color #C4B0B8 in popluar number systems.

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

Shades and tints

Shades of #C4B0B8

#C4B0B8
(196,176,184)
#B3A0A8
(179,160,168)
#A29098
(162,144,152)
#918088
(145,128,136)
#807078
(128,112,120)
#6F6068
(111,96,104)
#5E5058
(94,80,88)
#4D4048
(77,64,72)
#3C3038
(60,48,56)
#2B2028
(43,32,40)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #C4B0B8

#C4B0B8
(196,176,184)
#C9B7BE
(201,183,190)
#CEBEC4
(206,190,196)
#D3C5CA
(211,197,202)
#D8CCD0
(216,204,208)
#DDD3D6
(221,211,214)
#E2DADC
(226,218,220)
#E7E1E2
(231,225,226)
#ECE8E8
(236,232,232)
#F1EFEE
(241,239,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B0B8; }

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

This text font color is #C4B0B8.

Background Color

.myBgColor { background-color: #C4B0B8; }

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

This div background color is #C4B0B8.

Border color

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

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

This div border color is #C4B0B8.

Opacity

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

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

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

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

This text has shadow with #C4B0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B0B8.

Preview

Color preview on black background

This text has color #C4B0B8 on black background.


Color preview on white background

This text has color #C4B0B8 on white background.


Black color preview on #C4B0B8 background

This text has black color on #C4B0B8 background.


White color preview on #C4B0B8 background

This text has white color on #C4B0B8 background.


Related colors

Complementary color

Complementary color for #hex is #3B4F47.


I love getcolorcode.com

Triadic colors

1 #B8C4B0 and #B0B8C4 with #C4B0B8 are triadic colors.

2 #B8B0C4 and #B0C4B8 with #C4B0B8 are triadic colors.