COLOR #C4C9C2

HEX: #C4C9C2
RGB: (196,201,194)

Color info

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

RGB color model

#C4C9C2 color RGB value is (196,201,194).

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

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 194 of 255 = 76%

196
201
194

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

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 194 = 591 (100%)
R 196 of 591 ~ 33.16%
G 201 of 591 ~ 34.01%
B 194 of 591 ~ 32.83%

%33.16
%34.01
%32.83

CMYK color model

#C4C9C2 color CMYK value is (2,0,3,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK:
(2,0,3,21)
C2M0Y3K21 
(2%,0%,3%,21%)
(0.02/0.00/0.03/0.21)	

CMYK percentages

%2.49
%0
%3.48
%21.18

Codes

Color #C4C9C2 in popluar color models

C4C9C2
RGB196201194
HSL103°6.09%77.45%
HSB/HSV103°3.48%78.82%
CMYK2.49%0.00%3.48%
21.18%

Color #C4C9C2 in popluar number systems.

HEXC4C9C2
Decimal196201194
Binary110001001100100111000010
Octal304311302

Shades and tints

Shades of #C4C9C2

#C4C9C2
(196,201,194)
#B3B7B1
(179,183,177)
#A2A5A0
(162,165,160)
#91938F
(145,147,143)
#80817E
(128,129,126)
#6F6F6D
(111,111,109)
#5E5D5C
(94,93,92)
#4D4B4B
(77,75,75)
#3C393A
(60,57,58)
#2B2729
(43,39,41)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4C9C2

#C4C9C2
(196,201,194)
#C9CDC7
(201,205,199)
#CED1CC
(206,209,204)
#D3D5D1
(211,213,209)
#D8D9D6
(216,217,214)
#DDDDDB
(221,221,219)
#E2E1E0
(226,225,224)
#E7E5E5
(231,229,229)
#ECE9EA
(236,233,234)
#F1EDEF
(241,237,239)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9C2; }

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

This text font color is #C4C9C2.


Background Color

.myBgColor { background-color: #C4C9C2; }

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

This div background color is #C4C9C2.


Border color

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

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

This div border color is #C4C9C2.


Opacity

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

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

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

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

This text has shadow with #C4C9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9C2 on black background.


Color preview on white background

This text has color #C4C9C2 on white background.



Black color preview on #C4C9C2 background

This text has black color on #C4C9C2 background.


White color preview on #C4C9C2 background

This text has white color on #C4C9C2 background.