COLOR #C4C5B9

HEX: #C4C5B9
RGB: (196,197,185)

Color info

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

RGB color model

#C4C5B9 color RGB value is (196,197,185).

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

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 185 of 255 = 73%

196
197
185

R + G + B ~ 76%. #C4C5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 185 = 578 (100%)
R 196 of 578 ~ 33.91%
G 197 of 578 ~ 34.08%
B 185 of 578 ~ 32.01%

%33.91
%34.08
%32.01

CMYK color model

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

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

CMYK percentages

%0.51
%0
%6.09
%22.75

Codes

Color #C4C5B9 in popluar color models

C4C5B9
RGB196197185
HSL65°9.38%74.90%
HSB/HSV65°6.09%77.25%
CMYK0.51%0.00%6.09%
22.75%

Color #C4C5B9 in popluar number systems.

HEXC4C5B9
Decimal196197185
Binary110001001100010110111001
Octal304305271

Shades and tints

Shades of #C4C5B9

#C4C5B9
(196,197,185)
#B3B4A9
(179,180,169)
#A2A399
(162,163,153)
#919289
(145,146,137)
#808179
(128,129,121)
#6F7069
(111,112,105)
#5E5F59
(94,95,89)
#4D4E49
(77,78,73)
#3C3D39
(60,61,57)
#2B2C29
(43,44,41)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #C4C5B9

#C4C5B9
(196,197,185)
#C9CABF
(201,202,191)
#CECFC5
(206,207,197)
#D3D4CB
(211,212,203)
#D8D9D1
(216,217,209)
#DDDED7
(221,222,215)
#E2E3DD
(226,227,221)
#E7E8E3
(231,232,227)
#ECEDE9
(236,237,233)
#F1F2EF
(241,242,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5B9; }

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

This text font color is #C4C5B9.


Background Color

.myBgColor { background-color: #C4C5B9; }

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

This div background color is #C4C5B9.


Border color

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

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

This div border color is #C4C5B9.


Opacity

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

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

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

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

This text has shadow with #C4C5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5B9 on black background.


Color preview on white background

This text has color #C4C5B9 on white background.



Black color preview on #C4C5B9 background

This text has black color on #C4C5B9 background.


White color preview on #C4C5B9 background

This text has white color on #C4C5B9 background.