COLOR #C4C5B5

HEX: #C4C5B5
RGB: (196,197,181)

Color info

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

RGB color model

#C4C5B5 color RGB value is (196,197,181).

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

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 181 of 255 = 71%

196
197
181

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 181 = 574 (100%)
R 196 of 574 ~ 34.15%
G 197 of 574 ~ 34.32%
B 181 of 574 ~ 31.53%

%34.15
%34.32
%31.53

CMYK color model

#C4C5B5 color CMYK value is (1,0,8,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(1,0,8,23)
C1M0Y8K23 
(1%,0%,8%,23%)
(0.01/0.00/0.08/0.23)	

CMYK percentages

%0.51
%0
%8.12
%22.75

Codes

Color #C4C5B5 in popluar color models

C4C5B5
RGB196197181
HSL64°12.12%74.12%
HSB/HSV64°8.12%77.25%
CMYK0.51%0.00%8.12%
22.75%

Color #C4C5B5 in popluar number systems.

HEXC4C5B5
Decimal196197181
Binary110001001100010110110101
Octal304305265

Shades and tints

Shades of #C4C5B5

#C4C5B5
(196,197,181)
#B3B4A5
(179,180,165)
#A2A395
(162,163,149)
#919285
(145,146,133)
#808175
(128,129,117)
#6F7065
(111,112,101)
#5E5F55
(94,95,85)
#4D4E45
(77,78,69)
#3C3D35
(60,61,53)
#2B2C25
(43,44,37)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #C4C5B5

#C4C5B5
(196,197,181)
#C9CABB
(201,202,187)
#CECFC1
(206,207,193)
#D3D4C7
(211,212,199)
#D8D9CD
(216,217,205)
#DDDED3
(221,222,211)
#E2E3D9
(226,227,217)
#E7E8DF
(231,232,223)
#ECEDE5
(236,237,229)
#F1F2EB
(241,242,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5B5; }

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

This text font color is #C4C5B5.


Background Color

.myBgColor { background-color: #C4C5B5; }

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

This div background color is #C4C5B5.


Border color

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

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

This div border color is #C4C5B5.


Opacity

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

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

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

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

This text has shadow with #C4C5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5B5 on black background.


Color preview on white background

This text has color #C4C5B5 on white background.



Black color preview on #C4C5B5 background

This text has black color on #C4C5B5 background.


White color preview on #C4C5B5 background

This text has white color on #C4C5B5 background.