COLOR #84B396

HEX: #84B396
RGB: (132,179,150)

Renk bilgisi

#84B396 contains red, green and blue colors in about the same proportion. #84B396 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#84B396 color RGB value is (132,179,150).

  • kırmız ton 132;
  • yeşil ton 179;
  • mavi ton 150.
RGB:
(132,179,150)
(52%,70%,59%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 179 of 255 = 70%
B 150 of 255 = 59%

132
179
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 179 + 150 = 461 (100%)
R 132 of 461 ~ 28.63%
G 179 of 461 ~ 38.83%
B 150 of 461 ~ 32.54%

%28.63
%38.83
%32.54

CMYK RENK MODELİ

#84B396 rengi CMYK tonu (26,0,16,30).

  • camgöbeği tonu 26.26%
  • eflatun tonu 0.00%
  • sarı tonu 16.20%
  • ana renk tonu 29.80%
CMYK:
(26,0,16,30)
C26M0Y16K30 
(26%,0%,16%,30%)
(0.26/0.00/0.16/0.30)	

CMYK yüzdeleri

%26.26
%0
%16.2
%29.8

Codes

Color #84B396 in popluar color models

84B396
RGB132179150
HSL143°23.62%60.98%
HSB/HSV143°26.26%70.20%
CMYK26.26%0.00%16.20%
29.80%

Color #84B396 in popluar number systems.

HEX84B396
Decimal132179150
Binary100001001011001110010110
Octal204263226

Shades and tints

Shades of #84B396

#84B396
(132,179,150)
#78A389
(120,163,137)
#6C937C
(108,147,124)
#60836F
(96,131,111)
#547362
(84,115,98)
#486355
(72,99,85)
#3C5348
(60,83,72)
#30433B
(48,67,59)
#24332E
(36,51,46)
#182321
(24,35,33)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #84B396

#84B396
(132,179,150)
#8FB99F
(143,185,159)
#9ABFA8
(154,191,168)
#A5C5B1
(165,197,177)
#B0CBBA
(176,203,186)
#BBD1C3
(187,209,195)
#C6D7CC
(198,215,204)
#D1DDD5
(209,221,213)
#DCE3DE
(220,227,222)
#E7E9E7
(231,233,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B396 color. Also use rgb(132,179,150) instead hex code.

Text Font Color

.myTextColor { color: #84B396; }

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

This text font color is #84B396.


Background Color

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

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

This div background color is #84B396.


Border color

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

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

This div border color is #84B396.


Opacity

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

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

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

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

This text has shadow with #84B396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B396 on black background.


Color preview on white background

This text has color #84B396 on white background.



Black color preview on #84B396 background

This text has black color on #84B396 background.


White color preview on #84B396 background

This text has white color on #84B396 background.