COLOR #87AF9A

HEX: #87AF9A RGB: (135,175,154)

Color info

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

RGB color model

#87AF9A color RGB value is (135,175,154).

RGB: (135,175,154) (53%, 69%, 60%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 154 of 255 = 60%

135
175
154

R + G + B ~ 61%. #87AF9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 154 = 464 (100%)
R 135 of 464 ~ 29.09%
G 175 of 464 ~ 37.72%
B 154 of 464 ~ 33.19'%

%29.09
%37.72
%33.19

CMYK color model

#87AF9A color CMYK value is (23,0,12,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%

CMYK: (23,0,12,31)
C23M0Y12K31 (23%, 0%, 12%, 31%)
(0.23 / 0.00 / 0.12 / 0.31)

CMYK percentages

%22.86
%0
%12
%31.37

Codes

Color #87AF9A in popluar color models

87 AF 9A
RGB 135 175 154
HSL 149° 20.00% 60.78%
HSB/HSV 149° 22.86% 68.63%
CMYK 22.86% 0.00% 12.00%
31.37%

Color #87AF9A in popluar number systems.

HEX 87 AF 9A
Decimal 135 175 154
Binary 10000111 10101111 10011010
Octal 207 257 232

Shades and tints

Shades of #87AF9A

#87AF9A
(135,175,154)
#7BA08C
(123,160,140)
#6F917E
(111,145,126)
#638270
(99,130,112)
#577362
(87,115,98)
#4B6454
(75,100,84)
#3F5546
(63,85,70)
#334638
(51,70,56)
#27372A
(39,55,42)
#1B281C
(27,40,28)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #87AF9A

#87AF9A
(135,175,154)
#91B6A3
(145,182,163)
#9BBDAC
(155,189,172)
#A5C4B5
(165,196,181)
#AFCBBE
(175,203,190)
#B9D2C7
(185,210,199)
#C3D9D0
(195,217,208)
#CDE0D9
(205,224,217)
#D7E7E2
(215,231,226)
#E1EEEB
(225,238,235)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AF9A color. Also use rgb(135,175,154) instead hex code.

Text Font Color

.myTextColor { color: #87AF9A; }

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

This text font color is #87AF9A.

Background Color

.myBgColor { background-color: #87AF9A; }

<div style="background-color:#87AF9A">Inner text</div>

This div background color is #87AF9A.

Border color

.myBorderColor { border: 1px solid #87AF9A; }

<div style="border:3px solid #87AF9A">Div</div>

This div border color is #87AF9A.

Opacity

.myOpacity80 { color: #87AF9A; opacity: 0.8; }

<p style="color:#87AF9A;opacity:0.8;">80%</p>

Text with #87AF9A 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 #87AF9A;}

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

This text has shadow with #87AF9A color.


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

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

This text has shadow with #87AF9A primary color and red secondary color.


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

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

This text has shadow with #87AF9A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87AF9A.

Preview

Color preview on black background

This text has color #87AF9A on black background.


Color preview on white background

This text has color #87AF9A on white background.


Black color preview on #87AF9A background

This text has black color on #87AF9A background.


White color preview on #87AF9A background

This text has white color on #87AF9A background.


Related colors

Complementary color

Complementary color for #hex is #785065.


I love getcolorcode.com

Triadic colors

1 #9A87AF and #AF9A87 with #87AF9A are triadic colors.

2 #9AAF87 and #AF879A with #87AF9A are triadic colors.