COLOR #88ADCF

HEX: #88ADCF
RGB: (136,173,207)

Color info

#88ADCF contains mainly green and blue colors. Web safe color of #88ADCF is #9999CC (or #99C).

RGB color model

#88ADCF color RGB value is (136,173,207).

  • red value is 136;
  • green value is 173;
  • blue value is 207.
RGB:
(136,173,207)
(53%,68%,81%)

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 207 of 255 = 81%

136
173
207

R + G + B ~ 67%. #88ADCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 207 = 516 (100%)
R 136 of 516 ~ 26.36%
G 173 of 516 ~ 33.53%
B 207 of 516 ~ 40.12%

%26.36
%33.53
%40.12

CMYK color model

#88ADCF color CMYK value is (34,16,0,19).

  • cyan value is 34.30%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(34,16,0,19)
C34M16Y0K19 
(34%,16%,0%,19%)
(0.34/0.16/0.00/0.19)	

CMYK percentages

%34.3
%16.43
%0
%18.82

Codes

Color #88ADCF in popluar color models

88ADCF
RGB136173207
HSL209°42.51%67.25%
HSB/HSV209°34.30%81.18%
CMYK34.30%16.43%0.00%
18.82%

Color #88ADCF in popluar number systems.

HEX88ADCF
Decimal136173207
Binary100010001010110111001111
Octal210255317

Shades and tints

Shades of #88ADCF

#88ADCF
(136,173,207)
#7C9EBD
(124,158,189)
#708FAB
(112,143,171)
#648099
(100,128,153)
#587187
(88,113,135)
#4C6275
(76,98,117)
#405363
(64,83,99)
#344451
(52,68,81)
#28353F
(40,53,63)
#1C262D
(28,38,45)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #88ADCF

#88ADCF
(136,173,207)
#92B4D3
(146,180,211)
#9CBBD7
(156,187,215)
#A6C2DB
(166,194,219)
#B0C9DF
(176,201,223)
#BAD0E3
(186,208,227)
#C4D7E7
(196,215,231)
#CEDEEB
(206,222,235)
#D8E5EF
(216,229,239)
#E2ECF3
(226,236,243)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ADCF; }

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

This text font color is #88ADCF.


Background Color

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

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

This div background color is #88ADCF.


Border color

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

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

This div border color is #88ADCF.


Opacity

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

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

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

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

This text has shadow with #88ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ADCF on black background.


Color preview on white background

This text has color #88ADCF on white background.



Black color preview on #88ADCF background

This text has black color on #88ADCF background.


White color preview on #88ADCF background

This text has white color on #88ADCF background.