COLOR #C8B5BD

HEX: #C8B5BD RGB: (200,181,189)

Color info

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

RGB color model

#C8B5BD color RGB value is (200,181,189).

RGB: (200,181,189) (78%, 71%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 189 of 255 = 74%

200
181
189

R + G + B ~ 74%. #C8B5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 181 + 189 = 570 (100%)
R 200 of 570 ~ 35.09%
G 181 of 570 ~ 31.75%
B 189 of 570 ~ 33.16'%

%35.09
%31.75
%33.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 5.50%
  • key color value is 21.57%

CMYK: (0,10,5,22)
C0M10Y5K22 (0%, 10%, 5%, 22%)
(0.00 / 0.10 / 0.05 / 0.22)

CMYK percentages

%0
%9.5
%5.5
%21.57

Codes

Color #C8B5BD in popluar color models

C8 B5 BD
RGB 200 181 189
HSL 335° 14.73% 74.71%
HSB/HSV 335° 9.50% 78.43%
CMYK 0.00% 9.50% 5.50%
21.57%

Color #C8B5BD in popluar number systems.

HEX C8 B5 BD
Decimal 200 181 189
Binary 11001000 10110101 10111101
Octal 310 265 275

Shades and tints

Shades of #C8B5BD

#C8B5BD
(200,181,189)
#B6A5AC
(182,165,172)
#A4959B
(164,149,155)
#92858A
(146,133,138)
#807579
(128,117,121)
#6E6568
(110,101,104)
#5C5557
(92,85,87)
#4A4546
(74,69,70)
#383535
(56,53,53)
#262524
(38,37,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C8B5BD

#C8B5BD
(200,181,189)
#CDBBC3
(205,187,195)
#D2C1C9
(210,193,201)
#D7C7CF
(215,199,207)
#DCCDD5
(220,205,213)
#E1D3DB
(225,211,219)
#E6D9E1
(230,217,225)
#EBDFE7
(235,223,231)
#F0E5ED
(240,229,237)
#F5EBF3
(245,235,243)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B5BD; }

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

This text font color is #C8B5BD.

Background Color

.myBgColor { background-color: #C8B5BD; }

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

This div background color is #C8B5BD.

Border color

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

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

This div border color is #C8B5BD.

Opacity

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

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

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

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

This text has shadow with #C8B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B5BD.

Preview

Color preview on black background

This text has color #C8B5BD on black background.


Color preview on white background

This text has color #C8B5BD on white background.


Black color preview on #C8B5BD background

This text has black color on #C8B5BD background.


White color preview on #C8B5BD background

This text has white color on #C8B5BD background.


Related colors

Complementary color

Complementary color for #hex is #374A42.


I love getcolorcode.com

Triadic colors

1 #BDC8B5 and #B5BDC8 with #C8B5BD are triadic colors.

2 #BDB5C8 and #B5C8BD with #C8B5BD are triadic colors.