COLOR #B8B8DE

HEX: #B8B8DE
RGB: (184,184,222)

Color info

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

RGB color model

#B8B8DE color RGB value is (184,184,222).

  • red value is 184;
  • green value is 184;
  • blue value is 222.
RGB:
(184,184,222)
(72%,72%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 184 of 255 = 72%
B 222 of 255 = 87%

184
184
222

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

Portions of RGB colors in percentages

R + G + B =
184 + 184 + 222 = 590 (100%)
R 184 of 590 ~ 31.19%
G 184 of 590 ~ 31.19%
B 222 of 590 ~ 37.63%

%31.19
%31.19
%37.63

CMYK color model

#B8B8DE color CMYK value is (17,17,0,13).

  • cyan value is 17.12%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,17,0,13)
C17M17Y0K13 
(17%,17%,0%,13%)
(0.17/0.17/0.00/0.13)	

CMYK percentages

%17.12
%17.12
%0
%12.94

Codes

Color #B8B8DE in popluar color models

B8B8DE
RGB184184222
HSL240°36.54%79.61%
HSB/HSV240°17.12%87.06%
CMYK17.12%17.12%0.00%
12.94%

Color #B8B8DE in popluar number systems.

HEXB8B8DE
Decimal184184222
Binary101110001011100011011110
Octal270270336

Shades and tints

Shades of #B8B8DE

#B8B8DE
(184,184,222)
#A8A8CA
(168,168,202)
#9898B6
(152,152,182)
#8888A2
(136,136,162)
#78788E
(120,120,142)
#68687A
(104,104,122)
#585866
(88,88,102)
#484852
(72,72,82)
#38383E
(56,56,62)
#28282A
(40,40,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #B8B8DE

#B8B8DE
(184,184,222)
#BEBEE1
(190,190,225)
#C4C4E4
(196,196,228)
#CACAE7
(202,202,231)
#D0D0EA
(208,208,234)
#D6D6ED
(214,214,237)
#DCDCF0
(220,220,240)
#E2E2F3
(226,226,243)
#E8E8F6
(232,232,246)
#EEEEF9
(238,238,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B8DE; }

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

This text font color is #B8B8DE.


Background Color

.myBgColor { background-color: #B8B8DE; }

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

This div background color is #B8B8DE.


Border color

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

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

This div border color is #B8B8DE.


Opacity

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

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

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

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

This text has shadow with #B8B8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B8DE on black background.


Color preview on white background

This text has color #B8B8DE on white background.



Black color preview on #B8B8DE background

This text has black color on #B8B8DE background.


White color preview on #B8B8DE background

This text has white color on #B8B8DE background.