COLOR #84AF98

HEX: #84AF98 RGB: (132,175,152)

Color info

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

RGB color model

#84AF98 color RGB value is (132,175,152).

RGB: (132,175,152) (52%, 69%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 152 of 255 = 60%

132
175
152

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

Portions of RGB colors in percentages

R + G + B = 132 + 175 + 152 = 459 (100%)
R 132 of 459 ~ 28.76%
G 175 of 459 ~ 38.13%
B 152 of 459 ~ 33.12'%

%28.76
%38.13
%33.12

CMYK color model

#84AF98 color CMYK value is (25,0,13,31).

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 31.37%

CMYK: (25,0,13,31)
C25M0Y13K31 (25%, 0%, 13%, 31%)
(0.25 / 0.00 / 0.13 / 0.31)

CMYK percentages

%24.57
%0
%13.14
%31.37

Codes

Color #84AF98 in popluar color models

84 AF 98
RGB 132 175 152
HSL 148° 21.18% 60.20%
HSB/HSV 148° 24.57% 68.63%
CMYK 24.57% 0.00% 13.14%
31.37%

Color #84AF98 in popluar number systems.

HEX 84 AF 98
Decimal 132 175 152
Binary 10000100 10101111 10011000
Octal 204 257 230

Shades and tints

Shades of #84AF98

#84AF98
(132,175,152)
#78A08B
(120,160,139)
#6C917E
(108,145,126)
#608271
(96,130,113)
#547364
(84,115,100)
#486457
(72,100,87)
#3C554A
(60,85,74)
#30463D
(48,70,61)
#243730
(36,55,48)
#182823
(24,40,35)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #84AF98

#84AF98
(132,175,152)
#8FB6A1
(143,182,161)
#9ABDAA
(154,189,170)
#A5C4B3
(165,196,179)
#B0CBBC
(176,203,188)
#BBD2C5
(187,210,197)
#C6D9CE
(198,217,206)
#D1E0D7
(209,224,215)
#DCE7E0
(220,231,224)
#E7EEE9
(231,238,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AF98; }

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

This text font color is #84AF98.

Background Color

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

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

This div background color is #84AF98.

Border color

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

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

This div border color is #84AF98.

Opacity

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

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

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

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

This text has shadow with #84AF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AF98.

Preview

Color preview on black background

This text has color #84AF98 on black background.


Color preview on white background

This text has color #84AF98 on white background.


Black color preview on #84AF98 background

This text has black color on #84AF98 background.


White color preview on #84AF98 background

This text has white color on #84AF98 background.


Related colors

Complementary color

Complementary color for #hex is #7B5067.


I love getcolorcode.com

Triadic colors

1 #9884AF and #AF9884 with #84AF98 are triadic colors.

2 #98AF84 and #AF8498 with #84AF98 are triadic colors.