COLOR #C8C9BD

HEX: #C8C9BD
RGB: (200,201,189)

Color info

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

RGB color model

#C8C9BD color RGB value is (200,201,189).

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

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 189 of 255 = 74%

200
201
189

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

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 189 = 590 (100%)
R 200 of 590 ~ 33.9%
G 201 of 590 ~ 34.07%
B 189 of 590 ~ 32.03%

%33.9
%34.07
%32.03

CMYK color model

#C8C9BD color CMYK value is (0,0,6,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(0,0,6,21)
C0M0Y6K21 
(0%,0%,6%,21%)
(0.00/0.00/0.06/0.21)	

CMYK percentages

%0.5
%0
%5.97
%21.18

Codes

Color #C8C9BD in popluar color models

C8C9BD
RGB200201189
HSL65°10.00%76.47%
HSB/HSV65°5.97%78.82%
CMYK0.50%0.00%5.97%
21.18%

Color #C8C9BD in popluar number systems.

HEXC8C9BD
Decimal200201189
Binary110010001100100110111101
Octal310311275

Shades and tints

Shades of #C8C9BD

#C8C9BD
(200,201,189)
#B6B7AC
(182,183,172)
#A4A59B
(164,165,155)
#92938A
(146,147,138)
#808179
(128,129,121)
#6E6F68
(110,111,104)
#5C5D57
(92,93,87)
#4A4B46
(74,75,70)
#383935
(56,57,53)
#262724
(38,39,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C8C9BD

#C8C9BD
(200,201,189)
#CDCDC3
(205,205,195)
#D2D1C9
(210,209,201)
#D7D5CF
(215,213,207)
#DCD9D5
(220,217,213)
#E1DDDB
(225,221,219)
#E6E1E1
(230,225,225)
#EBE5E7
(235,229,231)
#F0E9ED
(240,233,237)
#F5EDF3
(245,237,243)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9BD; }

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

This text font color is #C8C9BD.


Background Color

.myBgColor { background-color: #C8C9BD; }

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

This div background color is #C8C9BD.


Border color

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

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

This div border color is #C8C9BD.


Opacity

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

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

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

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

This text has shadow with #C8C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9BD on black background.


Color preview on white background

This text has color #C8C9BD on white background.



Black color preview on #C8C9BD background

This text has black color on #C8C9BD background.


White color preview on #C8C9BD background

This text has white color on #C8C9BD background.