COLOR #88AF9D

HEX: #88AF9D RGB: (136,175,157)

Color info

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

RGB color model

#88AF9D color RGB value is (136,175,157).

RGB: (136,175,157) (53%, 69%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 157 of 255 = 62%

136
175
157

R + G + B ~ 61%. #88AF9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 175 + 157 = 468 (100%)
R 136 of 468 ~ 29.06%
G 175 of 468 ~ 37.39%
B 157 of 468 ~ 33.55'%

%29.06
%37.39
%33.55

CMYK color model

#88AF9D color CMYK value is (22,0,10,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%

CMYK: (22,0,10,31)
C22M0Y10K31 (22%, 0%, 10%, 31%)
(0.22 / 0.00 / 0.10 / 0.31)

CMYK percentages

%22.29
%0
%10.29
%31.37

Codes

Color #88AF9D in popluar color models

88 AF 9D
RGB 136 175 157
HSL 152° 19.60% 60.98%
HSB/HSV 152° 22.29% 68.63%
CMYK 22.29% 0.00% 10.29%
31.37%

Color #88AF9D in popluar number systems.

HEX 88 AF 9D
Decimal 136 175 157
Binary 10001000 10101111 10011101
Octal 210 257 235

Shades and tints

Shades of #88AF9D

#88AF9D
(136,175,157)
#7CA08F
(124,160,143)
#709181
(112,145,129)
#648273
(100,130,115)
#587365
(88,115,101)
#4C6457
(76,100,87)
#405549
(64,85,73)
#34463B
(52,70,59)
#28372D
(40,55,45)
#1C281F
(28,40,31)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #88AF9D

#88AF9D
(136,175,157)
#92B6A5
(146,182,165)
#9CBDAD
(156,189,173)
#A6C4B5
(166,196,181)
#B0CBBD
(176,203,189)
#BAD2C5
(186,210,197)
#C4D9CD
(196,217,205)
#CEE0D5
(206,224,213)
#D8E7DD
(216,231,221)
#E2EEE5
(226,238,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AF9D color. Also use rgb(136,175,157) instead hex code.

Text Font Color

.myTextColor { color: #88AF9D; }

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

This text font color is #88AF9D.

Background Color

.myBgColor { background-color: #88AF9D; }

<div style="background-color:#88AF9D">Inner text</div>

This div background color is #88AF9D.

Border color

.myBorderColor { border: 1px solid #88AF9D; }

<div style="border:3px solid #88AF9D">Div</div>

This div border color is #88AF9D.

Opacity

.myOpacity80 { color: #88AF9D; opacity: 0.8; }

<p style="color:#88AF9D;opacity:0.8;">80%</p>

Text with #88AF9D 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 #88AF9D;}

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

This text has shadow with #88AF9D color.


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

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

This text has shadow with #88AF9D primary color and red secondary color.


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

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

This text has shadow with #88AF9D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88AF9D.

Preview

Color preview on black background

This text has color #88AF9D on black background.


Color preview on white background

This text has color #88AF9D on white background.


Black color preview on #88AF9D background

This text has black color on #88AF9D background.


White color preview on #88AF9D background

This text has white color on #88AF9D background.


Related colors

Complementary color

Complementary color for #hex is #775062.


I love getcolorcode.com

Triadic colors

1 #9D88AF and #AF9D88 with #88AF9D are triadic colors.

2 #9DAF88 and #AF889D with #88AF9D are triadic colors.