COLOR #84BD88

HEX: #84BD88
RGB: (132,189,136)

Color info

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

RGB color model

#84BD88 color RGB value is (132,189,136).

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

RGB channels and saturation

R 132 of 255 = 52%
G 189 of 255 = 74%
B 136 of 255 = 53%

132
189
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 136 = 457 (100%)
R 132 of 457 ~ 28.88%
G 189 of 457 ~ 41.36%
B 136 of 457 ~ 29.76%

%28.88
%41.36
%29.76

CMYK color model

#84BD88 color CMYK value is (30,0,28,26).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(30,0,28,26)
C30M0Y28K26 
(30%,0%,28%,26%)
(0.30/0.00/0.28/0.26)	

CMYK percentages

%30.16
%0
%28.04
%25.88

Codes

Color #84BD88 in popluar color models

84BD88
RGB132189136
HSL124°30.16%62.94%
HSB/HSV124°30.16%74.12%
CMYK30.16%0.00%28.04%
25.88%

Color #84BD88 in popluar number systems.

HEX84BD88
Decimal132189136
Binary100001001011110110001000
Octal204275210

Shades and tints

Shades of #84BD88

#84BD88
(132,189,136)
#78AC7C
(120,172,124)
#6C9B70
(108,155,112)
#608A64
(96,138,100)
#547958
(84,121,88)
#48684C
(72,104,76)
#3C5740
(60,87,64)
#304634
(48,70,52)
#243528
(36,53,40)
#18241C
(24,36,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #84BD88

#84BD88
(132,189,136)
#8FC392
(143,195,146)
#9AC99C
(154,201,156)
#A5CFA6
(165,207,166)
#B0D5B0
(176,213,176)
#BBDBBA
(187,219,186)
#C6E1C4
(198,225,196)
#D1E7CE
(209,231,206)
#DCEDD8
(220,237,216)
#E7F3E2
(231,243,226)
#F2F9EC
(242,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BD88; }

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

This text font color is #84BD88.


Background Color

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

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

This div background color is #84BD88.


Border color

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

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

This div border color is #84BD88.


Opacity

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

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

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

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

This text has shadow with #84BD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BD88 on black background.


Color preview on white background

This text has color #84BD88 on white background.



Black color preview on #84BD88 background

This text has black color on #84BD88 background.


White color preview on #84BD88 background

This text has white color on #84BD88 background.