COLOR #87D9C1

HEX: #87D9C1
RGB: (135,217,193)

Renk bilgisi

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

RGB renk modeli

#87D9C1 color RGB value is (135,217,193).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 217 of 255 = 85%
B 193 of 255 = 76%

135
217
193

R + G + B ~ 71%. #87D9C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 217 + 193 = 545 (100%)
R 135 of 545 ~ 24.77%
G 217 of 545 ~ 39.82%
B 193 of 545 ~ 35.41%

%24.77
%39.82
%35.41

CMYK RENK MODELİ

#87D9C1 rengi CMYK tonu (38,0,11,15).

  • camgöbeği tonu 37.79%
  • eflatun tonu 0.00%
  • sarı tonu 11.06%
  • ana renk tonu 14.90%
CMYK:
(38,0,11,15)
C38M0Y11K15 
(38%,0%,11%,15%)
(0.38/0.00/0.11/0.15)	

CMYK yüzdeleri

%37.79
%0
%11.06
%14.9

Codes

Color #87D9C1 in popluar color models

87D9C1
RGB135217193
HSL162°51.90%69.02%
HSB/HSV162°37.79%85.10%
CMYK37.79%0.00%11.06%
14.90%

Color #87D9C1 in popluar number systems.

HEX87D9C1
Decimal135217193
Binary100001111101100111000001
Octal207331301

Shades and tints

Shades of #87D9C1

#87D9C1
(135,217,193)
#7BC6B0
(123,198,176)
#6FB39F
(111,179,159)
#63A08E
(99,160,142)
#578D7D
(87,141,125)
#4B7A6C
(75,122,108)
#3F675B
(63,103,91)
#33544A
(51,84,74)
#274139
(39,65,57)
#1B2E28
(27,46,40)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #87D9C1

#87D9C1
(135,217,193)
#91DCC6
(145,220,198)
#9BDFCB
(155,223,203)
#A5E2D0
(165,226,208)
#AFE5D5
(175,229,213)
#B9E8DA
(185,232,218)
#C3EBDF
(195,235,223)
#CDEEE4
(205,238,228)
#D7F1E9
(215,241,233)
#E1F4EE
(225,244,238)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D9C1; }

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

This text font color is #87D9C1.


Background Color

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

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

This div background color is #87D9C1.


Border color

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

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

This div border color is #87D9C1.


Opacity

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

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

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

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

This text has shadow with #87D9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D9C1 on black background.


Color preview on white background

This text has color #87D9C1 on white background.



Black color preview on #87D9C1 background

This text has black color on #87D9C1 background.


White color preview on #87D9C1 background

This text has white color on #87D9C1 background.