COLOR #87D8E5

HEX: #87D8E5
RGB: (135,216,229)

Renk bilgisi

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

RGB renk modeli

#87D8E5 color RGB value is (135,216,229).

  • kırmız ton 135;
  • yeşil ton 216;
  • mavi ton 229.
RGB:
(135,216,229)
(53%,85%,90%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 216 of 255 = 85%
B 229 of 255 = 90%

135
216
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 216 + 229 = 580 (100%)
R 135 of 580 ~ 23.28%
G 216 of 580 ~ 37.24%
B 229 of 580 ~ 39.48%

%23.28
%37.24
%39.48

CMYK RENK MODELİ

#87D8E5 rengi CMYK tonu (41,6,0,10).

  • camgöbeği tonu 41.05%
  • eflatun tonu 5.68%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(41,6,0,10)
C41M6Y0K10 
(41%,6%,0%,10%)
(0.41/0.06/0.00/0.10)	

CMYK yüzdeleri

%41.05
%5.68
%0
%10.2

Codes

Color #87D8E5 in popluar color models

87D8E5
RGB135216229
HSL188°64.38%71.37%
HSB/HSV188°41.05%89.80%
CMYK41.05%5.68%0.00%
10.20%

Color #87D8E5 in popluar number systems.

HEX87D8E5
Decimal135216229
Binary100001111101100011100101
Octal207330345

Shades and tints

Shades of #87D8E5

#87D8E5
(135,216,229)
#7BC5D1
(123,197,209)
#6FB2BD
(111,178,189)
#639FA9
(99,159,169)
#578C95
(87,140,149)
#4B7981
(75,121,129)
#3F666D
(63,102,109)
#335359
(51,83,89)
#274045
(39,64,69)
#1B2D31
(27,45,49)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #87D8E5

#87D8E5
(135,216,229)
#91DBE7
(145,219,231)
#9BDEE9
(155,222,233)
#A5E1EB
(165,225,235)
#AFE4ED
(175,228,237)
#B9E7EF
(185,231,239)
#C3EAF1
(195,234,241)
#CDEDF3
(205,237,243)
#D7F0F5
(215,240,245)
#E1F3F7
(225,243,247)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D8E5 color. Also use rgb(135,216,229) instead hex code.

Text Font Color

.myTextColor { color: #87D8E5; }

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

This text font color is #87D8E5.


Background Color

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

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

This div background color is #87D8E5.


Border color

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

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

This div border color is #87D8E5.


Opacity

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

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

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

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

This text has shadow with #87D8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D8E5 on black background.


Color preview on white background

This text has color #87D8E5 on white background.



Black color preview on #87D8E5 background

This text has black color on #87D8E5 background.


White color preview on #87D8E5 background

This text has white color on #87D8E5 background.