COLOR #C8B4BD

HEX: #C8B4BD
RGB: (200,180,189)

Color info

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

RGB color model

#C8B4BD color RGB value is (200,180,189).

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

RGB channels and saturation

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

200
180
189

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

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 189 = 569 (100%)
R 200 of 569 ~ 35.15%
G 180 of 569 ~ 31.63%
B 189 of 569 ~ 33.22%

%35.15
%31.63
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • 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
%10
%5.5
%21.57

Codes

Color #C8B4BD in popluar color models

C8B4BD
RGB200180189
HSL333°15.38%74.51%
HSB/HSV333°10.00%78.43%
CMYK0.00%10.00%5.50%
21.57%

Color #C8B4BD in popluar number systems.

HEXC8B4BD
Decimal200180189
Binary110010001011010010111101
Octal310264275

Shades and tints

Shades of #C8B4BD

#C8B4BD
(200,180,189)
#B6A4AC
(182,164,172)
#A4949B
(164,148,155)
#92848A
(146,132,138)
#807479
(128,116,121)
#6E6468
(110,100,104)
#5C5457
(92,84,87)
#4A4446
(74,68,70)
#383435
(56,52,53)
#262424
(38,36,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8B4BD

#C8B4BD
(200,180,189)
#CDBAC3
(205,186,195)
#D2C0C9
(210,192,201)
#D7C6CF
(215,198,207)
#DCCCD5
(220,204,213)
#E1D2DB
(225,210,219)
#E6D8E1
(230,216,225)
#EBDEE7
(235,222,231)
#F0E4ED
(240,228,237)
#F5EAF3
(245,234,243)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4BD; }

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

This text font color is #C8B4BD.


Background Color

.myBgColor { background-color: #C8B4BD; }

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

This div background color is #C8B4BD.


Border color

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

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

This div border color is #C8B4BD.


Opacity

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

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

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

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

This text has shadow with #C8B4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B4BD on black background.


Color preview on white background

This text has color #C8B4BD on white background.



Black color preview on #C8B4BD background

This text has black color on #C8B4BD background.


White color preview on #C8B4BD background

This text has white color on #C8B4BD background.