COLOR #87BBD9

HEX: #87BBD9
RGB: (135,187,217)

Renk bilgisi

#87BBD9 contains mainly green and blue colors. #87BBD9 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#87BBD9 color RGB value is (135,187,217).

  • kırmız ton 135;
  • yeşil ton 187;
  • mavi ton 217.
RGB:
(135,187,217)
(53%,73%,85%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 187 of 255 = 73%
B 217 of 255 = 85%

135
187
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 187 + 217 = 539 (100%)
R 135 of 539 ~ 25.05%
G 187 of 539 ~ 34.69%
B 217 of 539 ~ 40.26%

%25.05
%34.69
%40.26

CMYK RENK MODELİ

#87BBD9 rengi CMYK tonu (38,14,0,15).

  • camgöbeği tonu 37.79%
  • eflatun tonu 13.82%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(38,14,0,15)
C38M14Y0K15 
(38%,14%,0%,15%)
(0.38/0.14/0.00/0.15)	

CMYK yüzdeleri

%37.79
%13.82
%0
%14.9

Codes

Color #87BBD9 in popluar color models

87BBD9
RGB135187217
HSL202°51.90%69.02%
HSB/HSV202°37.79%85.10%
CMYK37.79%13.82%0.00%
14.90%

Color #87BBD9 in popluar number systems.

HEX87BBD9
Decimal135187217
Binary100001111011101111011001
Octal207273331

Shades and tints

Shades of #87BBD9

#87BBD9
(135,187,217)
#7BAAC6
(123,170,198)
#6F99B3
(111,153,179)
#6388A0
(99,136,160)
#57778D
(87,119,141)
#4B667A
(75,102,122)
#3F5567
(63,85,103)
#334454
(51,68,84)
#273341
(39,51,65)
#1B222E
(27,34,46)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #87BBD9

#87BBD9
(135,187,217)
#91C1DC
(145,193,220)
#9BC7DF
(155,199,223)
#A5CDE2
(165,205,226)
#AFD3E5
(175,211,229)
#B9D9E8
(185,217,232)
#C3DFEB
(195,223,235)
#CDE5EE
(205,229,238)
#D7EBF1
(215,235,241)
#E1F1F4
(225,241,244)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BBD9 color. Also use rgb(135,187,217) instead hex code.

Text Font Color

.myTextColor { color: #87BBD9; }

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

This text font color is #87BBD9.


Background Color

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

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

This div background color is #87BBD9.


Border color

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

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

This div border color is #87BBD9.


Opacity

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

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

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

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

This text has shadow with #87BBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BBD9 on black background.


Color preview on white background

This text has color #87BBD9 on white background.



Black color preview on #87BBD9 background

This text has black color on #87BBD9 background.


White color preview on #87BBD9 background

This text has white color on #87BBD9 background.