COLOR #87C483

HEX: #87C483
RGB: (135,196,131)

Renk bilgisi

#87C483 contains mainly green color. #87C483 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#87C483 color RGB value is (135,196,131).

  • kırmız ton 135;
  • yeşil ton 196;
  • mavi ton 131.
RGB:
(135,196,131)
(53%,77%,51%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 196 of 255 = 77%
B 131 of 255 = 51%

135
196
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 196 + 131 = 462 (100%)
R 135 of 462 ~ 29.22%
G 196 of 462 ~ 42.42%
B 131 of 462 ~ 28.35%

%29.22
%42.42
%28.35

CMYK RENK MODELİ

#87C483 rengi CMYK tonu (31,0,33,23).

  • camgöbeği tonu 31.12%
  • eflatun tonu 0.00%
  • sarı tonu 33.16%
  • ana renk tonu 23.14%
CMYK:
(31,0,33,23)
C31M0Y33K23 
(31%,0%,33%,23%)
(0.31/0.00/0.33/0.23)	

CMYK yüzdeleri

%31.12
%0
%33.16
%23.14

Codes

Color #87C483 in popluar color models

87C483
RGB135196131
HSL116°35.52%64.12%
HSB/HSV116°33.16%76.86%
CMYK31.12%0.00%33.16%
23.14%

Color #87C483 in popluar number systems.

HEX87C483
Decimal135196131
Binary100001111100010010000011
Octal207304203

Shades and tints

Shades of #87C483

#87C483
(135,196,131)
#7BB378
(123,179,120)
#6FA26D
(111,162,109)
#639162
(99,145,98)
#578057
(87,128,87)
#4B6F4C
(75,111,76)
#3F5E41
(63,94,65)
#334D36
(51,77,54)
#273C2B
(39,60,43)
#1B2B20
(27,43,32)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #87C483

#87C483
(135,196,131)
#91C98E
(145,201,142)
#9BCE99
(155,206,153)
#A5D3A4
(165,211,164)
#AFD8AF
(175,216,175)
#B9DDBA
(185,221,186)
#C3E2C5
(195,226,197)
#CDE7D0
(205,231,208)
#D7ECDB
(215,236,219)
#E1F1E6
(225,241,230)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C483 color. Also use rgb(135,196,131) instead hex code.

Text Font Color

.myTextColor { color: #87C483; }

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

This text font color is #87C483.


Background Color

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

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

This div background color is #87C483.


Border color

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

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

This div border color is #87C483.


Opacity

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

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

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

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

This text has shadow with #87C483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C483 on black background.


Color preview on white background

This text has color #87C483 on white background.



Black color preview on #87C483 background

This text has black color on #87C483 background.


White color preview on #87C483 background

This text has white color on #87C483 background.