COLOR #C8B9BD

HEX: #C8B9BD
RGB: (200,185,189)

Color info

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

RGB color model

#C8B9BD color RGB value is (200,185,189).

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

RGB channels and saturation

R 200 of 255 = 78%
G 185 of 255 = 73%
B 189 of 255 = 74%

200
185
189

R + G + B ~ 75%. #C8B9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 185 + 189 = 574 (100%)
R 200 of 574 ~ 34.84%
G 185 of 574 ~ 32.23%
B 189 of 574 ~ 32.93%

%34.84
%32.23
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(0,8,5,22)
C0M8Y5K22 
(0%,8%,5%,22%)
(0.00/0.08/0.05/0.22)	

CMYK percentages

%0
%7.5
%5.5
%21.57

Codes

Color #C8B9BD in popluar color models

C8B9BD
RGB200185189
HSL344°12.00%75.49%
HSB/HSV344°7.50%78.43%
CMYK0.00%7.50%5.50%
21.57%

Color #C8B9BD in popluar number systems.

HEXC8B9BD
Decimal200185189
Binary110010001011100110111101
Octal310271275

Shades and tints

Shades of #C8B9BD

#C8B9BD
(200,185,189)
#B6A9AC
(182,169,172)
#A4999B
(164,153,155)
#92898A
(146,137,138)
#807979
(128,121,121)
#6E6968
(110,105,104)
#5C5957
(92,89,87)
#4A4946
(74,73,70)
#383935
(56,57,53)
#262924
(38,41,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #C8B9BD

#C8B9BD
(200,185,189)
#CDBFC3
(205,191,195)
#D2C5C9
(210,197,201)
#D7CBCF
(215,203,207)
#DCD1D5
(220,209,213)
#E1D7DB
(225,215,219)
#E6DDE1
(230,221,225)
#EBE3E7
(235,227,231)
#F0E9ED
(240,233,237)
#F5EFF3
(245,239,243)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B9BD; }

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

This text font color is #C8B9BD.


Background Color

.myBgColor { background-color: #C8B9BD; }

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

This div background color is #C8B9BD.


Border color

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

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

This div border color is #C8B9BD.


Opacity

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

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

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

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

This text has shadow with #C8B9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B9BD on black background.


Color preview on white background

This text has color #C8B9BD on white background.



Black color preview on #C8B9BD background

This text has black color on #C8B9BD background.


White color preview on #C8B9BD background

This text has white color on #C8B9BD background.