COLOR #87A6E1

HEX: #87A6E1
RGB: (135,166,225)

Renk bilgisi

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

RGB renk modeli

#87A6E1 color RGB value is (135,166,225).

  • kırmız ton 135;
  • yeşil ton 166;
  • mavi ton 225.
RGB:
(135,166,225)
(53%,65%,88%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 166 of 255 = 65%
B 225 of 255 = 88%

135
166
225

R + G + B ~ 69%. #87A6E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 166 + 225 = 526 (100%)
R 135 of 526 ~ 25.67%
G 166 of 526 ~ 31.56%
B 225 of 526 ~ 42.78%

%25.67
%31.56
%42.78

CMYK RENK MODELİ

#87A6E1 rengi CMYK tonu (40,26,0,12).

  • camgöbeği tonu 40.00%
  • eflatun tonu 26.22%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(40,26,0,12)
C40M26Y0K12 
(40%,26%,0%,12%)
(0.40/0.26/0.00/0.12)	

CMYK yüzdeleri

%40
%26.22
%0
%11.76

Codes

Color #87A6E1 in popluar color models

87A6E1
RGB135166225
HSL219°60.00%70.59%
HSB/HSV219°40.00%88.24%
CMYK40.00%26.22%0.00%
11.76%

Color #87A6E1 in popluar number systems.

HEX87A6E1
Decimal135166225
Binary100001111010011011100001
Octal207246341

Shades and tints

Shades of #87A6E1

#87A6E1
(135,166,225)
#7B97CD
(123,151,205)
#6F88B9
(111,136,185)
#6379A5
(99,121,165)
#576A91
(87,106,145)
#4B5B7D
(75,91,125)
#3F4C69
(63,76,105)
#333D55
(51,61,85)
#272E41
(39,46,65)
#1B1F2D
(27,31,45)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #87A6E1

#87A6E1
(135,166,225)
#91AEE3
(145,174,227)
#9BB6E5
(155,182,229)
#A5BEE7
(165,190,231)
#AFC6E9
(175,198,233)
#B9CEEB
(185,206,235)
#C3D6ED
(195,214,237)
#CDDEEF
(205,222,239)
#D7E6F1
(215,230,241)
#E1EEF3
(225,238,243)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A6E1 color. Also use rgb(135,166,225) instead hex code.

Text Font Color

.myTextColor { color: #87A6E1; }

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

This text font color is #87A6E1.


Background Color

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

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

This div background color is #87A6E1.


Border color

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

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

This div border color is #87A6E1.


Opacity

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

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

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

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

This text has shadow with #87A6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A6E1 on black background.


Color preview on white background

This text has color #87A6E1 on white background.



Black color preview on #87A6E1 background

This text has black color on #87A6E1 background.


White color preview on #87A6E1 background

This text has white color on #87A6E1 background.