COLOR #C4C5B8

HEX: #C4C5B8
RGB: (196,197,184)

Color info

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

RGB color model

#C4C5B8 color RGB value is (196,197,184).

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

RGB channels and saturation

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

196
197
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 184 = 577 (100%)
R 196 of 577 ~ 33.97%
G 197 of 577 ~ 34.14%
B 184 of 577 ~ 31.89%

%33.97
%34.14
%31.89

CMYK color model

#C4C5B8 color CMYK value is (1,0,7,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(1,0,7,23)
C1M0Y7K23 
(1%,0%,7%,23%)
(0.01/0.00/0.07/0.23)	

CMYK percentages

%0.51
%0
%6.6
%22.75

Codes

Color #C4C5B8 in popluar color models

C4C5B8
RGB196197184
HSL65°10.08%74.71%
HSB/HSV65°6.60%77.25%
CMYK0.51%0.00%6.60%
22.75%

Color #C4C5B8 in popluar number systems.

HEXC4C5B8
Decimal196197184
Binary110001001100010110111000
Octal304305270

Shades and tints

Shades of #C4C5B8

#C4C5B8
(196,197,184)
#B3B4A8
(179,180,168)
#A2A398
(162,163,152)
#919288
(145,146,136)
#808178
(128,129,120)
#6F7068
(111,112,104)
#5E5F58
(94,95,88)
#4D4E48
(77,78,72)
#3C3D38
(60,61,56)
#2B2C28
(43,44,40)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #C4C5B8

#C4C5B8
(196,197,184)
#C9CABE
(201,202,190)
#CECFC4
(206,207,196)
#D3D4CA
(211,212,202)
#D8D9D0
(216,217,208)
#DDDED6
(221,222,214)
#E2E3DC
(226,227,220)
#E7E8E2
(231,232,226)
#ECEDE8
(236,237,232)
#F1F2EE
(241,242,238)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5B8; }

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

This text font color is #C4C5B8.


Background Color

.myBgColor { background-color: #C4C5B8; }

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

This div background color is #C4C5B8.


Border color

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

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

This div border color is #C4C5B8.


Opacity

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

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

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

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

This text has shadow with #C4C5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5B8 on black background.


Color preview on white background

This text has color #C4C5B8 on white background.



Black color preview on #C4C5B8 background

This text has black color on #C4C5B8 background.


White color preview on #C4C5B8 background

This text has white color on #C4C5B8 background.