COLOR #87BEBA

HEX: #87BEBA
RGB: (135,190,186)

Color info

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

RGB color model

#87BEBA color RGB value is (135,190,186).

  • red value is 135;
  • green value is 190;
  • blue value is 186.
RGB:
(135,190,186)
(53%,75%,73%)

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 186 of 255 = 73%

135
190
186

R + G + B ~ 67%. #87BEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 190 + 186 = 511 (100%)
R 135 of 511 ~ 26.42%
G 190 of 511 ~ 37.18%
B 186 of 511 ~ 36.4%

%26.42
%37.18
%36.4

CMYK color model

#87BEBA color CMYK value is (29,0,2,25).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(29,0,2,25)
C29M0Y2K25 
(29%,0%,2%,25%)
(0.29/0.00/0.02/0.25)	

CMYK percentages

%28.95
%0
%2.11
%25.49

Codes

Color #87BEBA in popluar color models

87BEBA
RGB135190186
HSL176°29.73%63.73%
HSB/HSV176°28.95%74.51%
CMYK28.95%0.00%2.11%
25.49%

Color #87BEBA in popluar number systems.

HEX87BEBA
Decimal135190186
Binary100001111011111010111010
Octal207276272

Shades and tints

Shades of #87BEBA

#87BEBA
(135,190,186)
#7BADAA
(123,173,170)
#6F9C9A
(111,156,154)
#638B8A
(99,139,138)
#577A7A
(87,122,122)
#4B696A
(75,105,106)
#3F585A
(63,88,90)
#33474A
(51,71,74)
#27363A
(39,54,58)
#1B252A
(27,37,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #87BEBA

#87BEBA
(135,190,186)
#91C3C0
(145,195,192)
#9BC8C6
(155,200,198)
#A5CDCC
(165,205,204)
#AFD2D2
(175,210,210)
#B9D7D8
(185,215,216)
#C3DCDE
(195,220,222)
#CDE1E4
(205,225,228)
#D7E6EA
(215,230,234)
#E1EBF0
(225,235,240)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BEBA color. Also use rgb(135,190,186) instead hex code.

Text Font Color

.myTextColor { color: #87BEBA; }

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

This text font color is #87BEBA.


Background Color

.myBgColor { background-color: #87BEBA; }

<div style="background-color:#87BEBA">Inner text</div>

This div background color is #87BEBA.


Border color

.myBorderColor { border: 1px solid #87BEBA; }

<div style="border:3px solid #87BEBA">Div</div>

This div border color is #87BEBA.


Opacity

.myOpacity80 { color: #87BEBA; opacity: 0.8; }

<p style="color:#87BEBA;opacity:0.8;">80%</p>

Text with #87BEBA 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 #87BEBA;}

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

This text has shadow with #87BEBA color.

.textShadow {text-shadow: 3px 3px 1px #87BEBA, 3px 3px 1px red;}

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

This text has shadow with #87BEBA primary color and red secondary color.


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

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

This text has shadow with #87BEBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BEBA on black background.


Color preview on white background

This text has color #87BEBA on white background.



Black color preview on #87BEBA background

This text has black color on #87BEBA background.


White color preview on #87BEBA background

This text has white color on #87BEBA background.