COLOR #8EBEC1

HEX: #8EBEC1
RGB: (142,190,193)

Color info

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

RGB color model

#8EBEC1 color RGB value is (142,190,193).

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

RGB channels and saturation

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

142
190
193

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

Portions of RGB colors in percentages

R + G + B =
142 + 190 + 193 = 525 (100%)
R 142 of 525 ~ 27.05%
G 190 of 525 ~ 36.19%
B 193 of 525 ~ 36.76%

%27.05
%36.19
%36.76

CMYK color model

#8EBEC1 color CMYK value is (26,2,0,24).

  • cyan value is 26.42%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,2,0,24)
C26M2Y0K24 
(26%,2%,0%,24%)
(0.26/0.02/0.00/0.24)	

CMYK percentages

%26.42
%1.55
%0
%24.31

Codes

Color #8EBEC1 in popluar color models

8EBEC1
RGB142190193
HSL184°29.14%65.69%
HSB/HSV184°26.42%75.69%
CMYK26.42%1.55%0.00%
24.31%

Color #8EBEC1 in popluar number systems.

HEX8EBEC1
Decimal142190193
Binary100011101011111011000001
Octal216276301

Shades and tints

Shades of #8EBEC1

#8EBEC1
(142,190,193)
#82ADB0
(130,173,176)
#769C9F
(118,156,159)
#6A8B8E
(106,139,142)
#5E7A7D
(94,122,125)
#52696C
(82,105,108)
#46585B
(70,88,91)
#3A474A
(58,71,74)
#2E3639
(46,54,57)
#222528
(34,37,40)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8EBEC1

#8EBEC1
(142,190,193)
#98C3C6
(152,195,198)
#A2C8CB
(162,200,203)
#ACCDD0
(172,205,208)
#B6D2D5
(182,210,213)
#C0D7DA
(192,215,218)
#CADCDF
(202,220,223)
#D4E1E4
(212,225,228)
#DEE6E9
(222,230,233)
#E8EBEE
(232,235,238)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBEC1; }

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

This text font color is #8EBEC1.


Background Color

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

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

This div background color is #8EBEC1.


Border color

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

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

This div border color is #8EBEC1.


Opacity

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

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

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

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

This text has shadow with #8EBEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBEC1 on black background.


Color preview on white background

This text has color #8EBEC1 on white background.



Black color preview on #8EBEC1 background

This text has black color on #8EBEC1 background.


White color preview on #8EBEC1 background

This text has white color on #8EBEC1 background.