COLOR #8EBBBC

HEX: #8EBBBC
RGB: (142,187,188)

Color info

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

RGB color model

#8EBBBC color RGB value is (142,187,188).

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

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 188 of 255 = 74%

142
187
188

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

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 188 = 517 (100%)
R 142 of 517 ~ 27.47%
G 187 of 517 ~ 36.17%
B 188 of 517 ~ 36.36%

%27.47
%36.17
%36.36

CMYK color model

#8EBBBC color CMYK value is (24,1,0,26).

  • cyan value is 24.47%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,1,0,26)
C24M1Y0K26 
(24%,1%,0%,26%)
(0.24/0.01/0.00/0.26)	

CMYK percentages

%24.47
%0.53
%0
%26.27

Codes

Color #8EBBBC in popluar color models

8EBBBC
RGB142187188
HSL181°25.56%64.71%
HSB/HSV181°24.47%73.73%
CMYK24.47%0.53%0.00%
26.27%

Color #8EBBBC in popluar number systems.

HEX8EBBBC
Decimal142187188
Binary100011101011101110111100
Octal216273274

Shades and tints

Shades of #8EBBBC

#8EBBBC
(142,187,188)
#82AAAB
(130,170,171)
#76999A
(118,153,154)
#6A8889
(106,136,137)
#5E7778
(94,119,120)
#526667
(82,102,103)
#465556
(70,85,86)
#3A4445
(58,68,69)
#2E3334
(46,51,52)
#222223
(34,34,35)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #8EBBBC

#8EBBBC
(142,187,188)
#98C1C2
(152,193,194)
#A2C7C8
(162,199,200)
#ACCDCE
(172,205,206)
#B6D3D4
(182,211,212)
#C0D9DA
(192,217,218)
#CADFE0
(202,223,224)
#D4E5E6
(212,229,230)
#DEEBEC
(222,235,236)
#E8F1F2
(232,241,242)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBBBC; }

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

This text font color is #8EBBBC.


Background Color

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

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

This div background color is #8EBBBC.


Border color

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

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

This div border color is #8EBBBC.


Opacity

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

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

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

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

This text has shadow with #8EBBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBBBC on black background.


Color preview on white background

This text has color #8EBBBC on white background.



Black color preview on #8EBBBC background

This text has black color on #8EBBBC background.


White color preview on #8EBBBC background

This text has white color on #8EBBBC background.