COLOR #87D09C

HEX: #87D09C
RGB: (135,208,156)

Renk bilgisi

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

RGB renk modeli

#87D09C color RGB value is (135,208,156).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 208 of 255 = 82%
B 156 of 255 = 61%

135
208
156

R + G + B ~ 65%. #87D09C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 208 + 156 = 499 (100%)
R 135 of 499 ~ 27.05%
G 208 of 499 ~ 41.68%
B 156 of 499 ~ 31.26%

%27.05
%41.68
%31.26

CMYK RENK MODELİ

#87D09C rengi CMYK tonu (35,0,25,18).

  • camgöbeği tonu 35.10%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 18.43%
CMYK:
(35,0,25,18)
C35M0Y25K18 
(35%,0%,25%,18%)
(0.35/0.00/0.25/0.18)	

CMYK yüzdeleri

%35.1
%0
%25
%18.43

Codes

Color #87D09C in popluar color models

87D09C
RGB135208156
HSL137°43.71%67.25%
HSB/HSV137°35.10%81.57%
CMYK35.10%0.00%25.00%
18.43%

Color #87D09C in popluar number systems.

HEX87D09C
Decimal135208156
Binary100001111101000010011100
Octal207320234

Shades and tints

Shades of #87D09C

#87D09C
(135,208,156)
#7BBE8E
(123,190,142)
#6FAC80
(111,172,128)
#639A72
(99,154,114)
#578864
(87,136,100)
#4B7656
(75,118,86)
#3F6448
(63,100,72)
#33523A
(51,82,58)
#27402C
(39,64,44)
#1B2E1E
(27,46,30)
#0F1C10
(15,28,16)
#000000
(0,0,0)

Tints of #87D09C

#87D09C
(135,208,156)
#91D4A5
(145,212,165)
#9BD8AE
(155,216,174)
#A5DCB7
(165,220,183)
#AFE0C0
(175,224,192)
#B9E4C9
(185,228,201)
#C3E8D2
(195,232,210)
#CDECDB
(205,236,219)
#D7F0E4
(215,240,228)
#E1F4ED
(225,244,237)
#EBF8F6
(235,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D09C color. Also use rgb(135,208,156) instead hex code.

Text Font Color

.myTextColor { color: #87D09C; }

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

This text font color is #87D09C.


Background Color

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

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

This div background color is #87D09C.


Border color

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

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

This div border color is #87D09C.


Opacity

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

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

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

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

This text has shadow with #87D09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D09C on black background.


Color preview on white background

This text has color #87D09C on white background.



Black color preview on #87D09C background

This text has black color on #87D09C background.


White color preview on #87D09C background

This text has white color on #87D09C background.