COLOR #84BB7D

HEX: #84BB7D
RGB: (132,187,125)

Renk bilgisi

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

RGB renk modeli

#84BB7D color RGB value is (132,187,125).

  • kırmız ton 132;
  • yeşil ton 187;
  • mavi ton 125.
RGB:
(132,187,125)
(52%,73%,49%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 187 of 255 = 73%
B 125 of 255 = 49%

132
187
125

R + G + B ~ 58%. #84BB7D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 187 + 125 = 444 (100%)
R 132 of 444 ~ 29.73%
G 187 of 444 ~ 42.12%
B 125 of 444 ~ 28.15%

%29.73
%42.12
%28.15

CMYK RENK MODELİ

#84BB7D rengi CMYK tonu (29,0,33,27).

  • camgöbeği tonu 29.41%
  • eflatun tonu 0.00%
  • sarı tonu 33.16%
  • ana renk tonu 26.67%
CMYK:
(29,0,33,27)
C29M0Y33K27 
(29%,0%,33%,27%)
(0.29/0.00/0.33/0.27)	

CMYK yüzdeleri

%29.41
%0
%33.16
%26.67

Codes

Color #84BB7D in popluar color models

84BB7D
RGB132187125
HSL113°31.31%61.18%
HSB/HSV113°33.16%73.33%
CMYK29.41%0.00%33.16%
26.67%

Color #84BB7D in popluar number systems.

HEX84BB7D
Decimal132187125
Binary10000100101110111111101
Octal204273175

Shades and tints

Shades of #84BB7D

#84BB7D
(132,187,125)
#78AA72
(120,170,114)
#6C9967
(108,153,103)
#60885C
(96,136,92)
#547751
(84,119,81)
#486646
(72,102,70)
#3C553B
(60,85,59)
#304430
(48,68,48)
#243325
(36,51,37)
#18221A
(24,34,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #84BB7D

#84BB7D
(132,187,125)
#8FC188
(143,193,136)
#9AC793
(154,199,147)
#A5CD9E
(165,205,158)
#B0D3A9
(176,211,169)
#BBD9B4
(187,217,180)
#C6DFBF
(198,223,191)
#D1E5CA
(209,229,202)
#DCEBD5
(220,235,213)
#E7F1E0
(231,241,224)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BB7D color. Also use rgb(132,187,125) instead hex code.

Text Font Color

.myTextColor { color: #84BB7D; }

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

This text font color is #84BB7D.


Background Color

.myBgColor { background-color: #84BB7D; }

<div style="background-color:#84BB7D">Inner text</div>

This div background color is #84BB7D.


Border color

.myBorderColor { border: 1px solid #84BB7D; }

<div style="border:3px solid #84BB7D">Div</div>

This div border color is #84BB7D.


Opacity

.myOpacity80 { color: #84BB7D; opacity: 0.8; }

<p style="color:#84BB7D;opacity:0.8;">80%</p>

Text with #84BB7D 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 #84BB7D;}

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

This text has shadow with #84BB7D color.

.textShadow {text-shadow: 3px 3px 1px #84BB7D, 3px 3px 1px red;}

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

This text has shadow with #84BB7D primary color and red secondary color.


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

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

This text has shadow with #84BB7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BB7D on black background.


Color preview on white background

This text has color #84BB7D on white background.



Black color preview on #84BB7D background

This text has black color on #84BB7D background.


White color preview on #84BB7D background

This text has white color on #84BB7D background.