COLOR #C7C0BD

HEX: #C7C0BD
RGB: (199,192,189)

Color info

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

RGB color model

#C7C0BD color RGB value is (199,192,189).

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

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 189 of 255 = 74%

199
192
189

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

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 189 = 580 (100%)
R 199 of 580 ~ 34.31%
G 192 of 580 ~ 33.1%
B 189 of 580 ~ 32.59%

%34.31
%33.1
%32.59

CMYK color model

#C7C0BD color CMYK value is (0,4,5,22).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(0,4,5,22)
C0M4Y5K22 
(0%,4%,5%,22%)
(0.00/0.04/0.05/0.22)	

CMYK percentages

%0
%3.52
%5.03
%21.96

Codes

Color #C7C0BD in popluar color models

C7C0BD
RGB199192189
HSL18°8.20%76.08%
HSB/HSV18°5.03%78.04%
CMYK0.00%3.52%5.03%
21.96%

Color #C7C0BD in popluar number systems.

HEXC7C0BD
Decimal199192189
Binary110001111100000010111101
Octal307300275

Shades and tints

Shades of #C7C0BD

#C7C0BD
(199,192,189)
#B5AFAC
(181,175,172)
#A39E9B
(163,158,155)
#918D8A
(145,141,138)
#7F7C79
(127,124,121)
#6D6B68
(109,107,104)
#5B5A57
(91,90,87)
#494946
(73,73,70)
#373835
(55,56,53)
#252724
(37,39,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7C0BD

#C7C0BD
(199,192,189)
#CCC5C3
(204,197,195)
#D1CAC9
(209,202,201)
#D6CFCF
(214,207,207)
#DBD4D5
(219,212,213)
#E0D9DB
(224,217,219)
#E5DEE1
(229,222,225)
#EAE3E7
(234,227,231)
#EFE8ED
(239,232,237)
#F4EDF3
(244,237,243)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C0BD; }

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

This text font color is #C7C0BD.


Background Color

.myBgColor { background-color: #C7C0BD; }

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

This div background color is #C7C0BD.


Border color

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

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

This div border color is #C7C0BD.


Opacity

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

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

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

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

This text has shadow with #C7C0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C0BD on black background.


Color preview on white background

This text has color #C7C0BD on white background.



Black color preview on #C7C0BD background

This text has black color on #C7C0BD background.


White color preview on #C7C0BD background

This text has white color on #C7C0BD background.