COLOR #C4C4C2

HEX: #C4C4C2 RGB: (196,196,194)

Color info

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

RGB color model

#C4C4C2 color RGB value is (196,196,194).

RGB: (196,196,194) (77%, 77%, 76%)

RGB channels and saturation

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

196
196
194

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

Portions of RGB colors in percentages

R + G + B = 196 + 196 + 194 = 586 (100%)
R 196 of 586 ~ 33.45%
G 196 of 586 ~ 33.45%
B 194 of 586 ~ 33.11'%

%33.45
%33.45
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 23.14%

CMYK: (0,0,1,23)
C0M0Y1K23 (0%, 0%, 1%, 23%)
(0.00 / 0.00 / 0.01 / 0.23)

CMYK percentages

%0
%0
%1.02
%23.14

Codes

Color #C4C4C2 in popluar color models

C4 C4 C2
RGB 196 196 194
HSL 60° 1.67% 76.47%
HSB/HSV 60° 1.02% 76.86%
CMYK 0.00% 0.00% 1.02%
23.14%

Color #C4C4C2 in popluar number systems.

HEX C4 C4 C2
Decimal 196 196 194
Binary 11000100 11000100 11000010
Octal 304 304 302

Shades and tints

Shades of #C4C4C2

#C4C4C2
(196,196,194)
#B3B3B1
(179,179,177)
#A2A2A0
(162,162,160)
#91918F
(145,145,143)
#80807E
(128,128,126)
#6F6F6D
(111,111,109)
#5E5E5C
(94,94,92)
#4D4D4B
(77,77,75)
#3C3C3A
(60,60,58)
#2B2B29
(43,43,41)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #C4C4C2

#C4C4C2
(196,196,194)
#C9C9C7
(201,201,199)
#CECECC
(206,206,204)
#D3D3D1
(211,211,209)
#D8D8D6
(216,216,214)
#DDDDDB
(221,221,219)
#E2E2E0
(226,226,224)
#E7E7E5
(231,231,229)
#ECECEA
(236,236,234)
#F1F1EF
(241,241,239)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4C2; }

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

This text font color is #C4C4C2.

Background Color

.myBgColor { background-color: #C4C4C2; }

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

This div background color is #C4C4C2.

Border color

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

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

This div border color is #C4C4C2.

Opacity

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

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

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

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

This text has shadow with #C4C4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C4C2.

Preview

Color preview on black background

This text has color #C4C4C2 on black background.


Color preview on white background

This text has color #C4C4C2 on white background.


Black color preview on #C4C4C2 background

This text has black color on #C4C4C2 background.


White color preview on #C4C4C2 background

This text has white color on #C4C4C2 background.


Related colors

Complementary color

Complementary color for #hex is #3B3B3D.


I love getcolorcode.com