COLOR #C4B0B1

HEX: #C4B0B1
RGB: (196,176,177)

Color info

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

RGB color model

#C4B0B1 color RGB value is (196,176,177).

  • red value is 196;
  • green value is 176;
  • blue value is 177.
RGB:
(196,176,177)
(77%,69%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 176 of 255 = 69%
B 177 of 255 = 69%

196
176
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 176 + 177 = 549 (100%)
R 196 of 549 ~ 35.7%
G 176 of 549 ~ 32.06%
B 177 of 549 ~ 32.24%

%35.7
%32.06
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,10,10,23)
C0M10Y10K23 
(0%,10%,10%,23%)
(0.00/0.10/0.10/0.23)	

CMYK percentages

%0
%10.2
%9.69
%23.14

Codes

Color #C4B0B1 in popluar color models

C4B0B1
RGB196176177
HSL357°14.49%72.94%
HSB/HSV357°10.20%76.86%
CMYK0.00%10.20%9.69%
23.14%

Color #C4B0B1 in popluar number systems.

HEXC4B0B1
Decimal196176177
Binary110001001011000010110001
Octal304260261

Shades and tints

Shades of #C4B0B1

#C4B0B1
(196,176,177)
#B3A0A1
(179,160,161)
#A29091
(162,144,145)
#918081
(145,128,129)
#807071
(128,112,113)
#6F6061
(111,96,97)
#5E5051
(94,80,81)
#4D4041
(77,64,65)
#3C3031
(60,48,49)
#2B2021
(43,32,33)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C4B0B1

#C4B0B1
(196,176,177)
#C9B7B8
(201,183,184)
#CEBEBF
(206,190,191)
#D3C5C6
(211,197,198)
#D8CCCD
(216,204,205)
#DDD3D4
(221,211,212)
#E2DADB
(226,218,219)
#E7E1E2
(231,225,226)
#ECE8E9
(236,232,233)
#F1EFF0
(241,239,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B0B1; }

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

This text font color is #C4B0B1.


Background Color

.myBgColor { background-color: #C4B0B1; }

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

This div background color is #C4B0B1.


Border color

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

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

This div border color is #C4B0B1.


Opacity

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

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

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

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

This text has shadow with #C4B0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B0B1 on black background.


Color preview on white background

This text has color #C4B0B1 on white background.



Black color preview on #C4B0B1 background

This text has black color on #C4B0B1 background.


White color preview on #C4B0B1 background

This text has white color on #C4B0B1 background.