COLOR #87D9AD

HEX: #87D9AD
RGB: (135,217,173)

Renk bilgisi

#87D9AD contains mainly green and blue colors. #87D9AD ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#87D9AD color RGB value is (135,217,173).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 217 of 255 = 85%
B 173 of 255 = 68%

135
217
173

R + G + B ~ 69%. #87D9AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 217 + 173 = 525 (100%)
R 135 of 525 ~ 25.71%
G 217 of 525 ~ 41.33%
B 173 of 525 ~ 32.95%

%25.71
%41.33
%32.95

CMYK RENK MODELİ

#87D9AD rengi CMYK tonu (38,0,20,15).

  • camgöbeği tonu 37.79%
  • eflatun tonu 0.00%
  • sarı tonu 20.28%
  • ana renk tonu 14.90%
CMYK:
(38,0,20,15)
C38M0Y20K15 
(38%,0%,20%,15%)
(0.38/0.00/0.20/0.15)	

CMYK yüzdeleri

%37.79
%0
%20.28
%14.9

Codes

Color #87D9AD in popluar color models

87D9AD
RGB135217173
HSL148°51.90%69.02%
HSB/HSV148°37.79%85.10%
CMYK37.79%0.00%20.28%
14.90%

Color #87D9AD in popluar number systems.

HEX87D9AD
Decimal135217173
Binary100001111101100110101101
Octal207331255

Shades and tints

Shades of #87D9AD

#87D9AD
(135,217,173)
#7BC69E
(123,198,158)
#6FB38F
(111,179,143)
#63A080
(99,160,128)
#578D71
(87,141,113)
#4B7A62
(75,122,98)
#3F6753
(63,103,83)
#335444
(51,84,68)
#274135
(39,65,53)
#1B2E26
(27,46,38)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #87D9AD

#87D9AD
(135,217,173)
#91DCB4
(145,220,180)
#9BDFBB
(155,223,187)
#A5E2C2
(165,226,194)
#AFE5C9
(175,229,201)
#B9E8D0
(185,232,208)
#C3EBD7
(195,235,215)
#CDEEDE
(205,238,222)
#D7F1E5
(215,241,229)
#E1F4EC
(225,244,236)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D9AD; }

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

This text font color is #87D9AD.


Background Color

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

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

This div background color is #87D9AD.


Border color

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

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

This div border color is #87D9AD.


Opacity

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

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

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

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

This text has shadow with #87D9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D9AD on black background.


Color preview on white background

This text has color #87D9AD on white background.



Black color preview on #87D9AD background

This text has black color on #87D9AD background.


White color preview on #87D9AD background

This text has white color on #87D9AD background.