COLOR #87AE68

HEX: #87AE68
RGB: (135,174,104)

Renk bilgisi

#87AE68 contains mainly red and green colors. #87AE68 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#87AE68 color RGB value is (135,174,104).

  • kırmız ton 135;
  • yeşil ton 174;
  • mavi ton 104.
RGB:
(135,174,104)
(53%,68%,41%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 174 of 255 = 68%
B 104 of 255 = 41%

135
174
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 174 + 104 = 413 (100%)
R 135 of 413 ~ 32.69%
G 174 of 413 ~ 42.13%
B 104 of 413 ~ 25.18%

%32.69
%42.13
%25.18

CMYK RENK MODELİ

#87AE68 rengi CMYK tonu (22,0,40,32).

  • camgöbeği tonu 22.41%
  • eflatun tonu 0.00%
  • sarı tonu 40.23%
  • ana renk tonu 31.76%
CMYK:
(22,0,40,32)
C22M0Y40K32 
(22%,0%,40%,32%)
(0.22/0.00/0.40/0.32)	

CMYK yüzdeleri

%22.41
%0
%40.23
%31.76

Codes

Color #87AE68 in popluar color models

87AE68
RGB135174104
HSL93°30.17%54.51%
HSB/HSV93°40.23%68.24%
CMYK22.41%0.00%40.23%
31.76%

Color #87AE68 in popluar number systems.

HEX87AE68
Decimal135174104
Binary10000111101011101101000
Octal207256150

Shades and tints

Shades of #87AE68

#87AE68
(135,174,104)
#7B9F5F
(123,159,95)
#6F9056
(111,144,86)
#63814D
(99,129,77)
#577244
(87,114,68)
#4B633B
(75,99,59)
#3F5432
(63,84,50)
#334529
(51,69,41)
#273620
(39,54,32)
#1B2717
(27,39,23)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #87AE68

#87AE68
(135,174,104)
#91B575
(145,181,117)
#9BBC82
(155,188,130)
#A5C38F
(165,195,143)
#AFCA9C
(175,202,156)
#B9D1A9
(185,209,169)
#C3D8B6
(195,216,182)
#CDDFC3
(205,223,195)
#D7E6D0
(215,230,208)
#E1EDDD
(225,237,221)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AE68 color. Also use rgb(135,174,104) instead hex code.

Text Font Color

.myTextColor { color: #87AE68; }

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

This text font color is #87AE68.


Background Color

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

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

This div background color is #87AE68.


Border color

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

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

This div border color is #87AE68.


Opacity

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

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

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

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

This text has shadow with #87AE68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AE68 on black background.


Color preview on white background

This text has color #87AE68 on white background.



Black color preview on #87AE68 background

This text has black color on #87AE68 background.


White color preview on #87AE68 background

This text has white color on #87AE68 background.