COLOR #87ABDD

HEX: #87ABDD
RGB: (135,171,221)

Renk bilgisi

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

RGB renk modeli

#87ABDD color RGB value is (135,171,221).

  • kırmız ton 135;
  • yeşil ton 171;
  • mavi ton 221.
RGB:
(135,171,221)
(53%,67%,87%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 171 of 255 = 67%
B 221 of 255 = 87%

135
171
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 171 + 221 = 527 (100%)
R 135 of 527 ~ 25.62%
G 171 of 527 ~ 32.45%
B 221 of 527 ~ 41.94%

%25.62
%32.45
%41.94

CMYK RENK MODELİ

#87ABDD rengi CMYK tonu (39,23,0,13).

  • camgöbeği tonu 38.91%
  • eflatun tonu 22.62%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(39,23,0,13)
C39M23Y0K13 
(39%,23%,0%,13%)
(0.39/0.23/0.00/0.13)	

CMYK yüzdeleri

%38.91
%22.62
%0
%13.33

Codes

Color #87ABDD in popluar color models

87ABDD
RGB135171221
HSL215°55.84%69.80%
HSB/HSV215°38.91%86.67%
CMYK38.91%22.62%0.00%
13.33%

Color #87ABDD in popluar number systems.

HEX87ABDD
Decimal135171221
Binary100001111010101111011101
Octal207253335

Shades and tints

Shades of #87ABDD

#87ABDD
(135,171,221)
#7B9CC9
(123,156,201)
#6F8DB5
(111,141,181)
#637EA1
(99,126,161)
#576F8D
(87,111,141)
#4B6079
(75,96,121)
#3F5165
(63,81,101)
#334251
(51,66,81)
#27333D
(39,51,61)
#1B2429
(27,36,41)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #87ABDD

#87ABDD
(135,171,221)
#91B2E0
(145,178,224)
#9BB9E3
(155,185,227)
#A5C0E6
(165,192,230)
#AFC7E9
(175,199,233)
#B9CEEC
(185,206,236)
#C3D5EF
(195,213,239)
#CDDCF2
(205,220,242)
#D7E3F5
(215,227,245)
#E1EAF8
(225,234,248)
#EBF1FB
(235,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ABDD color. Also use rgb(135,171,221) instead hex code.

Text Font Color

.myTextColor { color: #87ABDD; }

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

This text font color is #87ABDD.


Background Color

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

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

This div background color is #87ABDD.


Border color

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

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

This div border color is #87ABDD.


Opacity

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

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

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

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

This text has shadow with #87ABDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ABDD on black background.


Color preview on white background

This text has color #87ABDD on white background.



Black color preview on #87ABDD background

This text has black color on #87ABDD background.


White color preview on #87ABDD background

This text has white color on #87ABDD background.