COLOR #8B9CEE

HEX: #8B9CEE RGB: (139,156,238)

Color info

#8B9CEE contains mainly blue color. Web safe color of #8B9CEE is #9999FF (or #99F).

RGB color model

#8B9CEE color RGB value is (139,156,238).

RGB: (139,156,238) (55%, 61%, 93%)

RGB channels and saturation

R 139 of 255 = 55%
G 156 of 255 = 61%
B 238 of 255 = 93%

139
156
238

R + G + B ~ 70%. #8B9CEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 156 + 238 = 533 (100%)
R 139 of 533 ~ 26.08%
G 156 of 533 ~ 29.27%
B 238 of 533 ~ 44.65'%

%26.08
%29.27
%44.65

CMYK color model

#8B9CEE color CMYK value is (42,34,0,7).

  • cyan value is 41.60%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (42,34,0,7)
C42M34Y0K7 (42%, 34%, 0%, 7%)
(0.42 / 0.34 / 0.00 / 0.07)

CMYK percentages

%41.6
%34.45
%0
%6.67

Codes

Color #8B9CEE in popluar color models

8B 9C EE
RGB 139 156 238
HSL 230° 74.44% 73.92%
HSB/HSV 230° 41.60% 93.33%
CMYK 41.60% 34.45% 0.00%
6.67%

Color #8B9CEE in popluar number systems.

HEX 8B 9C EE
Decimal 139 156 238
Binary 10001011 10011100 11101110
Octal 213 234 356

Shades and tints

Shades of #8B9CEE

#8B9CEE
(139,156,238)
#7F8ED9
(127,142,217)
#7380C4
(115,128,196)
#6772AF
(103,114,175)
#5B649A
(91,100,154)
#4F5685
(79,86,133)
#434870
(67,72,112)
#373A5B
(55,58,91)
#2B2C46
(43,44,70)
#1F1E31
(31,30,49)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #8B9CEE

#8B9CEE
(139,156,238)
#95A5EF
(149,165,239)
#9FAEF0
(159,174,240)
#A9B7F1
(169,183,241)
#B3C0F2
(179,192,242)
#BDC9F3
(189,201,243)
#C7D2F4
(199,210,244)
#D1DBF5
(209,219,245)
#DBE4F6
(219,228,246)
#E5EDF7
(229,237,247)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9CEE color. Also use rgb(139,156,238) instead hex code.

Text Font Color

.myTextColor { color: #8B9CEE; }

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

This text font color is #8B9CEE.

Background Color

.myBgColor { background-color: #8B9CEE; }

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

This div background color is #8B9CEE.

Border color

.myBorderColor { border: 1px solid #8B9CEE; }

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

This div border color is #8B9CEE.

Opacity

.myOpacity80 { color: #8B9CEE; opacity: 0.8; }

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

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

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

This text has shadow with #8B9CEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9CEE.

Preview

Color preview on black background

This text has color #8B9CEE on black background.


Color preview on white background

This text has color #8B9CEE on white background.


Black color preview on #8B9CEE background

This text has black color on #8B9CEE background.


White color preview on #8B9CEE background

This text has white color on #8B9CEE background.


Related colors

Complementary color

Complementary color for #hex is #746311.


I love getcolorcode.com

Triadic colors

1 #EE8B9C and #9CEE8B with #8B9CEE are triadic colors.

2 #EE9C8B and #9C8BEE with #8B9CEE are triadic colors.