COLOR #87AEF8

HEX: #87AEF8
RGB: (135,174,248)

Renk bilgisi

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

RGB renk modeli

#87AEF8 color RGB value is (135,174,248).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 174 of 255 = 68%
B 248 of 255 = 97%

135
174
248

R + G + B ~ 73%. #87AEF8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 174 + 248 = 557 (100%)
R 135 of 557 ~ 24.24%
G 174 of 557 ~ 31.24%
B 248 of 557 ~ 44.52%

%24.24
%31.24
%44.52

CMYK RENK MODELİ

#87AEF8 rengi CMYK tonu (46,30,0,3).

  • camgöbeği tonu 45.56%
  • eflatun tonu 29.84%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(46,30,0,3)
C46M30Y0K3 
(46%,30%,0%,3%)
(0.46/0.30/0.00/0.03)	

CMYK yüzdeleri

%45.56
%29.84
%0
%2.75

Codes

Color #87AEF8 in popluar color models

87AEF8
RGB135174248
HSL219°88.98%75.10%
HSB/HSV219°45.56%97.25%
CMYK45.56%29.84%0.00%
2.75%

Color #87AEF8 in popluar number systems.

HEX87AEF8
Decimal135174248
Binary100001111010111011111000
Octal207256370

Shades and tints

Shades of #87AEF8

#87AEF8
(135,174,248)
#7B9FE2
(123,159,226)
#6F90CC
(111,144,204)
#6381B6
(99,129,182)
#5772A0
(87,114,160)
#4B638A
(75,99,138)
#3F5474
(63,84,116)
#33455E
(51,69,94)
#273648
(39,54,72)
#1B2732
(27,39,50)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #87AEF8

#87AEF8
(135,174,248)
#91B5F8
(145,181,248)
#9BBCF8
(155,188,248)
#A5C3F8
(165,195,248)
#AFCAF8
(175,202,248)
#B9D1F8
(185,209,248)
#C3D8F8
(195,216,248)
#CDDFF8
(205,223,248)
#D7E6F8
(215,230,248)
#E1EDF8
(225,237,248)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AEF8; }

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

This text font color is #87AEF8.


Background Color

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

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

This div background color is #87AEF8.


Border color

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

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

This div border color is #87AEF8.


Opacity

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

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

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

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

This text has shadow with #87AEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AEF8 on black background.


Color preview on white background

This text has color #87AEF8 on white background.



Black color preview on #87AEF8 background

This text has black color on #87AEF8 background.


White color preview on #87AEF8 background

This text has white color on #87AEF8 background.