COLOR #8EBBBF

HEX: #8EBBBF
RGB: (142,187,191)

Color info

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

RGB color model

#8EBBBF color RGB value is (142,187,191).

  • red value is 142;
  • green value is 187;
  • blue value is 191.
RGB:
(142,187,191)
(56%,73%,75%)

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 191 of 255 = 75%

142
187
191

R + G + B ~ 68%. #8EBBBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 191 = 520 (100%)
R 142 of 520 ~ 27.31%
G 187 of 520 ~ 35.96%
B 191 of 520 ~ 36.73%

%27.31
%35.96
%36.73

CMYK color model

#8EBBBF color CMYK value is (26,2,0,25).

  • cyan value is 25.65%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(26,2,0,25)
C26M2Y0K25 
(26%,2%,0%,25%)
(0.26/0.02/0.00/0.25)	

CMYK percentages

%25.65
%2.09
%0
%25.1

Codes

Color #8EBBBF in popluar color models

8EBBBF
RGB142187191
HSL185°27.68%65.29%
HSB/HSV185°25.65%74.90%
CMYK25.65%2.09%0.00%
25.10%

Color #8EBBBF in popluar number systems.

HEX8EBBBF
Decimal142187191
Binary100011101011101110111111
Octal216273277

Shades and tints

Shades of #8EBBBF

#8EBBBF
(142,187,191)
#82AAAE
(130,170,174)
#76999D
(118,153,157)
#6A888C
(106,136,140)
#5E777B
(94,119,123)
#52666A
(82,102,106)
#465559
(70,85,89)
#3A4448
(58,68,72)
#2E3337
(46,51,55)
#222226
(34,34,38)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8EBBBF

#8EBBBF
(142,187,191)
#98C1C4
(152,193,196)
#A2C7C9
(162,199,201)
#ACCDCE
(172,205,206)
#B6D3D3
(182,211,211)
#C0D9D8
(192,217,216)
#CADFDD
(202,223,221)
#D4E5E2
(212,229,226)
#DEEBE7
(222,235,231)
#E8F1EC
(232,241,236)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBBBF color. Also use rgb(142,187,191) instead hex code.

Text Font Color

.myTextColor { color: #8EBBBF; }

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

This text font color is #8EBBBF.


Background Color

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

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

This div background color is #8EBBBF.


Border color

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

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

This div border color is #8EBBBF.


Opacity

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

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

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

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

This text has shadow with #8EBBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBBBF on black background.


Color preview on white background

This text has color #8EBBBF on white background.



Black color preview on #8EBBBF background

This text has black color on #8EBBBF background.


White color preview on #8EBBBF background

This text has white color on #8EBBBF background.