COLOR #C3C4C2

HEX: #C3C4C2
RGB: (195,196,194)

Color info

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

RGB color model

#C3C4C2 color RGB value is (195,196,194).

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

RGB channels and saturation

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

195
196
194

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

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 194 = 585 (100%)
R 195 of 585 ~ 33.33%
G 196 of 585 ~ 33.5%
B 194 of 585 ~ 33.16%

%33.33
%33.5
%33.16

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 23.14%
CMYK:
(1,0,1,23)
C1M0Y1K23 
(1%,0%,1%,23%)
(0.01/0.00/0.01/0.23)	

CMYK percentages

%0.51
%0
%1.02
%23.14

Codes

Color #C3C4C2 in popluar color models

C3C4C2
RGB195196194
HSL90°1.67%76.47%
HSB/HSV90°1.02%76.86%
CMYK0.51%0.00%1.02%
23.14%

Color #C3C4C2 in popluar number systems.

HEXC3C4C2
Decimal195196194
Binary110000111100010011000010
Octal303304302

Shades and tints

Shades of #C3C4C2

#C3C4C2
(195,196,194)
#B2B3B1
(178,179,177)
#A1A2A0
(161,162,160)
#90918F
(144,145,143)
#7F807E
(127,128,126)
#6E6F6D
(110,111,109)
#5D5E5C
(93,94,92)
#4C4D4B
(76,77,75)
#3B3C3A
(59,60,58)
#2A2B29
(42,43,41)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #C3C4C2

#C3C4C2
(195,196,194)
#C8C9C7
(200,201,199)
#CDCECC
(205,206,204)
#D2D3D1
(210,211,209)
#D7D8D6
(215,216,214)
#DCDDDB
(220,221,219)
#E1E2E0
(225,226,224)
#E6E7E5
(230,231,229)
#EBECEA
(235,236,234)
#F0F1EF
(240,241,239)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4C2; }

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

This text font color is #C3C4C2.


Background Color

.myBgColor { background-color: #C3C4C2; }

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

This div background color is #C3C4C2.


Border color

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

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

This div border color is #C3C4C2.


Opacity

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

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

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

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

This text has shadow with #C3C4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C4C2 on black background.


Color preview on white background

This text has color #C3C4C2 on white background.



Black color preview on #C3C4C2 background

This text has black color on #C3C4C2 background.


White color preview on #C3C4C2 background

This text has white color on #C3C4C2 background.