COLOR #8EBDBF

HEX: #8EBDBF
RGB: (142,189,191)

Color info

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

RGB color model

#8EBDBF color RGB value is (142,189,191).

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

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 191 of 255 = 75%

142
189
191

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

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 191 = 522 (100%)
R 142 of 522 ~ 27.2%
G 189 of 522 ~ 36.21%
B 191 of 522 ~ 36.59%

%27.2
%36.21
%36.59

CMYK color model

#8EBDBF color CMYK value is (26,1,0,25).

  • cyan value is 25.65%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(26,1,0,25)
C26M1Y0K25 
(26%,1%,0%,25%)
(0.26/0.01/0.00/0.25)	

CMYK percentages

%25.65
%1.05
%0
%25.1

Codes

Color #8EBDBF in popluar color models

8EBDBF
RGB142189191
HSL182°27.68%65.29%
HSB/HSV182°25.65%74.90%
CMYK25.65%1.05%0.00%
25.10%

Color #8EBDBF in popluar number systems.

HEX8EBDBF
Decimal142189191
Binary100011101011110110111111
Octal216275277

Shades and tints

Shades of #8EBDBF

#8EBDBF
(142,189,191)
#82ACAE
(130,172,174)
#769B9D
(118,155,157)
#6A8A8C
(106,138,140)
#5E797B
(94,121,123)
#52686A
(82,104,106)
#465759
(70,87,89)
#3A4648
(58,70,72)
#2E3537
(46,53,55)
#222426
(34,36,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #8EBDBF

#8EBDBF
(142,189,191)
#98C3C4
(152,195,196)
#A2C9C9
(162,201,201)
#ACCFCE
(172,207,206)
#B6D5D3
(182,213,211)
#C0DBD8
(192,219,216)
#CAE1DD
(202,225,221)
#D4E7E2
(212,231,226)
#DEEDE7
(222,237,231)
#E8F3EC
(232,243,236)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBDBF; }

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

This text font color is #8EBDBF.


Background Color

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

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

This div background color is #8EBDBF.


Border color

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

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

This div border color is #8EBDBF.


Opacity

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

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

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

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

This text has shadow with #8EBDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBDBF on black background.


Color preview on white background

This text has color #8EBDBF on white background.



Black color preview on #8EBDBF background

This text has black color on #8EBDBF background.


White color preview on #8EBDBF background

This text has white color on #8EBDBF background.