COLOR #88AFAF

HEX: #88AFAF
RGB: (136,175,175)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
175
175

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 175 = 486 (100%)
R 136 of 486 ~ 27.98%
G 175 of 486 ~ 36.01%
B 175 of 486 ~ 36.01%

%27.98
%36.01
%36.01

CMYK color model

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

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,0,0,31)
C22M0Y0K31 
(22%,0%,0%,31%)
(0.22/0.00/0.00/0.31)	

CMYK percentages

%22.29
%0
%0
%31.37

Codes

Color #88AFAF in popluar color models

88AFAF
RGB136175175
HSL180°19.60%60.98%
HSB/HSV180°22.29%68.63%
CMYK22.29%0.00%0.00%
31.37%

Color #88AFAF in popluar number systems.

HEX88AFAF
Decimal136175175
Binary100010001010111110101111
Octal210257257

Shades and tints

Shades of #88AFAF

#88AFAF
(136,175,175)
#7CA0A0
(124,160,160)
#709191
(112,145,145)
#648282
(100,130,130)
#587373
(88,115,115)
#4C6464
(76,100,100)
#405555
(64,85,85)
#344646
(52,70,70)
#283737
(40,55,55)
#1C2828
(28,40,40)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #88AFAF

#88AFAF
(136,175,175)
#92B6B6
(146,182,182)
#9CBDBD
(156,189,189)
#A6C4C4
(166,196,196)
#B0CBCB
(176,203,203)
#BAD2D2
(186,210,210)
#C4D9D9
(196,217,217)
#CEE0E0
(206,224,224)
#D8E7E7
(216,231,231)
#E2EEEE
(226,238,238)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AFAF; }

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

This text font color is #88AFAF.


Background Color

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

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

This div background color is #88AFAF.


Border color

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

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

This div border color is #88AFAF.


Opacity

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

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

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

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

This text has shadow with #88AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AFAF on black background.


Color preview on white background

This text has color #88AFAF on white background.



Black color preview on #88AFAF background

This text has black color on #88AFAF background.


White color preview on #88AFAF background

This text has white color on #88AFAF background.