COLOR #88B4AA

HEX: #88B4AA RGB: (136,180,170)

Color info

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

RGB color model

#88B4AA color RGB value is (136,180,170).

RGB: (136,180,170) (53%, 71%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 170 of 255 = 67%

136
180
170

R + G + B ~ 64%. #88B4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 170 = 486 (100%)
R 136 of 486 ~ 27.98%
G 180 of 486 ~ 37.04%
B 170 of 486 ~ 34.98'%

%27.98
%37.04
%34.98

CMYK color model

#88B4AA color CMYK value is (24,0,6,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK: (24,0,6,29) C24M0Y6K29 (24%,0%,6%,29%) (0.24/0.00/0.06/0.29) 

CMYK percentages

%24.44
%0
%5.56
%29.41

Codes

Color #88B4AA in popluar color models

88 B4 AA
RGB 136 180 170
HSL 166° 22.68% 61.96%
HSB/HSV 166° 24.44% 70.59%
CMYK 24.44% 0.00% 5.56%
29.41%

Color #88B4AA in popluar number systems.

HEX 88 B4 AA
Decimal 136 180 170
Binary 10001000 10110100 10101010
Octal 210 264 252

Shades and tints

Shades of #88B4AA

#88B4AA
(136,180,170)
#7CA49B
(124,164,155)
#70948C
(112,148,140)
#64847D
(100,132,125)
#58746E
(88,116,110)
#4C645F
(76,100,95)
#405450
(64,84,80)
#344441
(52,68,65)
#283432
(40,52,50)
#1C2423
(28,36,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #88B4AA

#88B4AA
(136,180,170)
#92BAB1
(146,186,177)
#9CC0B8
(156,192,184)
#A6C6BF
(166,198,191)
#B0CCC6
(176,204,198)
#BAD2CD
(186,210,205)
#C4D8D4
(196,216,212)
#CEDEDB
(206,222,219)
#D8E4E2
(216,228,226)
#E2EAE9
(226,234,233)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B4AA color. Also use rgb(136,180,170) instead hex code.

Text Font Color

.myTextColor { color: #88B4AA; }

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

This text font color is #88B4AA.

Background Color

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

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

This div background color is #88B4AA.

Border color

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

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

This div border color is #88B4AA.

Opacity

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

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

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

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

This text has shadow with #88B4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B4AA.

Preview

Color preview on black background

This text has color #88B4AA on black background.


Color preview on white background

This text has color #88B4AA on white background.


Black color preview on #88B4AA background

This text has black color on #88B4AA background.


White color preview on #88B4AA background

This text has white color on #88B4AA background.


Related colors

Complementary color

Complementary color for #hex is #774B55.


I love getcolorcode.com

Triadic colors

1 #AA88B4 and #B4AA88 with #88B4AA are triadic colors.

2 #AAB488 and #B488AA with #88B4AA are triadic colors.