COLOR #8EBDDD

HEX: #8EBDDD RGB: (142,189,221)

Color info

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

RGB color model

#8EBDDD color RGB value is (142,189,221).

RGB: (142,189,221) (56%, 74%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 221 of 255 = 87%

142
189
221

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

Portions of RGB colors in percentages

R + G + B = 142 + 189 + 221 = 552 (100%)
R 142 of 552 ~ 25.72%
G 189 of 552 ~ 34.24%
B 221 of 552 ~ 40.04'%

%25.72
%34.24
%40.04

CMYK color model

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

  • cyan value is 35.75%
  • magenta value is 14.48%
  • 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.48
%0
%13.33

Codes

Color #8EBDDD in popluar color models

8E BD DD
RGB 142 189 221
HSL 204° 53.74% 71.18%
HSB/HSV 204° 35.75% 86.67%
CMYK 35.75% 14.48% 0.00%
13.33%

Color #8EBDDD in popluar number systems.

HEX 8E BD DD
Decimal 142 189 221
Binary 10001110 10111101 11011101
Octal 216 275 335

Shades and tints

Shades of #8EBDDD

#8EBDDD
(142,189,221)
#82ACC9
(130,172,201)
#769BB5
(118,155,181)
#6A8AA1
(106,138,161)
#5E798D
(94,121,141)
#526879
(82,104,121)
#465765
(70,87,101)
#3A4651
(58,70,81)
#2E353D
(46,53,61)
#222429
(34,36,41)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #8EBDDD

#8EBDDD
(142,189,221)
#98C3E0
(152,195,224)
#A2C9E3
(162,201,227)
#ACCFE6
(172,207,230)
#B6D5E9
(182,213,233)
#C0DBEC
(192,219,236)
#CAE1EF
(202,225,239)
#D4E7F2
(212,231,242)
#DEEDF5
(222,237,245)
#E8F3F8
(232,243,248)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBDDD; }

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

This text font color is #8EBDDD.

Background Color

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

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

This div background color is #8EBDDD.

Border color

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

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

This div border color is #8EBDDD.

Opacity

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

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

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

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

This text has shadow with #8EBDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBDDD.

Preview

Color preview on black background

This text has color #8EBDDD on black background.


Color preview on white background

This text has color #8EBDDD on white background.


Black color preview on #8EBDDD background

This text has black color on #8EBDDD background.


White color preview on #8EBDDD background

This text has white color on #8EBDDD background.


Related colors

Complementary color

Complementary color for #hex is #714222.


I love getcolorcode.com

Triadic colors

1 #DD8EBD and #BDDD8E with #8EBDDD are triadic colors.

2 #DDBD8E and #BD8EDD with #8EBDDD are triadic colors.