COLOR #C4C9BF

HEX: #C4C9BF
RGB: (196,201,191)

Color info

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

RGB color model

#C4C9BF color RGB value is (196,201,191).

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

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 191 of 255 = 75%

196
201
191

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

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 191 = 588 (100%)
R 196 of 588 ~ 33.33%
G 201 of 588 ~ 34.18%
B 191 of 588 ~ 32.48%

%33.33
%34.18
%32.48

CMYK color model

#C4C9BF color CMYK value is (2,0,5,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(2,0,5,21)
C2M0Y5K21 
(2%,0%,5%,21%)
(0.02/0.00/0.05/0.21)	

CMYK percentages

%2.49
%0
%4.98
%21.18

Codes

Color #C4C9BF in popluar color models

C4C9BF
RGB196201191
HSL90°8.47%76.86%
HSB/HSV90°4.98%78.82%
CMYK2.49%0.00%4.98%
21.18%

Color #C4C9BF in popluar number systems.

HEXC4C9BF
Decimal196201191
Binary110001001100100110111111
Octal304311277

Shades and tints

Shades of #C4C9BF

#C4C9BF
(196,201,191)
#B3B7AE
(179,183,174)
#A2A59D
(162,165,157)
#91938C
(145,147,140)
#80817B
(128,129,123)
#6F6F6A
(111,111,106)
#5E5D59
(94,93,89)
#4D4B48
(77,75,72)
#3C3937
(60,57,55)
#2B2726
(43,39,38)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C4C9BF

#C4C9BF
(196,201,191)
#C9CDC4
(201,205,196)
#CED1C9
(206,209,201)
#D3D5CE
(211,213,206)
#D8D9D3
(216,217,211)
#DDDDD8
(221,221,216)
#E2E1DD
(226,225,221)
#E7E5E2
(231,229,226)
#ECE9E7
(236,233,231)
#F1EDEC
(241,237,236)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9BF; }

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

This text font color is #C4C9BF.


Background Color

.myBgColor { background-color: #C4C9BF; }

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

This div background color is #C4C9BF.


Border color

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

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

This div border color is #C4C9BF.


Opacity

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

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

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

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

This text has shadow with #C4C9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9BF on black background.


Color preview on white background

This text has color #C4C9BF on white background.



Black color preview on #C4C9BF background

This text has black color on #C4C9BF background.


White color preview on #C4C9BF background

This text has white color on #C4C9BF background.