COLOR #88AEBE

HEX: #88AEBE RGB: (136,174,190)

Color info

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

RGB color model

#88AEBE color RGB value is (136,174,190).

RGB: (136,174,190) (53%, 68%, 75%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 190 of 255 = 75%

136
174
190

R + G + B ~ 65%. #88AEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 174 + 190 = 500 (100%)
R 136 of 500 ~ 27.2%
G 174 of 500 ~ 34.8%
B 190 of 500 ~ 38'%

%27.2
%34.8
%38

CMYK color model

#88AEBE color CMYK value is (28,8,0,25).

  • cyan value is 28.42%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (28,8,0,25)
C28M8Y0K25 (28%, 8%, 0%, 25%)
(0.28 / 0.08 / 0.00 / 0.25)

CMYK percentages

%28.42
%8.42
%0
%25.49

Codes

Color #88AEBE in popluar color models

88 AE BE
RGB 136 174 190
HSL 198° 29.35% 63.92%
HSB/HSV 198° 28.42% 74.51%
CMYK 28.42% 8.42% 0.00%
25.49%

Color #88AEBE in popluar number systems.

HEX 88 AE BE
Decimal 136 174 190
Binary 10001000 10101110 10111110
Octal 210 256 276

Shades and tints

Shades of #88AEBE

#88AEBE
(136,174,190)
#7C9FAD
(124,159,173)
#70909C
(112,144,156)
#64818B
(100,129,139)
#58727A
(88,114,122)
#4C6369
(76,99,105)
#405458
(64,84,88)
#344547
(52,69,71)
#283636
(40,54,54)
#1C2725
(28,39,37)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #88AEBE

#88AEBE
(136,174,190)
#92B5C3
(146,181,195)
#9CBCC8
(156,188,200)
#A6C3CD
(166,195,205)
#B0CAD2
(176,202,210)
#BAD1D7
(186,209,215)
#C4D8DC
(196,216,220)
#CEDFE1
(206,223,225)
#D8E6E6
(216,230,230)
#E2EDEB
(226,237,235)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AEBE; }

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

This text font color is #88AEBE.

Background Color

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

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

This div background color is #88AEBE.

Border color

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

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

This div border color is #88AEBE.

Opacity

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

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

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

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

This text has shadow with #88AEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AEBE.

Preview

Color preview on black background

This text has color #88AEBE on black background.


Color preview on white background

This text has color #88AEBE on white background.


Black color preview on #88AEBE background

This text has black color on #88AEBE background.


White color preview on #88AEBE background

This text has white color on #88AEBE background.


Related colors

Complementary color

Complementary color for #hex is #775141.


I love getcolorcode.com

Triadic colors

1 #BE88AE and #AEBE88 with #88AEBE are triadic colors.

2 #BEAE88 and #AE88BE with #88AEBE are triadic colors.