COLOR #87C6D9

HEX: #87C6D9
RGB: (135,198,217)

Renk bilgisi

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

RGB renk modeli

#87C6D9 color RGB value is (135,198,217).

  • kırmız ton 135;
  • yeşil ton 198;
  • mavi ton 217.
RGB:
(135,198,217)
(53%,78%,85%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 198 of 255 = 78%
B 217 of 255 = 85%

135
198
217

R + G + B ~ 72%. #87C6D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 198 + 217 = 550 (100%)
R 135 of 550 ~ 24.55%
G 198 of 550 ~ 36%
B 217 of 550 ~ 39.45%

%24.55
%36
%39.45

CMYK RENK MODELİ

#87C6D9 rengi CMYK tonu (38,9,0,15).

  • camgöbeği tonu 37.79%
  • eflatun tonu 8.76%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(38,9,0,15)
C38M9Y0K15 
(38%,9%,0%,15%)
(0.38/0.09/0.00/0.15)	

CMYK yüzdeleri

%37.79
%8.76
%0
%14.9

Codes

Color #87C6D9 in popluar color models

87C6D9
RGB135198217
HSL194°51.90%69.02%
HSB/HSV194°37.79%85.10%
CMYK37.79%8.76%0.00%
14.90%

Color #87C6D9 in popluar number systems.

HEX87C6D9
Decimal135198217
Binary100001111100011011011001
Octal207306331

Shades and tints

Shades of #87C6D9

#87C6D9
(135,198,217)
#7BB4C6
(123,180,198)
#6FA2B3
(111,162,179)
#6390A0
(99,144,160)
#577E8D
(87,126,141)
#4B6C7A
(75,108,122)
#3F5A67
(63,90,103)
#334854
(51,72,84)
#273641
(39,54,65)
#1B242E
(27,36,46)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #87C6D9

#87C6D9
(135,198,217)
#91CBDC
(145,203,220)
#9BD0DF
(155,208,223)
#A5D5E2
(165,213,226)
#AFDAE5
(175,218,229)
#B9DFE8
(185,223,232)
#C3E4EB
(195,228,235)
#CDE9EE
(205,233,238)
#D7EEF1
(215,238,241)
#E1F3F4
(225,243,244)
#EBF8F7
(235,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C6D9 color. Also use rgb(135,198,217) instead hex code.

Text Font Color

.myTextColor { color: #87C6D9; }

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

This text font color is #87C6D9.


Background Color

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

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

This div background color is #87C6D9.


Border color

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

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

This div border color is #87C6D9.


Opacity

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

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

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

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

This text has shadow with #87C6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C6D9 on black background.


Color preview on white background

This text has color #87C6D9 on white background.



Black color preview on #87C6D9 background

This text has black color on #87C6D9 background.


White color preview on #87C6D9 background

This text has white color on #87C6D9 background.