COLOR #C4B7B8

HEX: #C4B7B8
RGB: (196,183,184)

Color info

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

RGB color model

#C4B7B8 color RGB value is (196,183,184).

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

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 184 of 255 = 72%

196
183
184

R + G + B ~ 74%. #C4B7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 184 = 563 (100%)
R 196 of 563 ~ 34.81%
G 183 of 563 ~ 32.5%
B 184 of 563 ~ 32.68%

%34.81
%32.5
%32.68

CMYK color model

#C4B7B8 color CMYK value is (0,7,6,23).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,7,6,23)
C0M7Y6K23 
(0%,7%,6%,23%)
(0.00/0.07/0.06/0.23)	

CMYK percentages

%0
%6.63
%6.12
%23.14

Codes

Color #C4B7B8 in popluar color models

C4B7B8
RGB196183184
HSL355°9.92%74.31%
HSB/HSV355°6.63%76.86%
CMYK0.00%6.63%6.12%
23.14%

Color #C4B7B8 in popluar number systems.

HEXC4B7B8
Decimal196183184
Binary110001001011011110111000
Octal304267270

Shades and tints

Shades of #C4B7B8

#C4B7B8
(196,183,184)
#B3A7A8
(179,167,168)
#A29798
(162,151,152)
#918788
(145,135,136)
#807778
(128,119,120)
#6F6768
(111,103,104)
#5E5758
(94,87,88)
#4D4748
(77,71,72)
#3C3738
(60,55,56)
#2B2728
(43,39,40)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4B7B8

#C4B7B8
(196,183,184)
#C9BDBE
(201,189,190)
#CEC3C4
(206,195,196)
#D3C9CA
(211,201,202)
#D8CFD0
(216,207,208)
#DDD5D6
(221,213,214)
#E2DBDC
(226,219,220)
#E7E1E2
(231,225,226)
#ECE7E8
(236,231,232)
#F1EDEE
(241,237,238)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B7B8; }

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

This text font color is #C4B7B8.


Background Color

.myBgColor { background-color: #C4B7B8; }

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

This div background color is #C4B7B8.


Border color

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

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

This div border color is #C4B7B8.


Opacity

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

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

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

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

This text has shadow with #C4B7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B7B8 on black background.


Color preview on white background

This text has color #C4B7B8 on white background.



Black color preview on #C4B7B8 background

This text has black color on #C4B7B8 background.


White color preview on #C4B7B8 background

This text has white color on #C4B7B8 background.