COLOR #88AFB2

HEX: #88AFB2
RGB: (136,175,178)

Color info

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

RGB color model

#88AFB2 color RGB value is (136,175,178).

  • red value is 136;
  • green value is 175;
  • blue value is 178.
RGB:
(136,175,178)
(53%,69%,70%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 178 of 255 = 70%

136
175
178

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 178 = 489 (100%)
R 136 of 489 ~ 27.81%
G 175 of 489 ~ 35.79%
B 178 of 489 ~ 36.4%

%27.81
%35.79
%36.4

CMYK color model

#88AFB2 color CMYK value is (24,2,0,30).

  • cyan value is 23.60%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(24,2,0,30)
C24M2Y0K30 
(24%,2%,0%,30%)
(0.24/0.02/0.00/0.30)	

CMYK percentages

%23.6
%1.69
%0
%30.2

Codes

Color #88AFB2 in popluar color models

88AFB2
RGB136175178
HSL184°21.43%61.57%
HSB/HSV184°23.60%69.80%
CMYK23.60%1.69%0.00%
30.20%

Color #88AFB2 in popluar number systems.

HEX88AFB2
Decimal136175178
Binary100010001010111110110010
Octal210257262

Shades and tints

Shades of #88AFB2

#88AFB2
(136,175,178)
#7CA0A2
(124,160,162)
#709192
(112,145,146)
#648282
(100,130,130)
#587372
(88,115,114)
#4C6462
(76,100,98)
#405552
(64,85,82)
#344642
(52,70,66)
#283732
(40,55,50)
#1C2822
(28,40,34)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #88AFB2

#88AFB2
(136,175,178)
#92B6B9
(146,182,185)
#9CBDC0
(156,189,192)
#A6C4C7
(166,196,199)
#B0CBCE
(176,203,206)
#BAD2D5
(186,210,213)
#C4D9DC
(196,217,220)
#CEE0E3
(206,224,227)
#D8E7EA
(216,231,234)
#E2EEF1
(226,238,241)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AFB2; }

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

This text font color is #88AFB2.


Background Color

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

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

This div background color is #88AFB2.


Border color

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

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

This div border color is #88AFB2.


Opacity

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

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

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

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

This text has shadow with #88AFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AFB2 on black background.


Color preview on white background

This text has color #88AFB2 on white background.



Black color preview on #88AFB2 background

This text has black color on #88AFB2 background.


White color preview on #88AFB2 background

This text has white color on #88AFB2 background.