COLOR #B8B0E6

HEX: #B8B0E6 RGB: (184,176,230)

Color info

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

RGB color model

#B8B0E6 color RGB value is (184,176,230).

RGB: (184,176,230) (72%, 69%, 90%)

RGB channels and saturation

R 184 of 255 = 72%
G 176 of 255 = 69%
B 230 of 255 = 90%

184
176
230

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

Portions of RGB colors in percentages

R + G + B = 184 + 176 + 230 = 590 (100%)
R 184 of 590 ~ 31.19%
G 176 of 590 ~ 29.83%
B 230 of 590 ~ 38.98'%

%31.19
%29.83
%38.98

CMYK color model

#B8B0E6 color CMYK value is (20,23,0,10).

  • cyan value is 20.00%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (20,23,0,10)
C20M23Y0K10 (20%, 23%, 0%, 10%)
(0.20 / 0.23 / 0.00 / 0.10)

CMYK percentages

%20
%23.48
%0
%9.8

Codes

Color #B8B0E6 in popluar color models

B8 B0 E6
RGB 184 176 230
HSL 249° 51.92% 79.61%
HSB/HSV 249° 23.48% 90.20%
CMYK 20.00% 23.48% 0.00%
9.80%

Color #B8B0E6 in popluar number systems.

HEX B8 B0 E6
Decimal 184 176 230
Binary 10111000 10110000 11100110
Octal 270 260 346

Shades and tints

Shades of #B8B0E6

#B8B0E6
(184,176,230)
#A8A0D2
(168,160,210)
#9890BE
(152,144,190)
#8880AA
(136,128,170)
#787096
(120,112,150)
#686082
(104,96,130)
#58506E
(88,80,110)
#48405A
(72,64,90)
#383046
(56,48,70)
#282032
(40,32,50)
#18101E
(24,16,30)
#000000
(0,0,0)

Tints of #B8B0E6

#B8B0E6
(184,176,230)
#BEB7E8
(190,183,232)
#C4BEEA
(196,190,234)
#CAC5EC
(202,197,236)
#D0CCEE
(208,204,238)
#D6D3F0
(214,211,240)
#DCDAF2
(220,218,242)
#E2E1F4
(226,225,244)
#E8E8F6
(232,232,246)
#EEEFF8
(238,239,248)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B0E6; }

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

This text font color is #B8B0E6.

Background Color

.myBgColor { background-color: #B8B0E6; }

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

This div background color is #B8B0E6.

Border color

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

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

This div border color is #B8B0E6.

Opacity

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

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

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

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

This text has shadow with #B8B0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B0E6.

Preview

Color preview on black background

This text has color #B8B0E6 on black background.


Color preview on white background

This text has color #B8B0E6 on white background.


Black color preview on #B8B0E6 background

This text has black color on #B8B0E6 background.


White color preview on #B8B0E6 background

This text has white color on #B8B0E6 background.


Related colors

Complementary color

Complementary color for #hex is #474F19.


I love getcolorcode.com

Triadic colors

1 #E6B8B0 and #B0E6B8 with #B8B0E6 are triadic colors.

2 #E6B0B8 and #B0B8E6 with #B8B0E6 are triadic colors.