COLOR #88AEB6

HEX: #88AEB6
RGB: (136,174,182)

Color info

#88AEB6 contains red, green and blue colors in about the same proportion. Web safe color of #88AEB6 is #9999CC (or #99C).

RGB color model

#88AEB6 color RGB value is (136,174,182).

  • red value is 136;
  • green value is 174;
  • blue value is 182.
RGB:
(136,174,182)
(53%,68%,71%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 182 of 255 = 71%

136
174
182

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

Portions of RGB colors in percentages

R + G + B =
136 + 174 + 182 = 492 (100%)
R 136 of 492 ~ 27.64%
G 174 of 492 ~ 35.37%
B 182 of 492 ~ 36.99%

%27.64
%35.37
%36.99

CMYK color model

#88AEB6 color CMYK value is (25,4,0,29).

  • cyan value is 25.27%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,4,0,29)
C25M4Y0K29 
(25%,4%,0%,29%)
(0.25/0.04/0.00/0.29)	

CMYK percentages

%25.27
%4.4
%0
%28.63

Codes

Color #88AEB6 in popluar color models

88AEB6
RGB136174182
HSL190°23.96%62.35%
HSB/HSV190°25.27%71.37%
CMYK25.27%4.40%0.00%
28.63%

Color #88AEB6 in popluar number systems.

HEX88AEB6
Decimal136174182
Binary100010001010111010110110
Octal210256266

Shades and tints

Shades of #88AEB6

#88AEB6
(136,174,182)
#7C9FA6
(124,159,166)
#709096
(112,144,150)
#648186
(100,129,134)
#587276
(88,114,118)
#4C6366
(76,99,102)
#405456
(64,84,86)
#344546
(52,69,70)
#283636
(40,54,54)
#1C2726
(28,39,38)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88AEB6

#88AEB6
(136,174,182)
#92B5BC
(146,181,188)
#9CBCC2
(156,188,194)
#A6C3C8
(166,195,200)
#B0CACE
(176,202,206)
#BAD1D4
(186,209,212)
#C4D8DA
(196,216,218)
#CEDFE0
(206,223,224)
#D8E6E6
(216,230,230)
#E2EDEC
(226,237,236)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AEB6 color. Also use rgb(136,174,182) instead hex code.

Text Font Color

.myTextColor { color: #88AEB6; }

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

This text font color is #88AEB6.


Background Color

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

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

This div background color is #88AEB6.


Border color

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

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

This div border color is #88AEB6.


Opacity

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

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

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

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

This text has shadow with #88AEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AEB6 on black background.


Color preview on white background

This text has color #88AEB6 on white background.



Black color preview on #88AEB6 background

This text has black color on #88AEB6 background.


White color preview on #88AEB6 background

This text has white color on #88AEB6 background.