COLOR #87D1D2

HEX: #87D1D2
RGB: (135,209,210)

Renk bilgisi

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

RGB renk modeli

#87D1D2 color RGB value is (135,209,210).

  • kırmız ton 135;
  • yeşil ton 209;
  • mavi ton 210.
RGB:
(135,209,210)
(53%,82%,82%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 209 of 255 = 82%
B 210 of 255 = 82%

135
209
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 209 + 210 = 554 (100%)
R 135 of 554 ~ 24.37%
G 209 of 554 ~ 37.73%
B 210 of 554 ~ 37.91%

%24.37
%37.73
%37.91

CMYK RENK MODELİ

#87D1D2 rengi CMYK tonu (36,0,0,18).

  • camgöbeği tonu 35.71%
  • eflatun tonu 0.48%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(36,0,0,18)
C36M0Y0K18 
(36%,0%,0%,18%)
(0.36/0.00/0.00/0.18)	

CMYK yüzdeleri

%35.71
%0.48
%0
%17.65

Codes

Color #87D1D2 in popluar color models

87D1D2
RGB135209210
HSL181°45.45%67.65%
HSB/HSV181°35.71%82.35%
CMYK35.71%0.48%0.00%
17.65%

Color #87D1D2 in popluar number systems.

HEX87D1D2
Decimal135209210
Binary100001111101000111010010
Octal207321322

Shades and tints

Shades of #87D1D2

#87D1D2
(135,209,210)
#7BBEBF
(123,190,191)
#6FABAC
(111,171,172)
#639899
(99,152,153)
#578586
(87,133,134)
#4B7273
(75,114,115)
#3F5F60
(63,95,96)
#334C4D
(51,76,77)
#27393A
(39,57,58)
#1B2627
(27,38,39)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #87D1D2

#87D1D2
(135,209,210)
#91D5D6
(145,213,214)
#9BD9DA
(155,217,218)
#A5DDDE
(165,221,222)
#AFE1E2
(175,225,226)
#B9E5E6
(185,229,230)
#C3E9EA
(195,233,234)
#CDEDEE
(205,237,238)
#D7F1F2
(215,241,242)
#E1F5F6
(225,245,246)
#EBF9FA
(235,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D1D2 color. Also use rgb(135,209,210) instead hex code.

Text Font Color

.myTextColor { color: #87D1D2; }

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

This text font color is #87D1D2.


Background Color

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

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

This div background color is #87D1D2.


Border color

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

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

This div border color is #87D1D2.


Opacity

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

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

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

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

This text has shadow with #87D1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D1D2 on black background.


Color preview on white background

This text has color #87D1D2 on white background.



Black color preview on #87D1D2 background

This text has black color on #87D1D2 background.


White color preview on #87D1D2 background

This text has white color on #87D1D2 background.