COLOR #87BBD4

HEX: #87BBD4
RGB: (135,187,212)

Renk bilgisi

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

RGB renk modeli

#87BBD4 color RGB value is (135,187,212).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 187 of 255 = 73%
B 212 of 255 = 83%

135
187
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 187 + 212 = 534 (100%)
R 135 of 534 ~ 25.28%
G 187 of 534 ~ 35.02%
B 212 of 534 ~ 39.7%

%25.28
%35.02
%39.7

CMYK RENK MODELİ

#87BBD4 rengi CMYK tonu (36,12,0,17).

  • camgöbeği tonu 36.32%
  • eflatun tonu 11.79%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(36,12,0,17)
C36M12Y0K17 
(36%,12%,0%,17%)
(0.36/0.12/0.00/0.17)	

CMYK yüzdeleri

%36.32
%11.79
%0
%16.86

Codes

Color #87BBD4 in popluar color models

87BBD4
RGB135187212
HSL199°47.24%68.04%
HSB/HSV199°36.32%83.14%
CMYK36.32%11.79%0.00%
16.86%

Color #87BBD4 in popluar number systems.

HEX87BBD4
Decimal135187212
Binary100001111011101111010100
Octal207273324

Shades and tints

Shades of #87BBD4

#87BBD4
(135,187,212)
#7BAAC1
(123,170,193)
#6F99AE
(111,153,174)
#63889B
(99,136,155)
#577788
(87,119,136)
#4B6675
(75,102,117)
#3F5562
(63,85,98)
#33444F
(51,68,79)
#27333C
(39,51,60)
#1B2229
(27,34,41)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #87BBD4

#87BBD4
(135,187,212)
#91C1D7
(145,193,215)
#9BC7DA
(155,199,218)
#A5CDDD
(165,205,221)
#AFD3E0
(175,211,224)
#B9D9E3
(185,217,227)
#C3DFE6
(195,223,230)
#CDE5E9
(205,229,233)
#D7EBEC
(215,235,236)
#E1F1EF
(225,241,239)
#EBF7F2
(235,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BBD4; }

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

This text font color is #87BBD4.


Background Color

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

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

This div background color is #87BBD4.


Border color

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

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

This div border color is #87BBD4.


Opacity

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

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

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

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

This text has shadow with #87BBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BBD4 on black background.


Color preview on white background

This text has color #87BBD4 on white background.



Black color preview on #87BBD4 background

This text has black color on #87BBD4 background.


White color preview on #87BBD4 background

This text has white color on #87BBD4 background.