COLOR #84BD91

HEX: #84BD91
RGB: (132,189,145)

Color info

#84BD91 contains red, green and blue colors in about the same proportion. Web safe color of #84BD91 is #99CC99 (or #9C9).

RGB color model

#84BD91 color RGB value is (132,189,145).

  • red value is 132;
  • green value is 189;
  • blue value is 145.
RGB:
(132,189,145)
(52%,74%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 189 of 255 = 74%
B 145 of 255 = 57%

132
189
145

R + G + B ~ 61%. #84BD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 145 = 466 (100%)
R 132 of 466 ~ 28.33%
G 189 of 466 ~ 40.56%
B 145 of 466 ~ 31.12%

%28.33
%40.56
%31.12

CMYK color model

#84BD91 color CMYK value is (30,0,23,26).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK:
(30,0,23,26)
C30M0Y23K26 
(30%,0%,23%,26%)
(0.30/0.00/0.23/0.26)	

CMYK percentages

%30.16
%0
%23.28
%25.88

Codes

Color #84BD91 in popluar color models

84BD91
RGB132189145
HSL134°30.16%62.94%
HSB/HSV134°30.16%74.12%
CMYK30.16%0.00%23.28%
25.88%

Color #84BD91 in popluar number systems.

HEX84BD91
Decimal132189145
Binary100001001011110110010001
Octal204275221

Shades and tints

Shades of #84BD91

#84BD91
(132,189,145)
#78AC84
(120,172,132)
#6C9B77
(108,155,119)
#608A6A
(96,138,106)
#54795D
(84,121,93)
#486850
(72,104,80)
#3C5743
(60,87,67)
#304636
(48,70,54)
#243529
(36,53,41)
#18241C
(24,36,28)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #84BD91

#84BD91
(132,189,145)
#8FC39B
(143,195,155)
#9AC9A5
(154,201,165)
#A5CFAF
(165,207,175)
#B0D5B9
(176,213,185)
#BBDBC3
(187,219,195)
#C6E1CD
(198,225,205)
#D1E7D7
(209,231,215)
#DCEDE1
(220,237,225)
#E7F3EB
(231,243,235)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BD91; }

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

This text font color is #84BD91.


Background Color

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

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

This div background color is #84BD91.


Border color

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

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

This div border color is #84BD91.


Opacity

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

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

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

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

This text has shadow with #84BD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BD91 on black background.


Color preview on white background

This text has color #84BD91 on white background.



Black color preview on #84BD91 background

This text has black color on #84BD91 background.


White color preview on #84BD91 background

This text has white color on #84BD91 background.