COLOR #B8BEF7

HEX: #B8BEF7
RGB: (184,190,247)

Color info

#B8BEF7 contains mainly green and blue colors. Web safe color of #B8BEF7 is #CCCCFF (or #CCF).

RGB color model

#B8BEF7 color RGB value is (184,190,247).

  • red value is 184;
  • green value is 190;
  • blue value is 247.
RGB:
(184,190,247)
(72%,75%,97%)

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 247 of 255 = 97%

184
190
247

R + G + B ~ 81%. #B8BEF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 190 + 247 = 621 (100%)
R 184 of 621 ~ 29.63%
G 190 of 621 ~ 30.6%
B 247 of 621 ~ 39.77%

%29.63
%30.6
%39.77

CMYK color model

#B8BEF7 color CMYK value is (26,23,0,3).

  • cyan value is 25.51%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(26,23,0,3)
C26M23Y0K3 
(26%,23%,0%,3%)
(0.26/0.23/0.00/0.03)	

CMYK percentages

%25.51
%23.08
%0
%3.14

Codes

Color #B8BEF7 in popluar color models

B8BEF7
RGB184190247
HSL234°79.75%84.51%
HSB/HSV234°25.51%96.86%
CMYK25.51%23.08%0.00%
3.14%

Color #B8BEF7 in popluar number systems.

HEXB8BEF7
Decimal184190247
Binary101110001011111011110111
Octal270276367

Shades and tints

Shades of #B8BEF7

#B8BEF7
(184,190,247)
#A8ADE1
(168,173,225)
#989CCB
(152,156,203)
#888BB5
(136,139,181)
#787A9F
(120,122,159)
#686989
(104,105,137)
#585873
(88,88,115)
#48475D
(72,71,93)
#383647
(56,54,71)
#282531
(40,37,49)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #B8BEF7

#B8BEF7
(184,190,247)
#BEC3F7
(190,195,247)
#C4C8F7
(196,200,247)
#CACDF7
(202,205,247)
#D0D2F7
(208,210,247)
#D6D7F7
(214,215,247)
#DCDCF7
(220,220,247)
#E2E1F7
(226,225,247)
#E8E6F7
(232,230,247)
#EEEBF7
(238,235,247)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BEF7; }

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

This text font color is #B8BEF7.


Background Color

.myBgColor { background-color: #B8BEF7; }

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

This div background color is #B8BEF7.


Border color

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

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

This div border color is #B8BEF7.


Opacity

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

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

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

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

This text has shadow with #B8BEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BEF7 on black background.


Color preview on white background

This text has color #B8BEF7 on white background.



Black color preview on #B8BEF7 background

This text has black color on #B8BEF7 background.


White color preview on #B8BEF7 background

This text has white color on #B8BEF7 background.