COLOR #88A7BB

HEX: #88A7BB RGB: (136,167,187)

Color info

#88A7BB contains red, green and blue colors in about the same proportion. Web safe color of #88A7BB is #9999CC (or #99C).

RGB color model

#88A7BB color RGB value is (136,167,187).

RGB: (136,167,187) (53%, 65%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 167 of 255 = 65%
B 187 of 255 = 73%

136
167
187

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

Portions of RGB colors in percentages

R + G + B = 136 + 167 + 187 = 490 (100%)
R 136 of 490 ~ 27.76%
G 167 of 490 ~ 34.08%
B 187 of 490 ~ 38.16'%

%27.76
%34.08
%38.16

CMYK color model

#88A7BB color CMYK value is (27,11,0,27).

  • cyan value is 27.27%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (27,11,0,27)
C27M11Y0K27 (27%, 11%, 0%, 27%)
(0.27 / 0.11 / 0.00 / 0.27)

CMYK percentages

%27.27
%10.7
%0
%26.67

Codes

Color #88A7BB in popluar color models

88 A7 BB
RGB 136 167 187
HSL 204° 27.27% 63.33%
HSB/HSV 204° 27.27% 73.33%
CMYK 27.27% 10.70% 0.00%
26.67%

Color #88A7BB in popluar number systems.

HEX 88 A7 BB
Decimal 136 167 187
Binary 10001000 10100111 10111011
Octal 210 247 273

Shades and tints

Shades of #88A7BB

#88A7BB
(136,167,187)
#7C98AA
(124,152,170)
#708999
(112,137,153)
#647A88
(100,122,136)
#586B77
(88,107,119)
#4C5C66
(76,92,102)
#404D55
(64,77,85)
#343E44
(52,62,68)
#282F33
(40,47,51)
#1C2022
(28,32,34)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88A7BB

#88A7BB
(136,167,187)
#92AFC1
(146,175,193)
#9CB7C7
(156,183,199)
#A6BFCD
(166,191,205)
#B0C7D3
(176,199,211)
#BACFD9
(186,207,217)
#C4D7DF
(196,215,223)
#CEDFE5
(206,223,229)
#D8E7EB
(216,231,235)
#E2EFF1
(226,239,241)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A7BB; }

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

This text font color is #88A7BB.

Background Color

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

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

This div background color is #88A7BB.

Border color

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

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

This div border color is #88A7BB.

Opacity

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

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

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

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

This text has shadow with #88A7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A7BB.

Preview

Color preview on black background

This text has color #88A7BB on black background.


Color preview on white background

This text has color #88A7BB on white background.


Black color preview on #88A7BB background

This text has black color on #88A7BB background.


White color preview on #88A7BB background

This text has white color on #88A7BB background.


Related colors

Complementary color

Complementary color for #hex is #775844.


I love getcolorcode.com

Triadic colors

1 #BB88A7 and #A7BB88 with #88A7BB are triadic colors.

2 #BBA788 and #A788BB with #88A7BB are triadic colors.