COLOR #8EBEC3

HEX: #8EBEC3
RGB: (142,190,195)

Color info

#8EBEC3 contains red, green and blue colors in about the same proportion. Web safe color of #8EBEC3 is #99CCCC (or #9CC).

RGB color model

#8EBEC3 color RGB value is (142,190,195).

  • red value is 142;
  • green value is 190;
  • blue value is 195.
RGB:
(142,190,195)
(56%,75%,76%)

RGB channels and saturation

R 142 of 255 = 56%
G 190 of 255 = 75%
B 195 of 255 = 76%

142
190
195

R + G + B ~ 69%. #8EBEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 190 + 195 = 527 (100%)
R 142 of 527 ~ 26.94%
G 190 of 527 ~ 36.05%
B 195 of 527 ~ 37%

%26.94
%36.05
%37

CMYK color model

#8EBEC3 color CMYK value is (27,3,0,24).

  • cyan value is 27.18%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(27,3,0,24)
C27M3Y0K24 
(27%,3%,0%,24%)
(0.27/0.03/0.00/0.24)	

CMYK percentages

%27.18
%2.56
%0
%23.53

Codes

Color #8EBEC3 in popluar color models

8EBEC3
RGB142190195
HSL186°30.64%66.08%
HSB/HSV186°27.18%76.47%
CMYK27.18%2.56%0.00%
23.53%

Color #8EBEC3 in popluar number systems.

HEX8EBEC3
Decimal142190195
Binary100011101011111011000011
Octal216276303

Shades and tints

Shades of #8EBEC3

#8EBEC3
(142,190,195)
#82ADB2
(130,173,178)
#769CA1
(118,156,161)
#6A8B90
(106,139,144)
#5E7A7F
(94,122,127)
#52696E
(82,105,110)
#46585D
(70,88,93)
#3A474C
(58,71,76)
#2E363B
(46,54,59)
#22252A
(34,37,42)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #8EBEC3

#8EBEC3
(142,190,195)
#98C3C8
(152,195,200)
#A2C8CD
(162,200,205)
#ACCDD2
(172,205,210)
#B6D2D7
(182,210,215)
#C0D7DC
(192,215,220)
#CADCE1
(202,220,225)
#D4E1E6
(212,225,230)
#DEE6EB
(222,230,235)
#E8EBF0
(232,235,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBEC3; }

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

This text font color is #8EBEC3.


Background Color

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

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

This div background color is #8EBEC3.


Border color

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

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

This div border color is #8EBEC3.


Opacity

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

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

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

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

This text has shadow with #8EBEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBEC3 on black background.


Color preview on white background

This text has color #8EBEC3 on white background.



Black color preview on #8EBEC3 background

This text has black color on #8EBEC3 background.


White color preview on #8EBEC3 background

This text has white color on #8EBEC3 background.