COLOR #87ACFB

HEX: #87ACFB
RGB: (135,172,251)

Renk bilgisi

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

RGB renk modeli

#87ACFB color RGB value is (135,172,251).

  • kırmız ton 135;
  • yeşil ton 172;
  • mavi ton 251.
RGB:
(135,172,251)
(53%,67%,98%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 172 of 255 = 67%
B 251 of 255 = 98%

135
172
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 172 + 251 = 558 (100%)
R 135 of 558 ~ 24.19%
G 172 of 558 ~ 30.82%
B 251 of 558 ~ 44.98%

%24.19
%30.82
%44.98

CMYK RENK MODELİ

#87ACFB rengi CMYK tonu (46,31,0,2).

  • camgöbeği tonu 46.22%
  • eflatun tonu 31.47%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(46,31,0,2)
C46M31Y0K2 
(46%,31%,0%,2%)
(0.46/0.31/0.00/0.02)	

CMYK yüzdeleri

%46.22
%31.47
%0
%1.57

Codes

Color #87ACFB in popluar color models

87ACFB
RGB135172251
HSL221°93.55%75.69%
HSB/HSV221°46.22%98.43%
CMYK46.22%31.47%0.00%
1.57%

Color #87ACFB in popluar number systems.

HEX87ACFB
Decimal135172251
Binary100001111010110011111011
Octal207254373

Shades and tints

Shades of #87ACFB

#87ACFB
(135,172,251)
#7B9DE5
(123,157,229)
#6F8ECF
(111,142,207)
#637FB9
(99,127,185)
#5770A3
(87,112,163)
#4B618D
(75,97,141)
#3F5277
(63,82,119)
#334361
(51,67,97)
#27344B
(39,52,75)
#1B2535
(27,37,53)
#0F161F
(15,22,31)
#000000
(0,0,0)

Tints of #87ACFB

#87ACFB
(135,172,251)
#91B3FB
(145,179,251)
#9BBAFB
(155,186,251)
#A5C1FB
(165,193,251)
#AFC8FB
(175,200,251)
#B9CFFB
(185,207,251)
#C3D6FB
(195,214,251)
#CDDDFB
(205,221,251)
#D7E4FB
(215,228,251)
#E1EBFB
(225,235,251)
#EBF2FB
(235,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ACFB color. Also use rgb(135,172,251) instead hex code.

Text Font Color

.myTextColor { color: #87ACFB; }

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

This text font color is #87ACFB.


Background Color

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

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

This div background color is #87ACFB.


Border color

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

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

This div border color is #87ACFB.


Opacity

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

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

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

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

This text has shadow with #87ACFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACFB on black background.


Color preview on white background

This text has color #87ACFB on white background.



Black color preview on #87ACFB background

This text has black color on #87ACFB background.


White color preview on #87ACFB background

This text has white color on #87ACFB background.