COLOR #84A08D

HEX: #84A08D RGB: (132,160,141)

Color info

#84A08D contains red, green and blue colors in about the same proportion. Web safe color of #84A08D is #999999 (or #999).

RGB color model

#84A08D color RGB value is (132,160,141).

RGB: (132,160,141) (52%, 63%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 141 of 255 = 55%

132
160
141

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

Portions of RGB colors in percentages

R + G + B = 132 + 160 + 141 = 433 (100%)
R 132 of 433 ~ 30.48%
G 160 of 433 ~ 36.95%
B 141 of 433 ~ 32.56'%

%30.48
%36.95
%32.56

CMYK color model

#84A08D color CMYK value is (18,0,12,37).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 37.25%

CMYK: (18,0,12,37)
C18M0Y12K37 (18%, 0%, 12%, 37%)
(0.18 / 0.00 / 0.12 / 0.37)

CMYK percentages

%17.5
%0
%11.88
%37.25

Codes

Color #84A08D in popluar color models

84 A0 8D
RGB 132 160 141
HSL 139° 12.84% 57.25%
HSB/HSV 139° 17.50% 62.75%
CMYK 17.50% 0.00% 11.88%
37.25%

Color #84A08D in popluar number systems.

HEX 84 A0 8D
Decimal 132 160 141
Binary 10000100 10100000 10001101
Octal 204 240 215

Shades and tints

Shades of #84A08D

#84A08D
(132,160,141)
#789281
(120,146,129)
#6C8475
(108,132,117)
#607669
(96,118,105)
#54685D
(84,104,93)
#485A51
(72,90,81)
#3C4C45
(60,76,69)
#303E39
(48,62,57)
#24302D
(36,48,45)
#182221
(24,34,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #84A08D

#84A08D
(132,160,141)
#8FA897
(143,168,151)
#9AB0A1
(154,176,161)
#A5B8AB
(165,184,171)
#B0C0B5
(176,192,181)
#BBC8BF
(187,200,191)
#C6D0C9
(198,208,201)
#D1D8D3
(209,216,211)
#DCE0DD
(220,224,221)
#E7E8E7
(231,232,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A08D; }

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

This text font color is #84A08D.

Background Color

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

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

This div background color is #84A08D.

Border color

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

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

This div border color is #84A08D.

Opacity

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

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

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

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

This text has shadow with #84A08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A08D.

Preview

Color preview on black background

This text has color #84A08D on black background.


Color preview on white background

This text has color #84A08D on white background.


Black color preview on #84A08D background

This text has black color on #84A08D background.


White color preview on #84A08D background

This text has white color on #84A08D background.


Related colors

Complementary color

Complementary color for #hex is #7B5F72.


I love getcolorcode.com

Triadic colors

1 #8D84A0 and #A08D84 with #84A08D are triadic colors.

2 #8DA084 and #A0848D with #84A08D are triadic colors.