COLOR #8DBEE8

HEX: #8DBEE8
RGB: (141,190,232)

Color info

#8DBEE8 contains mainly green and blue colors. Web safe color of #8DBEE8 is #99CCFF (or #9CF).

RGB color model

#8DBEE8 color RGB value is (141,190,232).

  • red value is 141;
  • green value is 190;
  • blue value is 232.
RGB:
(141,190,232)
(55%,75%,91%)

RGB channels and saturation

R 141 of 255 = 55%
G 190 of 255 = 75%
B 232 of 255 = 91%

141
190
232

R + G + B ~ 74%. #8DBEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 190 + 232 = 563 (100%)
R 141 of 563 ~ 25.04%
G 190 of 563 ~ 33.75%
B 232 of 563 ~ 41.21%

%25.04
%33.75
%41.21

CMYK color model

#8DBEE8 color CMYK value is (39,18,0,9).

  • cyan value is 39.22%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(39,18,0,9)
C39M18Y0K9 
(39%,18%,0%,9%)
(0.39/0.18/0.00/0.09)	

CMYK percentages

%39.22
%18.1
%0
%9.02

Codes

Color #8DBEE8 in popluar color models

8DBEE8
RGB141190232
HSL208°66.42%73.14%
HSB/HSV208°39.22%90.98%
CMYK39.22%18.10%0.00%
9.02%

Color #8DBEE8 in popluar number systems.

HEX8DBEE8
Decimal141190232
Binary100011011011111011101000
Octal215276350

Shades and tints

Shades of #8DBEE8

#8DBEE8
(141,190,232)
#81ADD3
(129,173,211)
#759CBE
(117,156,190)
#698BA9
(105,139,169)
#5D7A94
(93,122,148)
#51697F
(81,105,127)
#45586A
(69,88,106)
#394755
(57,71,85)
#2D3640
(45,54,64)
#21252B
(33,37,43)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #8DBEE8

#8DBEE8
(141,190,232)
#97C3EA
(151,195,234)
#A1C8EC
(161,200,236)
#ABCDEE
(171,205,238)
#B5D2F0
(181,210,240)
#BFD7F2
(191,215,242)
#C9DCF4
(201,220,244)
#D3E1F6
(211,225,246)
#DDE6F8
(221,230,248)
#E7EBFA
(231,235,250)
#F1F0FC
(241,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBEE8 color. Also use rgb(141,190,232) instead hex code.

Text Font Color

.myTextColor { color: #8DBEE8; }

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

This text font color is #8DBEE8.


Background Color

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

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

This div background color is #8DBEE8.


Border color

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

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

This div border color is #8DBEE8.


Opacity

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

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

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

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

This text has shadow with #8DBEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DBEE8 on black background.


Color preview on white background

This text has color #8DBEE8 on white background.



Black color preview on #8DBEE8 background

This text has black color on #8DBEE8 background.


White color preview on #8DBEE8 background

This text has white color on #8DBEE8 background.