COLOR #87D5EB

HEX: #87D5EB
RGB: (135,213,235)

Renk bilgisi

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

RGB renk modeli

#87D5EB color RGB value is (135,213,235).

  • kırmız ton 135;
  • yeşil ton 213;
  • mavi ton 235.
RGB:
(135,213,235)
(53%,84%,92%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 213 of 255 = 84%
B 235 of 255 = 92%

135
213
235

R + G + B ~ 76%. #87D5EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 213 + 235 = 583 (100%)
R 135 of 583 ~ 23.16%
G 213 of 583 ~ 36.54%
B 235 of 583 ~ 40.31%

%23.16
%36.54
%40.31

CMYK RENK MODELİ

#87D5EB rengi CMYK tonu (43,9,0,8).

  • camgöbeği tonu 42.55%
  • eflatun tonu 9.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(43,9,0,8)
C43M9Y0K8 
(43%,9%,0%,8%)
(0.43/0.09/0.00/0.08)	

CMYK yüzdeleri

%42.55
%9.36
%0
%7.84

Codes

Color #87D5EB in popluar color models

87D5EB
RGB135213235
HSL193°71.43%72.55%
HSB/HSV193°42.55%92.16%
CMYK42.55%9.36%0.00%
7.84%

Color #87D5EB in popluar number systems.

HEX87D5EB
Decimal135213235
Binary100001111101010111101011
Octal207325353

Shades and tints

Shades of #87D5EB

#87D5EB
(135,213,235)
#7BC2D6
(123,194,214)
#6FAFC1
(111,175,193)
#639CAC
(99,156,172)
#578997
(87,137,151)
#4B7682
(75,118,130)
#3F636D
(63,99,109)
#335058
(51,80,88)
#273D43
(39,61,67)
#1B2A2E
(27,42,46)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #87D5EB

#87D5EB
(135,213,235)
#91D8EC
(145,216,236)
#9BDBED
(155,219,237)
#A5DEEE
(165,222,238)
#AFE1EF
(175,225,239)
#B9E4F0
(185,228,240)
#C3E7F1
(195,231,241)
#CDEAF2
(205,234,242)
#D7EDF3
(215,237,243)
#E1F0F4
(225,240,244)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D5EB color. Also use rgb(135,213,235) instead hex code.

Text Font Color

.myTextColor { color: #87D5EB; }

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

This text font color is #87D5EB.


Background Color

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

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

This div background color is #87D5EB.


Border color

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

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

This div border color is #87D5EB.


Opacity

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

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

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

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

This text has shadow with #87D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D5EB on black background.


Color preview on white background

This text has color #87D5EB on white background.



Black color preview on #87D5EB background

This text has black color on #87D5EB background.


White color preview on #87D5EB background

This text has white color on #87D5EB background.