COLOR #8DB0EE

HEX: #8DB0EE
RGB: (141,176,238)

Color info

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

RGB color model

#8DB0EE color RGB value is (141,176,238).

  • red value is 141;
  • green value is 176;
  • blue value is 238.
RGB:
(141,176,238)
(55%,69%,93%)

RGB channels and saturation

R 141 of 255 = 55%
G 176 of 255 = 69%
B 238 of 255 = 93%

141
176
238

R + G + B ~ 72%. #8DB0EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 176 + 238 = 555 (100%)
R 141 of 555 ~ 25.41%
G 176 of 555 ~ 31.71%
B 238 of 555 ~ 42.88%

%25.41
%31.71
%42.88

CMYK color model

#8DB0EE color CMYK value is (41,26,0,7).

  • cyan value is 40.76%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(41,26,0,7)
C41M26Y0K7 
(41%,26%,0%,7%)
(0.41/0.26/0.00/0.07)	

CMYK percentages

%40.76
%26.05
%0
%6.67

Codes

Color #8DB0EE in popluar color models

8DB0EE
RGB141176238
HSL218°74.05%74.31%
HSB/HSV218°40.76%93.33%
CMYK40.76%26.05%0.00%
6.67%

Color #8DB0EE in popluar number systems.

HEX8DB0EE
Decimal141176238
Binary100011011011000011101110
Octal215260356

Shades and tints

Shades of #8DB0EE

#8DB0EE
(141,176,238)
#81A0D9
(129,160,217)
#7590C4
(117,144,196)
#6980AF
(105,128,175)
#5D709A
(93,112,154)
#516085
(81,96,133)
#455070
(69,80,112)
#39405B
(57,64,91)
#2D3046
(45,48,70)
#212031
(33,32,49)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #8DB0EE

#8DB0EE
(141,176,238)
#97B7EF
(151,183,239)
#A1BEF0
(161,190,240)
#ABC5F1
(171,197,241)
#B5CCF2
(181,204,242)
#BFD3F3
(191,211,243)
#C9DAF4
(201,218,244)
#D3E1F5
(211,225,245)
#DDE8F6
(221,232,246)
#E7EFF7
(231,239,247)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB0EE color. Also use rgb(141,176,238) instead hex code.

Text Font Color

.myTextColor { color: #8DB0EE; }

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

This text font color is #8DB0EE.


Background Color

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

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

This div background color is #8DB0EE.


Border color

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

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

This div border color is #8DB0EE.


Opacity

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

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

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

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

This text has shadow with #8DB0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB0EE on black background.


Color preview on white background

This text has color #8DB0EE on white background.



Black color preview on #8DB0EE background

This text has black color on #8DB0EE background.


White color preview on #8DB0EE background

This text has white color on #8DB0EE background.