COLOR #87AED2

HEX: #87AED2
RGB: (135,174,210)

Renk bilgisi

#87AED2 contains mainly green and blue colors. #87AED2 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#87AED2 color RGB value is (135,174,210).

  • kırmız ton 135;
  • yeşil ton 174;
  • mavi ton 210.
RGB:
(135,174,210)
(53%,68%,82%)

RGB bağlantıları ve doygunluk

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

135
174
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 174 + 210 = 519 (100%)
R 135 of 519 ~ 26.01%
G 174 of 519 ~ 33.53%
B 210 of 519 ~ 40.46%

%26.01
%33.53
%40.46

CMYK RENK MODELİ

#87AED2 rengi CMYK tonu (36,17,0,18).

  • camgöbeği tonu 35.71%
  • eflatun tonu 17.14%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(36,17,0,18)
C36M17Y0K18 
(36%,17%,0%,18%)
(0.36/0.17/0.00/0.18)	

CMYK yüzdeleri

%35.71
%17.14
%0
%17.65

Codes

Color #87AED2 in popluar color models

87AED2
RGB135174210
HSL209°45.45%67.65%
HSB/HSV209°35.71%82.35%
CMYK35.71%17.14%0.00%
17.65%

Color #87AED2 in popluar number systems.

HEX87AED2
Decimal135174210
Binary100001111010111011010010
Octal207256322

Shades and tints

Shades of #87AED2

#87AED2
(135,174,210)
#7B9FBF
(123,159,191)
#6F90AC
(111,144,172)
#638199
(99,129,153)
#577286
(87,114,134)
#4B6373
(75,99,115)
#3F5460
(63,84,96)
#33454D
(51,69,77)
#27363A
(39,54,58)
#1B2727
(27,39,39)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #87AED2

#87AED2
(135,174,210)
#91B5D6
(145,181,214)
#9BBCDA
(155,188,218)
#A5C3DE
(165,195,222)
#AFCAE2
(175,202,226)
#B9D1E6
(185,209,230)
#C3D8EA
(195,216,234)
#CDDFEE
(205,223,238)
#D7E6F2
(215,230,242)
#E1EDF6
(225,237,246)
#EBF4FA
(235,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AED2; }

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

This text font color is #87AED2.


Background Color

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

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

This div background color is #87AED2.


Border color

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

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

This div border color is #87AED2.


Opacity

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

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

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

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

This text has shadow with #87AED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AED2 on black background.


Color preview on white background

This text has color #87AED2 on white background.



Black color preview on #87AED2 background

This text has black color on #87AED2 background.


White color preview on #87AED2 background

This text has white color on #87AED2 background.