COLOR #8BB8DD

HEX: #8BB8DD RGB: (139,184,221)

Color info

#8BB8DD contains mainly green and blue colors. Web safe color of #8BB8DD is #99CCCC (or #9CC).

RGB color model

#8BB8DD color RGB value is (139,184,221).

RGB: (139,184,221) (55%, 72%, 87%)

RGB channels and saturation

R 139 of 255 = 55%
G 184 of 255 = 72%
B 221 of 255 = 87%

139
184
221

R + G + B ~ 71%. #8BB8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 184 + 221 = 544 (100%)
R 139 of 544 ~ 25.55%
G 184 of 544 ~ 33.82%
B 221 of 544 ~ 40.63'%

%25.55
%33.82
%40.63

CMYK color model

#8BB8DD color CMYK value is (37,17,0,13).

  • cyan value is 37.10%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (37,17,0,13)
C37M17Y0K13 (37%, 17%, 0%, 13%)
(0.37 / 0.17 / 0.00 / 0.13)

CMYK percentages

%37.1
%16.74
%0
%13.33

Codes

Color #8BB8DD in popluar color models

8B B8 DD
RGB 139 184 221
HSL 207° 54.67% 70.59%
HSB/HSV 207° 37.10% 86.67%
CMYK 37.10% 16.74% 0.00%
13.33%

Color #8BB8DD in popluar number systems.

HEX 8B B8 DD
Decimal 139 184 221
Binary 10001011 10111000 11011101
Octal 213 270 335

Shades and tints

Shades of #8BB8DD

#8BB8DD
(139,184,221)
#7FA8C9
(127,168,201)
#7398B5
(115,152,181)
#6788A1
(103,136,161)
#5B788D
(91,120,141)
#4F6879
(79,104,121)
#435865
(67,88,101)
#374851
(55,72,81)
#2B383D
(43,56,61)
#1F2829
(31,40,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #8BB8DD

#8BB8DD
(139,184,221)
#95BEE0
(149,190,224)
#9FC4E3
(159,196,227)
#A9CAE6
(169,202,230)
#B3D0E9
(179,208,233)
#BDD6EC
(189,214,236)
#C7DCEF
(199,220,239)
#D1E2F2
(209,226,242)
#DBE8F5
(219,232,245)
#E5EEF8
(229,238,248)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB8DD color. Also use rgb(139,184,221) instead hex code.

Text Font Color

.myTextColor { color: #8BB8DD; }

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

This text font color is #8BB8DD.

Background Color

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

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

This div background color is #8BB8DD.

Border color

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

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

This div border color is #8BB8DD.

Opacity

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

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

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

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

This text has shadow with #8BB8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB8DD.

Preview

Color preview on black background

This text has color #8BB8DD on black background.


Color preview on white background

This text has color #8BB8DD on white background.


Black color preview on #8BB8DD background

This text has black color on #8BB8DD background.


White color preview on #8BB8DD background

This text has white color on #8BB8DD background.


Related colors

Complementary color

Complementary color for #hex is #744722.


I love getcolorcode.com

Triadic colors

1 #DD8BB8 and #B8DD8B with #8BB8DD are triadic colors.

2 #DDB88B and #B88BDD with #8BB8DD are triadic colors.