COLOR #87BDC5

HEX: #87BDC5
RGB: (135,189,197)

Renk bilgisi

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

RGB renk modeli

#87BDC5 color RGB value is (135,189,197).

  • kırmız ton 135;
  • yeşil ton 189;
  • mavi ton 197.
RGB:
(135,189,197)
(53%,74%,77%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 189 of 255 = 74%
B 197 of 255 = 77%

135
189
197

R + G + B ~ 68%. #87BDC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 189 + 197 = 521 (100%)
R 135 of 521 ~ 25.91%
G 189 of 521 ~ 36.28%
B 197 of 521 ~ 37.81%

%25.91
%36.28
%37.81

CMYK RENK MODELİ

#87BDC5 rengi CMYK tonu (31,4,0,23).

  • camgöbeği tonu 31.47%
  • eflatun tonu 4.06%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(31,4,0,23)
C31M4Y0K23 
(31%,4%,0%,23%)
(0.31/0.04/0.00/0.23)	

CMYK yüzdeleri

%31.47
%4.06
%0
%22.75

Codes

Color #87BDC5 in popluar color models

87BDC5
RGB135189197
HSL188°34.83%65.10%
HSB/HSV188°31.47%77.25%
CMYK31.47%4.06%0.00%
22.75%

Color #87BDC5 in popluar number systems.

HEX87BDC5
Decimal135189197
Binary100001111011110111000101
Octal207275305

Shades and tints

Shades of #87BDC5

#87BDC5
(135,189,197)
#7BACB4
(123,172,180)
#6F9BA3
(111,155,163)
#638A92
(99,138,146)
#577981
(87,121,129)
#4B6870
(75,104,112)
#3F575F
(63,87,95)
#33464E
(51,70,78)
#27353D
(39,53,61)
#1B242C
(27,36,44)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #87BDC5

#87BDC5
(135,189,197)
#91C3CA
(145,195,202)
#9BC9CF
(155,201,207)
#A5CFD4
(165,207,212)
#AFD5D9
(175,213,217)
#B9DBDE
(185,219,222)
#C3E1E3
(195,225,227)
#CDE7E8
(205,231,232)
#D7EDED
(215,237,237)
#E1F3F2
(225,243,242)
#EBF9F7
(235,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BDC5 color. Also use rgb(135,189,197) instead hex code.

Text Font Color

.myTextColor { color: #87BDC5; }

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

This text font color is #87BDC5.


Background Color

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

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

This div background color is #87BDC5.


Border color

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

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

This div border color is #87BDC5.


Opacity

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

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

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

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

This text has shadow with #87BDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BDC5 on black background.


Color preview on white background

This text has color #87BDC5 on white background.



Black color preview on #87BDC5 background

This text has black color on #87BDC5 background.


White color preview on #87BDC5 background

This text has white color on #87BDC5 background.