COLOR #87B478

HEX: #87B478
RGB: (135,180,120)

Renk bilgisi

#87B478 contains mainly red and green colors. #87B478 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#87B478 color RGB value is (135,180,120).

  • kırmız ton 135;
  • yeşil ton 180;
  • mavi ton 120.
RGB:
(135,180,120)
(53%,71%,47%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 180 of 255 = 71%
B 120 of 255 = 47%

135
180
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 180 + 120 = 435 (100%)
R 135 of 435 ~ 31.03%
G 180 of 435 ~ 41.38%
B 120 of 435 ~ 27.59%

%31.03
%41.38
%27.59

CMYK RENK MODELİ

#87B478 rengi CMYK tonu (25,0,33,29).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 29.41%
CMYK:
(25,0,33,29)
C25M0Y33K29 
(25%,0%,33%,29%)
(0.25/0.00/0.33/0.29)	

CMYK yüzdeleri

%25
%0
%33.33
%29.41

Codes

Color #87B478 in popluar color models

87B478
RGB135180120
HSL105°28.57%58.82%
HSB/HSV105°33.33%70.59%
CMYK25.00%0.00%33.33%
29.41%

Color #87B478 in popluar number systems.

HEX87B478
Decimal135180120
Binary10000111101101001111000
Octal207264170

Shades and tints

Shades of #87B478

#87B478
(135,180,120)
#7BA46E
(123,164,110)
#6F9464
(111,148,100)
#63845A
(99,132,90)
#577450
(87,116,80)
#4B6446
(75,100,70)
#3F543C
(63,84,60)
#334432
(51,68,50)
#273428
(39,52,40)
#1B241E
(27,36,30)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #87B478

#87B478
(135,180,120)
#91BA84
(145,186,132)
#9BC090
(155,192,144)
#A5C69C
(165,198,156)
#AFCCA8
(175,204,168)
#B9D2B4
(185,210,180)
#C3D8C0
(195,216,192)
#CDDECC
(205,222,204)
#D7E4D8
(215,228,216)
#E1EAE4
(225,234,228)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B478 color. Also use rgb(135,180,120) instead hex code.

Text Font Color

.myTextColor { color: #87B478; }

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

This text font color is #87B478.


Background Color

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

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

This div background color is #87B478.


Border color

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

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

This div border color is #87B478.


Opacity

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

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

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

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

This text has shadow with #87B478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B478 on black background.


Color preview on white background

This text has color #87B478 on white background.



Black color preview on #87B478 background

This text has black color on #87B478 background.


White color preview on #87B478 background

This text has white color on #87B478 background.