COLOR #B3B8E7

HEX: #B3B8E7 RGB: (179,184,231)

Color info

#B3B8E7 contains red, green and blue colors in about the same proportion. Web safe color of #B3B8E7 is #99CCFF (or #9CF).

RGB color model

#B3B8E7 color RGB value is (179,184,231).

RGB: (179,184,231) (70%, 72%, 91%)

RGB channels and saturation

R 179 of 255 = 70%
G 184 of 255 = 72%
B 231 of 255 = 91%

179
184
231

R + G + B ~ 78%. #B3B8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 184 + 231 = 594 (100%)
R 179 of 594 ~ 30.13%
G 184 of 594 ~ 30.98%
B 231 of 594 ~ 38.89'%

%30.13
%30.98
%38.89

CMYK color model

#B3B8E7 color CMYK value is (23,20,0,9).

  • cyan value is 22.51%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (23,20,0,9)
C23M20Y0K9 (23%, 20%, 0%, 9%)
(0.23 / 0.20 / 0.00 / 0.09)

CMYK percentages

%22.51
%20.35
%0
%9.41

Codes

Color #B3B8E7 in popluar color models

B3 B8 E7
RGB 179 184 231
HSL 234° 52.00% 80.39%
HSB/HSV 234° 22.51% 90.59%
CMYK 22.51% 20.35% 0.00%
9.41%

Color #B3B8E7 in popluar number systems.

HEX B3 B8 E7
Decimal 179 184 231
Binary 10110011 10111000 11100111
Octal 263 270 347

Shades and tints

Shades of #B3B8E7

#B3B8E7
(179,184,231)
#A3A8D2
(163,168,210)
#9398BD
(147,152,189)
#8388A8
(131,136,168)
#737893
(115,120,147)
#63687E
(99,104,126)
#535869
(83,88,105)
#434854
(67,72,84)
#33383F
(51,56,63)
#23282A
(35,40,42)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #B3B8E7

#B3B8E7
(179,184,231)
#B9BEE9
(185,190,233)
#BFC4EB
(191,196,235)
#C5CAED
(197,202,237)
#CBD0EF
(203,208,239)
#D1D6F1
(209,214,241)
#D7DCF3
(215,220,243)
#DDE2F5
(221,226,245)
#E3E8F7
(227,232,247)
#E9EEF9
(233,238,249)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B8E7; }

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

This text font color is #B3B8E7.

Background Color

.myBgColor { background-color: #B3B8E7; }

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

This div background color is #B3B8E7.

Border color

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

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

This div border color is #B3B8E7.

Opacity

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

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

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

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

This text has shadow with #B3B8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B8E7.

Preview

Color preview on black background

This text has color #B3B8E7 on black background.


Color preview on white background

This text has color #B3B8E7 on white background.


Black color preview on #B3B8E7 background

This text has black color on #B3B8E7 background.


White color preview on #B3B8E7 background

This text has white color on #B3B8E7 background.


Related colors

Complementary color

Complementary color for #hex is #4C4718.


I love getcolorcode.com

Triadic colors

1 #E7B3B8 and #B8E7B3 with #B3B8E7 are triadic colors.

2 #E7B8B3 and #B8B3E7 with #B3B8E7 are triadic colors.