COLOR #87BB0D

HEX: #87BB0D
RGB: (135,187,13)

Renk bilgisi

#87BB0D contains mainly red and green colors. #87BB0D ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#87BB0D color RGB value is (135,187,13).

  • kırmız ton 135;
  • yeşil ton 187;
  • mavi ton 13.
RGB:
(135,187,13)
(53%,73%,5%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 187 of 255 = 73%
B 13 of 255 = 5%

135
187
13

R + G + B ~ 44%. #87BB0D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 187 + 13 = 335 (100%)
R 135 of 335 ~ 40.3%
G 187 of 335 ~ 55.82%
B 13 of 335 ~ 3.88%

%40.3
%55.82

CMYK RENK MODELİ

#87BB0D rengi CMYK tonu (28,0,93,27).

  • camgöbeği tonu 27.81%
  • eflatun tonu 0.00%
  • sarı tonu 93.05%
  • ana renk tonu 26.67%
CMYK:
(28,0,93,27)
C28M0Y93K27 
(28%,0%,93%,27%)
(0.28/0.00/0.93/0.27)	

CMYK yüzdeleri

%27.81
%0
%93.05
%26.67

Codes

Color #87BB0D in popluar color models

87BB0D
RGB13518713
HSL78°87.00%39.22%
HSB/HSV78°93.05%73.33%
CMYK27.81%0.00%93.05%
26.67%

Color #87BB0D in popluar number systems.

HEX87BB0D
Decimal13518713
Binary10000111101110111101
Octal20727315

Shades and tints

Shades of #87BB0D

#87BB0D
(135,187,13)
#7BAA0C
(123,170,12)
#6F990B
(111,153,11)
#63880A
(99,136,10)
#577709
(87,119,9)
#4B6608
(75,102,8)
#3F5507
(63,85,7)
#334406
(51,68,6)
#273305
(39,51,5)
#1B2204
(27,34,4)
#0F1103
(15,17,3)
#000000
(0,0,0)

Tints of #87BB0D

#87BB0D
(135,187,13)
#91C123
(145,193,35)
#9BC739
(155,199,57)
#A5CD4F
(165,205,79)
#AFD365
(175,211,101)
#B9D97B
(185,217,123)
#C3DF91
(195,223,145)
#CDE5A7
(205,229,167)
#D7EBBD
(215,235,189)
#E1F1D3
(225,241,211)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BB0D color. Also use rgb(135,187,13) instead hex code.

Text Font Color

.myTextColor { color: #87BB0D; }

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

This text font color is #87BB0D.


Background Color

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

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

This div background color is #87BB0D.


Border color

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

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

This div border color is #87BB0D.


Opacity

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

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

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

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

This text has shadow with #87BB0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BB0D on black background.


Color preview on white background

This text has color #87BB0D on white background.



Black color preview on #87BB0D background

This text has black color on #87BB0D background.


White color preview on #87BB0D background

This text has white color on #87BB0D background.