COLOR #88BFE1

HEX: #88BFE1
RGB: (136,191,225)

Color info

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

RGB color model

#88BFE1 color RGB value is (136,191,225).

  • red value is 136;
  • green value is 191;
  • blue value is 225.
RGB:
(136,191,225)
(53%,75%,88%)

RGB channels and saturation

R 136 of 255 = 53%
G 191 of 255 = 75%
B 225 of 255 = 88%

136
191
225

R + G + B ~ 72%. #88BFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 191 + 225 = 552 (100%)
R 136 of 552 ~ 24.64%
G 191 of 552 ~ 34.6%
B 225 of 552 ~ 40.76%

%24.64
%34.6
%40.76

CMYK color model

#88BFE1 color CMYK value is (40,15,0,12).

  • cyan value is 39.56%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(40,15,0,12)
C40M15Y0K12 
(40%,15%,0%,12%)
(0.40/0.15/0.00/0.12)	

CMYK percentages

%39.56
%15.11
%0
%11.76

Codes

Color #88BFE1 in popluar color models

88BFE1
RGB136191225
HSL203°59.73%70.78%
HSB/HSV203°39.56%88.24%
CMYK39.56%15.11%0.00%
11.76%

Color #88BFE1 in popluar number systems.

HEX88BFE1
Decimal136191225
Binary100010001011111111100001
Octal210277341

Shades and tints

Shades of #88BFE1

#88BFE1
(136,191,225)
#7CAECD
(124,174,205)
#709DB9
(112,157,185)
#648CA5
(100,140,165)
#587B91
(88,123,145)
#4C6A7D
(76,106,125)
#405969
(64,89,105)
#344855
(52,72,85)
#283741
(40,55,65)
#1C262D
(28,38,45)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #88BFE1

#88BFE1
(136,191,225)
#92C4E3
(146,196,227)
#9CC9E5
(156,201,229)
#A6CEE7
(166,206,231)
#B0D3E9
(176,211,233)
#BAD8EB
(186,216,235)
#C4DDED
(196,221,237)
#CEE2EF
(206,226,239)
#D8E7F1
(216,231,241)
#E2ECF3
(226,236,243)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BFE1 color. Also use rgb(136,191,225) instead hex code.

Text Font Color

.myTextColor { color: #88BFE1; }

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

This text font color is #88BFE1.


Background Color

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

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

This div background color is #88BFE1.


Border color

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

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

This div border color is #88BFE1.


Opacity

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

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

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

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

This text has shadow with #88BFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BFE1 on black background.


Color preview on white background

This text has color #88BFE1 on white background.



Black color preview on #88BFE1 background

This text has black color on #88BFE1 background.


White color preview on #88BFE1 background

This text has white color on #88BFE1 background.