COLOR #B8B0CD

HEX: #B8B0CD
RGB: (184,176,205)

Color info

#B8B0CD contains red, green and blue colors in about the same proportion. Web safe color of #B8B0CD is #CC99CC (or #C9C).

RGB color model

#B8B0CD color RGB value is (184,176,205).

  • red value is 184;
  • green value is 176;
  • blue value is 205.
RGB:
(184,176,205)
(72%,69%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 176 of 255 = 69%
B 205 of 255 = 80%

184
176
205

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

Portions of RGB colors in percentages

R + G + B =
184 + 176 + 205 = 565 (100%)
R 184 of 565 ~ 32.57%
G 176 of 565 ~ 31.15%
B 205 of 565 ~ 36.28%

%32.57
%31.15
%36.28

CMYK color model

#B8B0CD color CMYK value is (10,14,0,20).

  • cyan value is 10.24%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,14,0,20)
C10M14Y0K20 
(10%,14%,0%,20%)
(0.10/0.14/0.00/0.20)	

CMYK percentages

%10.24
%14.15
%0
%19.61

Codes

Color #B8B0CD in popluar color models

B8B0CD
RGB184176205
HSL257°22.48%74.71%
HSB/HSV257°14.15%80.39%
CMYK10.24%14.15%0.00%
19.61%

Color #B8B0CD in popluar number systems.

HEXB8B0CD
Decimal184176205
Binary101110001011000011001101
Octal270260315

Shades and tints

Shades of #B8B0CD

#B8B0CD
(184,176,205)
#A8A0BB
(168,160,187)
#9890A9
(152,144,169)
#888097
(136,128,151)
#787085
(120,112,133)
#686073
(104,96,115)
#585061
(88,80,97)
#48404F
(72,64,79)
#38303D
(56,48,61)
#28202B
(40,32,43)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #B8B0CD

#B8B0CD
(184,176,205)
#BEB7D1
(190,183,209)
#C4BED5
(196,190,213)
#CAC5D9
(202,197,217)
#D0CCDD
(208,204,221)
#D6D3E1
(214,211,225)
#DCDAE5
(220,218,229)
#E2E1E9
(226,225,233)
#E8E8ED
(232,232,237)
#EEEFF1
(238,239,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B0CD color. Also use rgb(184,176,205) instead hex code.

Text Font Color

.myTextColor { color: #B8B0CD; }

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

This text font color is #B8B0CD.


Background Color

.myBgColor { background-color: #B8B0CD; }

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

This div background color is #B8B0CD.


Border color

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

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

This div border color is #B8B0CD.


Opacity

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

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

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

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

This text has shadow with #B8B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B0CD on black background.


Color preview on white background

This text has color #B8B0CD on white background.



Black color preview on #B8B0CD background

This text has black color on #B8B0CD background.


White color preview on #B8B0CD background

This text has white color on #B8B0CD background.