COLOR #87AED1

HEX: #87AED1
RGB: (135,174,209)

Color info

#87AED1 contains mainly green and blue colors. Web safe color of #87AED1 is #9999CC (or #99C).

RGB color model

#87AED1 color RGB value is (135,174,209).

  • red value is 135;
  • green value is 174;
  • blue value is 209.
RGB:
(135,174,209)
(53%,68%,82%)

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 209 of 255 = 82%

135
174
209

R + G + B ~ 68%. #87AED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 209 = 518 (100%)
R 135 of 518 ~ 26.06%
G 174 of 518 ~ 33.59%
B 209 of 518 ~ 40.35%

%26.06
%33.59
%40.35

CMYK color model

#87AED1 color CMYK value is (35,17,0,18).

  • cyan value is 35.41%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,17,0,18)
C35M17Y0K18 
(35%,17%,0%,18%)
(0.35/0.17/0.00/0.18)	

CMYK percentages

%35.41
%16.75
%0
%18.04

Codes

Color #87AED1 in popluar color models

87AED1
RGB135174209
HSL208°44.58%67.45%
HSB/HSV208°35.41%81.96%
CMYK35.41%16.75%0.00%
18.04%

Color #87AED1 in popluar number systems.

HEX87AED1
Decimal135174209
Binary100001111010111011010001
Octal207256321

Shades and tints

Shades of #87AED1

#87AED1
(135,174,209)
#7B9FBE
(123,159,190)
#6F90AB
(111,144,171)
#638198
(99,129,152)
#577285
(87,114,133)
#4B6372
(75,99,114)
#3F545F
(63,84,95)
#33454C
(51,69,76)
#273639
(39,54,57)
#1B2726
(27,39,38)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #87AED1

#87AED1
(135,174,209)
#91B5D5
(145,181,213)
#9BBCD9
(155,188,217)
#A5C3DD
(165,195,221)
#AFCAE1
(175,202,225)
#B9D1E5
(185,209,229)
#C3D8E9
(195,216,233)
#CDDFED
(205,223,237)
#D7E6F1
(215,230,241)
#E1EDF5
(225,237,245)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AED1 color. Also use rgb(135,174,209) instead hex code.

Text Font Color

.myTextColor { color: #87AED1; }

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

This text font color is #87AED1.


Background Color

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

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

This div background color is #87AED1.


Border color

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

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

This div border color is #87AED1.


Opacity

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

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

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

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

This text has shadow with #87AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AED1 on black background.


Color preview on white background

This text has color #87AED1 on white background.



Black color preview on #87AED1 background

This text has black color on #87AED1 background.


White color preview on #87AED1 background

This text has white color on #87AED1 background.