COLOR #8EBEDD

HEX: #8EBEDD RGB: (142,190,221)

Color info

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

RGB color model

#8EBEDD color RGB value is (142,190,221).

RGB: (142,190,221) (56%, 75%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 190 of 255 = 75%
B 221 of 255 = 87%

142
190
221

R + G + B ~ 73%. #8EBEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 190 + 221 = 553 (100%)
R 142 of 553 ~ 25.68%
G 190 of 553 ~ 34.36%
B 221 of 553 ~ 39.96'%

%25.68
%34.36
%39.96

CMYK color model

#8EBEDD color CMYK value is (36,14,0,13).

  • cyan value is 35.75%
  • magenta value is 14.03%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (36,14,0,13) C36M14Y0K13 (36%,14%,0%,13%) (0.36/0.14/0.00/0.13) 

CMYK percentages

%35.75
%14.03
%0
%13.33

Codes

Color #8EBEDD in popluar color models

8E BE DD
RGB 142 190 221
HSL 204° 53.74% 71.18%
HSB/HSV 204° 35.75% 86.67%
CMYK 35.75% 14.03% 0.00%
13.33%

Color #8EBEDD in popluar number systems.

HEX 8E BE DD
Decimal 142 190 221
Binary 10001110 10111110 11011101
Octal 216 276 335

Shades and tints

Shades of #8EBEDD

#8EBEDD
(142,190,221)
#82ADC9
(130,173,201)
#769CB5
(118,156,181)
#6A8BA1
(106,139,161)
#5E7A8D
(94,122,141)
#526979
(82,105,121)
#465865
(70,88,101)
#3A4751
(58,71,81)
#2E363D
(46,54,61)
#222529
(34,37,41)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #8EBEDD

#8EBEDD
(142,190,221)
#98C3E0
(152,195,224)
#A2C8E3
(162,200,227)
#ACCDE6
(172,205,230)
#B6D2E9
(182,210,233)
#C0D7EC
(192,215,236)
#CADCEF
(202,220,239)
#D4E1F2
(212,225,242)
#DEE6F5
(222,230,245)
#E8EBF8
(232,235,248)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBEDD color. Also use rgb(142,190,221) instead hex code.

Text Font Color

.myTextColor { color: #8EBEDD; }

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

This text font color is #8EBEDD.

Background Color

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

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

This div background color is #8EBEDD.

Border color

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

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

This div border color is #8EBEDD.

Opacity

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

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

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

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

This text has shadow with #8EBEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBEDD.

Preview

Color preview on black background

This text has color #8EBEDD on black background.


Color preview on white background

This text has color #8EBEDD on white background.


Black color preview on #8EBEDD background

This text has black color on #8EBEDD background.


White color preview on #8EBEDD background

This text has white color on #8EBEDD background.


Related colors

Complementary color

Complementary color for #hex is #714122.


I love getcolorcode.com

Triadic colors

1 #DD8EBE and #BEDD8E with #8EBEDD are triadic colors.

2 #DDBE8E and #BE8EDD with #8EBEDD are triadic colors.