COLOR #C4C5BD

HEX: #C4C5BD
RGB: (196,197,189)

Color info

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

RGB color model

#C4C5BD color RGB value is (196,197,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 189 of 255 = 74%

196
197
189

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 189 = 582 (100%)
R 196 of 582 ~ 33.68%
G 197 of 582 ~ 33.85%
B 189 of 582 ~ 32.47%

%33.68
%33.85
%32.47

CMYK color model

#C4C5BD color CMYK value is (1,0,4,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(1,0,4,23)
C1M0Y4K23 
(1%,0%,4%,23%)
(0.01/0.00/0.04/0.23)	

CMYK percentages

%0.51
%0
%4.06
%22.75

Codes

Color #C4C5BD in popluar color models

C4C5BD
RGB196197189
HSL68°6.45%75.69%
HSB/HSV68°4.06%77.25%
CMYK0.51%0.00%4.06%
22.75%

Color #C4C5BD in popluar number systems.

HEXC4C5BD
Decimal196197189
Binary110001001100010110111101
Octal304305275

Shades and tints

Shades of #C4C5BD

#C4C5BD
(196,197,189)
#B3B4AC
(179,180,172)
#A2A39B
(162,163,155)
#91928A
(145,146,138)
#808179
(128,129,121)
#6F7068
(111,112,104)
#5E5F57
(94,95,87)
#4D4E46
(77,78,70)
#3C3D35
(60,61,53)
#2B2C24
(43,44,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4C5BD

#C4C5BD
(196,197,189)
#C9CAC3
(201,202,195)
#CECFC9
(206,207,201)
#D3D4CF
(211,212,207)
#D8D9D5
(216,217,213)
#DDDEDB
(221,222,219)
#E2E3E1
(226,227,225)
#E7E8E7
(231,232,231)
#ECEDED
(236,237,237)
#F1F2F3
(241,242,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5BD; }

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

This text font color is #C4C5BD.


Background Color

.myBgColor { background-color: #C4C5BD; }

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

This div background color is #C4C5BD.


Border color

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

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

This div border color is #C4C5BD.


Opacity

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

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

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

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

This text has shadow with #C4C5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5BD on black background.


Color preview on white background

This text has color #C4C5BD on white background.



Black color preview on #C4C5BD background

This text has black color on #C4C5BD background.


White color preview on #C4C5BD background

This text has white color on #C4C5BD background.