COLOR #C4B5B8

HEX: #C4B5B8
RGB: (196,181,184)

Color info

#C4B5B8 contains red, green and blue colors in about the same proportion. Web safe color of #C4B5B8 is #CCCCCC (or #CCC).

RGB color model

#C4B5B8 color RGB value is (196,181,184).

  • red value is 196;
  • green value is 181;
  • blue value is 184.
RGB:
(196,181,184)
(77%,71%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 181 of 255 = 71%
B 184 of 255 = 72%

196
181
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 181 + 184 = 561 (100%)
R 196 of 561 ~ 34.94%
G 181 of 561 ~ 32.26%
B 184 of 561 ~ 32.8%

%34.94
%32.26
%32.8

CMYK color model

#C4B5B8 color CMYK value is (0,8,6,23).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,8,6,23)
C0M8Y6K23 
(0%,8%,6%,23%)
(0.00/0.08/0.06/0.23)	

CMYK percentages

%0
%7.65
%6.12
%23.14

Codes

Color #C4B5B8 in popluar color models

C4B5B8
RGB196181184
HSL348°11.28%73.92%
HSB/HSV348°7.65%76.86%
CMYK0.00%7.65%6.12%
23.14%

Color #C4B5B8 in popluar number systems.

HEXC4B5B8
Decimal196181184
Binary110001001011010110111000
Octal304265270

Shades and tints

Shades of #C4B5B8

#C4B5B8
(196,181,184)
#B3A5A8
(179,165,168)
#A29598
(162,149,152)
#918588
(145,133,136)
#807578
(128,117,120)
#6F6568
(111,101,104)
#5E5558
(94,85,88)
#4D4548
(77,69,72)
#3C3538
(60,53,56)
#2B2528
(43,37,40)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4B5B8

#C4B5B8
(196,181,184)
#C9BBBE
(201,187,190)
#CEC1C4
(206,193,196)
#D3C7CA
(211,199,202)
#D8CDD0
(216,205,208)
#DDD3D6
(221,211,214)
#E2D9DC
(226,217,220)
#E7DFE2
(231,223,226)
#ECE5E8
(236,229,232)
#F1EBEE
(241,235,238)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B5B8; }

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

This text font color is #C4B5B8.


Background Color

.myBgColor { background-color: #C4B5B8; }

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

This div background color is #C4B5B8.


Border color

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

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

This div border color is #C4B5B8.


Opacity

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

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

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

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

This text has shadow with #C4B5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B5B8 on black background.


Color preview on white background

This text has color #C4B5B8 on white background.



Black color preview on #C4B5B8 background

This text has black color on #C4B5B8 background.


White color preview on #C4B5B8 background

This text has white color on #C4B5B8 background.