COLOR #87BDE9

HEX: #87BDE9
RGB: (135,189,233)

Renk bilgisi

#87BDE9 contains mainly green and blue colors. #87BDE9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#87BDE9 color RGB value is (135,189,233).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 189 of 255 = 74%
B 233 of 255 = 91%

135
189
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 189 + 233 = 557 (100%)
R 135 of 557 ~ 24.24%
G 189 of 557 ~ 33.93%
B 233 of 557 ~ 41.83%

%24.24
%33.93
%41.83

CMYK RENK MODELİ

#87BDE9 rengi CMYK tonu (42,19,0,9).

  • camgöbeği tonu 42.06%
  • eflatun tonu 18.88%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(42,19,0,9)
C42M19Y0K9 
(42%,19%,0%,9%)
(0.42/0.19/0.00/0.09)	

CMYK yüzdeleri

%42.06
%18.88
%0
%8.63

Codes

Color #87BDE9 in popluar color models

87BDE9
RGB135189233
HSL207°69.01%72.16%
HSB/HSV207°42.06%91.37%
CMYK42.06%18.88%0.00%
8.63%

Color #87BDE9 in popluar number systems.

HEX87BDE9
Decimal135189233
Binary100001111011110111101001
Octal207275351

Shades and tints

Shades of #87BDE9

#87BDE9
(135,189,233)
#7BACD4
(123,172,212)
#6F9BBF
(111,155,191)
#638AAA
(99,138,170)
#577995
(87,121,149)
#4B6880
(75,104,128)
#3F576B
(63,87,107)
#334656
(51,70,86)
#273541
(39,53,65)
#1B242C
(27,36,44)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #87BDE9

#87BDE9
(135,189,233)
#91C3EB
(145,195,235)
#9BC9ED
(155,201,237)
#A5CFEF
(165,207,239)
#AFD5F1
(175,213,241)
#B9DBF3
(185,219,243)
#C3E1F5
(195,225,245)
#CDE7F7
(205,231,247)
#D7EDF9
(215,237,249)
#E1F3FB
(225,243,251)
#EBF9FD
(235,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BDE9; }

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

This text font color is #87BDE9.


Background Color

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

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

This div background color is #87BDE9.


Border color

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

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

This div border color is #87BDE9.


Opacity

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

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

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

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

This text has shadow with #87BDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BDE9 on black background.


Color preview on white background

This text has color #87BDE9 on white background.



Black color preview on #87BDE9 background

This text has black color on #87BDE9 background.


White color preview on #87BDE9 background

This text has white color on #87BDE9 background.