COLOR #C3C7BD

HEX: #C3C7BD
RGB: (195,199,189)

Color info

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

RGB color model

#C3C7BD color RGB value is (195,199,189).

  • red value is 195;
  • green value is 199;
  • blue value is 189.
RGB:
(195,199,189)
(76%,78%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 199 of 255 = 78%
B 189 of 255 = 74%

195
199
189

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

Portions of RGB colors in percentages

R + G + B =
195 + 199 + 189 = 583 (100%)
R 195 of 583 ~ 33.45%
G 199 of 583 ~ 34.13%
B 189 of 583 ~ 32.42%

%33.45
%34.13
%32.42

CMYK color model

#C3C7BD color CMYK value is (2,0,5,22).

  • cyan value is 2.01%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(2,0,5,22)
C2M0Y5K22 
(2%,0%,5%,22%)
(0.02/0.00/0.05/0.22)	

CMYK percentages

%2.01
%0
%5.03
%21.96

Codes

Color #C3C7BD in popluar color models

C3C7BD
RGB195199189
HSL84°8.20%76.08%
HSB/HSV84°5.03%78.04%
CMYK2.01%0.00%5.03%
21.96%

Color #C3C7BD in popluar number systems.

HEXC3C7BD
Decimal195199189
Binary110000111100011110111101
Octal303307275

Shades and tints

Shades of #C3C7BD

#C3C7BD
(195,199,189)
#B2B5AC
(178,181,172)
#A1A39B
(161,163,155)
#90918A
(144,145,138)
#7F7F79
(127,127,121)
#6E6D68
(110,109,104)
#5D5B57
(93,91,87)
#4C4946
(76,73,70)
#3B3735
(59,55,53)
#2A2524
(42,37,36)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C3C7BD

#C3C7BD
(195,199,189)
#C8CCC3
(200,204,195)
#CDD1C9
(205,209,201)
#D2D6CF
(210,214,207)
#D7DBD5
(215,219,213)
#DCE0DB
(220,224,219)
#E1E5E1
(225,229,225)
#E6EAE7
(230,234,231)
#EBEFED
(235,239,237)
#F0F4F3
(240,244,243)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C7BD color. Also use rgb(195,199,189) instead hex code.

Text Font Color

.myTextColor { color: #C3C7BD; }

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

This text font color is #C3C7BD.


Background Color

.myBgColor { background-color: #C3C7BD; }

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

This div background color is #C3C7BD.


Border color

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

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

This div border color is #C3C7BD.


Opacity

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

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

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

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

This text has shadow with #C3C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C7BD on black background.


Color preview on white background

This text has color #C3C7BD on white background.



Black color preview on #C3C7BD background

This text has black color on #C3C7BD background.


White color preview on #C3C7BD background

This text has white color on #C3C7BD background.