COLOR #C7C8BD

HEX: #C7C8BD
RGB: (199,200,189)

Color info

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

RGB color model

#C7C8BD color RGB value is (199,200,189).

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

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 189 of 255 = 74%

199
200
189

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

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 189 = 588 (100%)
R 199 of 588 ~ 33.84%
G 200 of 588 ~ 34.01%
B 189 of 588 ~ 32.14%

%33.84
%34.01
%32.14

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(0,0,5,22)
C0M0Y5K22 
(0%,0%,5%,22%)
(0.00/0.00/0.05/0.22)	

CMYK percentages

%0.5
%0
%5.5
%21.57

Codes

Color #C7C8BD in popluar color models

C7C8BD
RGB199200189
HSL65°9.09%76.27%
HSB/HSV65°5.50%78.43%
CMYK0.50%0.00%5.50%
21.57%

Color #C7C8BD in popluar number systems.

HEXC7C8BD
Decimal199200189
Binary110001111100100010111101
Octal307310275

Shades and tints

Shades of #C7C8BD

#C7C8BD
(199,200,189)
#B5B6AC
(181,182,172)
#A3A49B
(163,164,155)
#91928A
(145,146,138)
#7F8079
(127,128,121)
#6D6E68
(109,110,104)
#5B5C57
(91,92,87)
#494A46
(73,74,70)
#373835
(55,56,53)
#252624
(37,38,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7C8BD

#C7C8BD
(199,200,189)
#CCCDC3
(204,205,195)
#D1D2C9
(209,210,201)
#D6D7CF
(214,215,207)
#DBDCD5
(219,220,213)
#E0E1DB
(224,225,219)
#E5E6E1
(229,230,225)
#EAEBE7
(234,235,231)
#EFF0ED
(239,240,237)
#F4F5F3
(244,245,243)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C8BD; }

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

This text font color is #C7C8BD.


Background Color

.myBgColor { background-color: #C7C8BD; }

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

This div background color is #C7C8BD.


Border color

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

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

This div border color is #C7C8BD.


Opacity

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

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

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

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

This text has shadow with #C7C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8BD on black background.


Color preview on white background

This text has color #C7C8BD on white background.



Black color preview on #C7C8BD background

This text has black color on #C7C8BD background.


White color preview on #C7C8BD background

This text has white color on #C7C8BD background.