COLOR #84B884

HEX: #84B884
RGB: (132,184,132)

Renk bilgisi

#84B884 contains red, green and blue colors in about the same proportion. #84B884 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84B884 color RGB value is (132,184,132).

  • kırmız ton 132;
  • yeşil ton 184;
  • mavi ton 132.
RGB:
(132,184,132)
(52%,72%,52%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 184 of 255 = 72%
B 132 of 255 = 52%

132
184
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 184 + 132 = 448 (100%)
R 132 of 448 ~ 29.46%
G 184 of 448 ~ 41.07%
B 132 of 448 ~ 29.46%

%29.46
%41.07
%29.46

CMYK RENK MODELİ

#84B884 rengi CMYK tonu (28,0,28,28).

  • camgöbeği tonu 28.26%
  • eflatun tonu 0.00%
  • sarı tonu 28.26%
  • ana renk tonu 27.84%
CMYK:
(28,0,28,28)
C28M0Y28K28 
(28%,0%,28%,28%)
(0.28/0.00/0.28/0.28)	

CMYK yüzdeleri

%28.26
%0
%28.26
%27.84

Codes

Color #84B884 in popluar color models

84B884
RGB132184132
HSL120°26.80%61.96%
HSB/HSV120°28.26%72.16%
CMYK28.26%0.00%28.26%
27.84%

Color #84B884 in popluar number systems.

HEX84B884
Decimal132184132
Binary100001001011100010000100
Octal204270204

Shades and tints

Shades of #84B884

#84B884
(132,184,132)
#78A878
(120,168,120)
#6C986C
(108,152,108)
#608860
(96,136,96)
#547854
(84,120,84)
#486848
(72,104,72)
#3C583C
(60,88,60)
#304830
(48,72,48)
#243824
(36,56,36)
#182818
(24,40,24)
#0C180C
(12,24,12)
#000000
(0,0,0)

Tints of #84B884

#84B884
(132,184,132)
#8FBE8F
(143,190,143)
#9AC49A
(154,196,154)
#A5CAA5
(165,202,165)
#B0D0B0
(176,208,176)
#BBD6BB
(187,214,187)
#C6DCC6
(198,220,198)
#D1E2D1
(209,226,209)
#DCE8DC
(220,232,220)
#E7EEE7
(231,238,231)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B884; }

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

This text font color is #84B884.


Background Color

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

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

This div background color is #84B884.


Border color

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

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

This div border color is #84B884.


Opacity

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

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

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

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

This text has shadow with #84B884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B884 on black background.


Color preview on white background

This text has color #84B884 on white background.



Black color preview on #84B884 background

This text has black color on #84B884 background.


White color preview on #84B884 background

This text has white color on #84B884 background.