COLOR #C3C4BE

HEX: #C3C4BE
RGB: (195,196,190)

Color info

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

RGB color model

#C3C4BE color RGB value is (195,196,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 190 of 255 = 75%

195
196
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 190 = 581 (100%)
R 195 of 581 ~ 33.56%
G 196 of 581 ~ 33.73%
B 190 of 581 ~ 32.7%

%33.56
%33.73
%32.7

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(1,0,3,23)
C1M0Y3K23 
(1%,0%,3%,23%)
(0.01/0.00/0.03/0.23)	

CMYK percentages

%0.51
%0
%3.06
%23.14

Codes

Color #C3C4BE in popluar color models

C3C4BE
RGB195196190
HSL70°4.84%75.69%
HSB/HSV70°3.06%76.86%
CMYK0.51%0.00%3.06%
23.14%

Color #C3C4BE in popluar number systems.

HEXC3C4BE
Decimal195196190
Binary110000111100010010111110
Octal303304276

Shades and tints

Shades of #C3C4BE

#C3C4BE
(195,196,190)
#B2B3AD
(178,179,173)
#A1A29C
(161,162,156)
#90918B
(144,145,139)
#7F807A
(127,128,122)
#6E6F69
(110,111,105)
#5D5E58
(93,94,88)
#4C4D47
(76,77,71)
#3B3C36
(59,60,54)
#2A2B25
(42,43,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #C3C4BE

#C3C4BE
(195,196,190)
#C8C9C3
(200,201,195)
#CDCEC8
(205,206,200)
#D2D3CD
(210,211,205)
#D7D8D2
(215,216,210)
#DCDDD7
(220,221,215)
#E1E2DC
(225,226,220)
#E6E7E1
(230,231,225)
#EBECE6
(235,236,230)
#F0F1EB
(240,241,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4BE; }

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

This text font color is #C3C4BE.


Background Color

.myBgColor { background-color: #C3C4BE; }

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

This div background color is #C3C4BE.


Border color

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

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

This div border color is #C3C4BE.


Opacity

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

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

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

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

This text has shadow with #C3C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C4BE on black background.


Color preview on white background

This text has color #C3C4BE on white background.



Black color preview on #C3C4BE background

This text has black color on #C3C4BE background.


White color preview on #C3C4BE background

This text has white color on #C3C4BE background.