COLOR #88B7E0

HEX: #88B7E0 RGB: (136,183,224)

Color info

#88B7E0 contains mainly green and blue colors. Web safe color of #88B7E0 is #99CCCC (or #9CC).

RGB color model

#88B7E0 color RGB value is (136,183,224).

RGB: (136,183,224) (53%, 72%, 88%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 224 of 255 = 88%

136
183
224

R + G + B ~ 71%. #88B7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 183 + 224 = 543 (100%)
R 136 of 543 ~ 25.05%
G 183 of 543 ~ 33.7%
B 224 of 543 ~ 41.25'%

%25.05
%33.7
%41.25

CMYK color model

#88B7E0 color CMYK value is (39,18,0,12).

  • cyan value is 39.29%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (39,18,0,12)
C39M18Y0K12 (39%, 18%, 0%, 12%)
(0.39 / 0.18 / 0.00 / 0.12)

CMYK percentages

%39.29
%18.3
%0
%12.16

Codes

Color #88B7E0 in popluar color models

88 B7 E0
RGB 136 183 224
HSL 208° 58.67% 70.59%
HSB/HSV 208° 39.29% 87.84%
CMYK 39.29% 18.30% 0.00%
12.16%

Color #88B7E0 in popluar number systems.

HEX 88 B7 E0
Decimal 136 183 224
Binary 10001000 10110111 11100000
Octal 210 267 340

Shades and tints

Shades of #88B7E0

#88B7E0
(136,183,224)
#7CA7CC
(124,167,204)
#7097B8
(112,151,184)
#6487A4
(100,135,164)
#587790
(88,119,144)
#4C677C
(76,103,124)
#405768
(64,87,104)
#344754
(52,71,84)
#283740
(40,55,64)
#1C272C
(28,39,44)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #88B7E0

#88B7E0
(136,183,224)
#92BDE2
(146,189,226)
#9CC3E4
(156,195,228)
#A6C9E6
(166,201,230)
#B0CFE8
(176,207,232)
#BAD5EA
(186,213,234)
#C4DBEC
(196,219,236)
#CEE1EE
(206,225,238)
#D8E7F0
(216,231,240)
#E2EDF2
(226,237,242)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B7E0; }

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

This text font color is #88B7E0.

Background Color

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

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

This div background color is #88B7E0.

Border color

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

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

This div border color is #88B7E0.

Opacity

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

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

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

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

This text has shadow with #88B7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B7E0.

Preview

Color preview on black background

This text has color #88B7E0 on black background.


Color preview on white background

This text has color #88B7E0 on white background.


Black color preview on #88B7E0 background

This text has black color on #88B7E0 background.


White color preview on #88B7E0 background

This text has white color on #88B7E0 background.


Related colors

Complementary color

Complementary color for #hex is #77481F.


I love getcolorcode.com

Triadic colors

1 #E088B7 and #B7E088 with #88B7E0 are triadic colors.

2 #E0B788 and #B788E0 with #88B7E0 are triadic colors.