COLOR #C4C9BD

HEX: #C4C9BD
RGB: (196,201,189)

Color info

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

RGB color model

#C4C9BD color RGB value is (196,201,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 189 of 255 = 74%

196
201
189

R + G + B ~ 77%. #C4C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 189 = 586 (100%)
R 196 of 586 ~ 33.45%
G 201 of 586 ~ 34.3%
B 189 of 586 ~ 32.25%

%33.45
%34.3
%32.25

CMYK color model

#C4C9BD color CMYK value is (2,0,6,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(2,0,6,21)
C2M0Y6K21 
(2%,0%,6%,21%)
(0.02/0.00/0.06/0.21)	

CMYK percentages

%2.49
%0
%5.97
%21.18

Codes

Color #C4C9BD in popluar color models

C4C9BD
RGB196201189
HSL85°10.00%76.47%
HSB/HSV85°5.97%78.82%
CMYK2.49%0.00%5.97%
21.18%

Color #C4C9BD in popluar number systems.

HEXC4C9BD
Decimal196201189
Binary110001001100100110111101
Octal304311275

Shades and tints

Shades of #C4C9BD

#C4C9BD
(196,201,189)
#B3B7AC
(179,183,172)
#A2A59B
(162,165,155)
#91938A
(145,147,138)
#808179
(128,129,121)
#6F6F68
(111,111,104)
#5E5D57
(94,93,87)
#4D4B46
(77,75,70)
#3C3935
(60,57,53)
#2B2724
(43,39,36)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #C4C9BD

#C4C9BD
(196,201,189)
#C9CDC3
(201,205,195)
#CED1C9
(206,209,201)
#D3D5CF
(211,213,207)
#D8D9D5
(216,217,213)
#DDDDDB
(221,221,219)
#E2E1E1
(226,225,225)
#E7E5E7
(231,229,231)
#ECE9ED
(236,233,237)
#F1EDF3
(241,237,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9BD; }

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

This text font color is #C4C9BD.


Background Color

.myBgColor { background-color: #C4C9BD; }

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

This div background color is #C4C9BD.


Border color

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

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

This div border color is #C4C9BD.


Opacity

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

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

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

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

This text has shadow with #C4C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9BD on black background.


Color preview on white background

This text has color #C4C9BD on white background.



Black color preview on #C4C9BD background

This text has black color on #C4C9BD background.


White color preview on #C4C9BD background

This text has white color on #C4C9BD background.