COLOR #88B7CF

HEX: #88B7CF RGB: (136,183,207)

Color info

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

RGB color model

#88B7CF color RGB value is (136,183,207).

RGB: (136,183,207) (53%, 72%, 81%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 207 of 255 = 81%

136
183
207

R + G + B ~ 69%. #88B7CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 183 + 207 = 526 (100%)
R 136 of 526 ~ 25.86%
G 183 of 526 ~ 34.79%
B 207 of 526 ~ 39.35'%

%25.86
%34.79
%39.35

CMYK color model

#88B7CF color CMYK value is (34,12,0,19).

  • cyan value is 34.30%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (34,12,0,19)
C34M12Y0K19 (34%, 12%, 0%, 19%)
(0.34 / 0.12 / 0.00 / 0.19)

CMYK percentages

%34.3
%11.59
%0
%18.82

Codes

Color #88B7CF in popluar color models

88 B7 CF
RGB 136 183 207
HSL 200° 42.51% 67.25%
HSB/HSV 200° 34.30% 81.18%
CMYK 34.30% 11.59% 0.00%
18.82%

Color #88B7CF in popluar number systems.

HEX 88 B7 CF
Decimal 136 183 207
Binary 10001000 10110111 11001111
Octal 210 267 317

Shades and tints

Shades of #88B7CF

#88B7CF
(136,183,207)
#7CA7BD
(124,167,189)
#7097AB
(112,151,171)
#648799
(100,135,153)
#587787
(88,119,135)
#4C6775
(76,103,117)
#405763
(64,87,99)
#344751
(52,71,81)
#28373F
(40,55,63)
#1C272D
(28,39,45)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #88B7CF

#88B7CF
(136,183,207)
#92BDD3
(146,189,211)
#9CC3D7
(156,195,215)
#A6C9DB
(166,201,219)
#B0CFDF
(176,207,223)
#BAD5E3
(186,213,227)
#C4DBE7
(196,219,231)
#CEE1EB
(206,225,235)
#D8E7EF
(216,231,239)
#E2EDF3
(226,237,243)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B7CF; }

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

This text font color is #88B7CF.

Background Color

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

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

This div background color is #88B7CF.

Border color

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

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

This div border color is #88B7CF.

Opacity

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

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

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

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

This text has shadow with #88B7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B7CF.

Preview

Color preview on black background

This text has color #88B7CF on black background.


Color preview on white background

This text has color #88B7CF on white background.


Black color preview on #88B7CF background

This text has black color on #88B7CF background.


White color preview on #88B7CF background

This text has white color on #88B7CF background.


Related colors

Complementary color

Complementary color for #hex is #774830.


I love getcolorcode.com

Triadic colors

1 #CF88B7 and #B7CF88 with #88B7CF are triadic colors.

2 #CFB788 and #B788CF with #88B7CF are triadic colors.