COLOR #88ACC7

HEX: #88ACC7 RGB: (136,172,199)

Color info

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

RGB color model

#88ACC7 color RGB value is (136,172,199).

RGB: (136,172,199) (53%, 67%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 199 of 255 = 78%

136
172
199

R + G + B ~ 66%. #88ACC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 172 + 199 = 507 (100%)
R 136 of 507 ~ 26.82%
G 172 of 507 ~ 33.93%
B 199 of 507 ~ 39.25'%

%26.82
%33.93
%39.25

CMYK color model

#88ACC7 color CMYK value is (32,14,0,22).

  • cyan value is 31.66%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (32,14,0,22)
C32M14Y0K22 (32%, 14%, 0%, 22%)
(0.32 / 0.14 / 0.00 / 0.22)

CMYK percentages

%31.66
%13.57
%0
%21.96

Codes

Color #88ACC7 in popluar color models

88 AC C7
RGB 136 172 199
HSL 206° 36.00% 65.69%
HSB/HSV 206° 31.66% 78.04%
CMYK 31.66% 13.57% 0.00%
21.96%

Color #88ACC7 in popluar number systems.

HEX 88 AC C7
Decimal 136 172 199
Binary 10001000 10101100 11000111
Octal 210 254 307

Shades and tints

Shades of #88ACC7

#88ACC7
(136,172,199)
#7C9DB5
(124,157,181)
#708EA3
(112,142,163)
#647F91
(100,127,145)
#58707F
(88,112,127)
#4C616D
(76,97,109)
#40525B
(64,82,91)
#344349
(52,67,73)
#283437
(40,52,55)
#1C2525
(28,37,37)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88ACC7

#88ACC7
(136,172,199)
#92B3CC
(146,179,204)
#9CBAD1
(156,186,209)
#A6C1D6
(166,193,214)
#B0C8DB
(176,200,219)
#BACFE0
(186,207,224)
#C4D6E5
(196,214,229)
#CEDDEA
(206,221,234)
#D8E4EF
(216,228,239)
#E2EBF4
(226,235,244)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ACC7; }

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

This text font color is #88ACC7.

Background Color

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

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

This div background color is #88ACC7.

Border color

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

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

This div border color is #88ACC7.

Opacity

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

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

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

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

This text has shadow with #88ACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ACC7.

Preview

Color preview on black background

This text has color #88ACC7 on black background.


Color preview on white background

This text has color #88ACC7 on white background.


Black color preview on #88ACC7 background

This text has black color on #88ACC7 background.


White color preview on #88ACC7 background

This text has white color on #88ACC7 background.


Related colors

Complementary color

Complementary color for #hex is #775338.


I love getcolorcode.com

Triadic colors

1 #C788AC and #ACC788 with #88ACC7 are triadic colors.

2 #C7AC88 and #AC88C7 with #88ACC7 are triadic colors.