COLOR #87A4EB

HEX: #87A4EB
RGB: (135,164,235)

Renk bilgisi

#87A4EB contains mainly blue color. #87A4EB ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#87A4EB color RGB value is (135,164,235).

  • kırmız ton 135;
  • yeşil ton 164;
  • mavi ton 235.
RGB:
(135,164,235)
(53%,64%,92%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 164 of 255 = 64%
B 235 of 255 = 92%

135
164
235

R + G + B ~ 70%. #87A4EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 164 + 235 = 534 (100%)
R 135 of 534 ~ 25.28%
G 164 of 534 ~ 30.71%
B 235 of 534 ~ 44.01%

%25.28
%30.71
%44.01

CMYK RENK MODELİ

#87A4EB rengi CMYK tonu (43,30,0,8).

  • camgöbeği tonu 42.55%
  • eflatun tonu 30.21%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(43,30,0,8)
C43M30Y0K8 
(43%,30%,0%,8%)
(0.43/0.30/0.00/0.08)	

CMYK yüzdeleri

%42.55
%30.21
%0
%7.84

Codes

Color #87A4EB in popluar color models

87A4EB
RGB135164235
HSL223°71.43%72.55%
HSB/HSV223°42.55%92.16%
CMYK42.55%30.21%0.00%
7.84%

Color #87A4EB in popluar number systems.

HEX87A4EB
Decimal135164235
Binary100001111010010011101011
Octal207244353

Shades and tints

Shades of #87A4EB

#87A4EB
(135,164,235)
#7B96D6
(123,150,214)
#6F88C1
(111,136,193)
#637AAC
(99,122,172)
#576C97
(87,108,151)
#4B5E82
(75,94,130)
#3F506D
(63,80,109)
#334258
(51,66,88)
#273443
(39,52,67)
#1B262E
(27,38,46)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #87A4EB

#87A4EB
(135,164,235)
#91ACEC
(145,172,236)
#9BB4ED
(155,180,237)
#A5BCEE
(165,188,238)
#AFC4EF
(175,196,239)
#B9CCF0
(185,204,240)
#C3D4F1
(195,212,241)
#CDDCF2
(205,220,242)
#D7E4F3
(215,228,243)
#E1ECF4
(225,236,244)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A4EB color. Also use rgb(135,164,235) instead hex code.

Text Font Color

.myTextColor { color: #87A4EB; }

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

This text font color is #87A4EB.


Background Color

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

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

This div background color is #87A4EB.


Border color

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

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

This div border color is #87A4EB.


Opacity

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

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

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

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

This text has shadow with #87A4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4EB on black background.


Color preview on white background

This text has color #87A4EB on white background.



Black color preview on #87A4EB background

This text has black color on #87A4EB background.


White color preview on #87A4EB background

This text has white color on #87A4EB background.