COLOR #88ACC4

HEX: #88ACC4 RGB: (136,172,196)

Color info

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

RGB color model

#88ACC4 color RGB value is (136,172,196).

RGB: (136,172,196) (53%, 67%, 77%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 196 of 255 = 77%

136
172
196

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

Portions of RGB colors in percentages

R + G + B = 136 + 172 + 196 = 504 (100%)
R 136 of 504 ~ 26.98%
G 172 of 504 ~ 34.13%
B 196 of 504 ~ 38.89'%

%26.98
%34.13
%38.89

CMYK color model

#88ACC4 color CMYK value is (31,12,0,23).

  • cyan value is 30.61%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (31,12,0,23)
C31M12Y0K23 (31%, 12%, 0%, 23%)
(0.31 / 0.12 / 0.00 / 0.23)

CMYK percentages

%30.61
%12.24
%0
%23.14

Codes

Color #88ACC4 in popluar color models

88 AC C4
RGB 136 172 196
HSL 204° 33.71% 65.10%
HSB/HSV 204° 30.61% 76.86%
CMYK 30.61% 12.24% 0.00%
23.14%

Color #88ACC4 in popluar number systems.

HEX 88 AC C4
Decimal 136 172 196
Binary 10001000 10101100 11000100
Octal 210 254 304

Shades and tints

Shades of #88ACC4

#88ACC4
(136,172,196)
#7C9DB3
(124,157,179)
#708EA2
(112,142,162)
#647F91
(100,127,145)
#587080
(88,112,128)
#4C616F
(76,97,111)
#40525E
(64,82,94)
#34434D
(52,67,77)
#28343C
(40,52,60)
#1C252B
(28,37,43)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #88ACC4

#88ACC4
(136,172,196)
#92B3C9
(146,179,201)
#9CBACE
(156,186,206)
#A6C1D3
(166,193,211)
#B0C8D8
(176,200,216)
#BACFDD
(186,207,221)
#C4D6E2
(196,214,226)
#CEDDE7
(206,221,231)
#D8E4EC
(216,228,236)
#E2EBF1
(226,235,241)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ACC4; }

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

This text font color is #88ACC4.

Background Color

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

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

This div background color is #88ACC4.

Border color

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

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

This div border color is #88ACC4.

Opacity

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

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

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

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

This text has shadow with #88ACC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ACC4.

Preview

Color preview on black background

This text has color #88ACC4 on black background.


Color preview on white background

This text has color #88ACC4 on white background.


Black color preview on #88ACC4 background

This text has black color on #88ACC4 background.


White color preview on #88ACC4 background

This text has white color on #88ACC4 background.


Related colors

Complementary color

Complementary color for #hex is #77533B.


I love getcolorcode.com

Triadic colors

1 #C488AC and #ACC488 with #88ACC4 are triadic colors.

2 #C4AC88 and #AC88C4 with #88ACC4 are triadic colors.