COLOR #84BBA1

HEX: #84BBA1
RGB: (132,187,161)

Color info

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

RGB color model

#84BBA1 color RGB value is (132,187,161).

  • red value is 132;
  • green value is 187;
  • blue value is 161.
RGB:
(132,187,161)
(52%,73%,63%)

RGB channels and saturation

R 132 of 255 = 52%
G 187 of 255 = 73%
B 161 of 255 = 63%

132
187
161

R + G + B ~ 63%. #84BBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 187 + 161 = 480 (100%)
R 132 of 480 ~ 27.5%
G 187 of 480 ~ 38.96%
B 161 of 480 ~ 33.54%

%27.5
%38.96
%33.54

CMYK color model

#84BBA1 color CMYK value is (29,0,14,27).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(29,0,14,27)
C29M0Y14K27 
(29%,0%,14%,27%)
(0.29/0.00/0.14/0.27)	

CMYK percentages

%29.41
%0
%13.9
%26.67

Codes

Color #84BBA1 in popluar color models

84BBA1
RGB132187161
HSL152°28.80%62.55%
HSB/HSV152°29.41%73.33%
CMYK29.41%0.00%13.90%
26.67%

Color #84BBA1 in popluar number systems.

HEX84BBA1
Decimal132187161
Binary100001001011101110100001
Octal204273241

Shades and tints

Shades of #84BBA1

#84BBA1
(132,187,161)
#78AA93
(120,170,147)
#6C9985
(108,153,133)
#608877
(96,136,119)
#547769
(84,119,105)
#48665B
(72,102,91)
#3C554D
(60,85,77)
#30443F
(48,68,63)
#243331
(36,51,49)
#182223
(24,34,35)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #84BBA1

#84BBA1
(132,187,161)
#8FC1A9
(143,193,169)
#9AC7B1
(154,199,177)
#A5CDB9
(165,205,185)
#B0D3C1
(176,211,193)
#BBD9C9
(187,217,201)
#C6DFD1
(198,223,209)
#D1E5D9
(209,229,217)
#DCEBE1
(220,235,225)
#E7F1E9
(231,241,233)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BBA1; }

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

This text font color is #84BBA1.


Background Color

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

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

This div background color is #84BBA1.


Border color

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

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

This div border color is #84BBA1.


Opacity

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

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

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

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

This text has shadow with #84BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BBA1 on black background.


Color preview on white background

This text has color #84BBA1 on white background.



Black color preview on #84BBA1 background

This text has black color on #84BBA1 background.


White color preview on #84BBA1 background

This text has white color on #84BBA1 background.