COLOR #C4C3B8

HEX: #C4C3B8
RGB: (196,195,184)

Color info

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

RGB color model

#C4C3B8 color RGB value is (196,195,184).

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

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 184 of 255 = 72%

196
195
184

R + G + B ~ 75%. #C4C3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 195 + 184 = 575 (100%)
R 196 of 575 ~ 34.09%
G 195 of 575 ~ 33.91%
B 184 of 575 ~ 32%

%34.09
%33.91
%32

CMYK color model

#C4C3B8 color CMYK value is (0,1,6,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,1,6,23)
C0M1Y6K23 
(0%,1%,6%,23%)
(0.00/0.01/0.06/0.23)	

CMYK percentages

%0
%0.51
%6.12
%23.14

Codes

Color #C4C3B8 in popluar color models

C4C3B8
RGB196195184
HSL55°9.23%74.51%
HSB/HSV55°6.12%76.86%
CMYK0.00%0.51%6.12%
23.14%

Color #C4C3B8 in popluar number systems.

HEXC4C3B8
Decimal196195184
Binary110001001100001110111000
Octal304303270

Shades and tints

Shades of #C4C3B8

#C4C3B8
(196,195,184)
#B3B2A8
(179,178,168)
#A2A198
(162,161,152)
#919088
(145,144,136)
#807F78
(128,127,120)
#6F6E68
(111,110,104)
#5E5D58
(94,93,88)
#4D4C48
(77,76,72)
#3C3B38
(60,59,56)
#2B2A28
(43,42,40)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4C3B8

#C4C3B8
(196,195,184)
#C9C8BE
(201,200,190)
#CECDC4
(206,205,196)
#D3D2CA
(211,210,202)
#D8D7D0
(216,215,208)
#DDDCD6
(221,220,214)
#E2E1DC
(226,225,220)
#E7E6E2
(231,230,226)
#ECEBE8
(236,235,232)
#F1F0EE
(241,240,238)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3B8; }

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

This text font color is #C4C3B8.


Background Color

.myBgColor { background-color: #C4C3B8; }

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

This div background color is #C4C3B8.


Border color

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

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

This div border color is #C4C3B8.


Opacity

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

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

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

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

This text has shadow with #C4C3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C3B8 on black background.


Color preview on white background

This text has color #C4C3B8 on white background.



Black color preview on #C4C3B8 background

This text has black color on #C4C3B8 background.


White color preview on #C4C3B8 background

This text has white color on #C4C3B8 background.