COLOR #88B0FD

HEX: #88B0FD RGB: (136,176,253)

Color info

#88B0FD contains mainly blue color. Web safe color of #88B0FD is #9999FF (or #99F).

RGB color model

#88B0FD color RGB value is (136,176,253).

RGB: (136,176,253) (53%, 69%, 99%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 253 of 255 = 99%

136
176
253

R + G + B ~ 74%. #88B0FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 176 + 253 = 565 (100%)
R 136 of 565 ~ 24.07%
G 176 of 565 ~ 31.15%
B 253 of 565 ~ 44.78'%

%24.07
%31.15
%44.78

CMYK color model

#88B0FD color CMYK value is (46,30,0,1).

  • cyan value is 46.25%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (46,30,0,1)
C46M30Y0K1 (46%, 30%, 0%, 1%)
(0.46 / 0.30 / 0.00 / 0.01)

CMYK percentages

%46.25
%30.43
%0
%0.78

Codes

Color #88B0FD in popluar color models

88 B0 FD
RGB 136 176 253
HSL 219° 96.69% 76.27%
HSB/HSV 219° 46.25% 99.22%
CMYK 46.25% 30.43% 0.00%
0.78%

Color #88B0FD in popluar number systems.

HEX 88 B0 FD
Decimal 136 176 253
Binary 10001000 10110000 11111101
Octal 210 260 375

Shades and tints

Shades of #88B0FD

#88B0FD
(136,176,253)
#7CA0E6
(124,160,230)
#7090CF
(112,144,207)
#6480B8
(100,128,184)
#5870A1
(88,112,161)
#4C608A
(76,96,138)
#405073
(64,80,115)
#34405C
(52,64,92)
#283045
(40,48,69)
#1C202E
(28,32,46)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #88B0FD

#88B0FD
(136,176,253)
#92B7FD
(146,183,253)
#9CBEFD
(156,190,253)
#A6C5FD
(166,197,253)
#B0CCFD
(176,204,253)
#BAD3FD
(186,211,253)
#C4DAFD
(196,218,253)
#CEE1FD
(206,225,253)
#D8E8FD
(216,232,253)
#E2EFFD
(226,239,253)
#ECF6FD
(236,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B0FD color. Also use rgb(136,176,253) instead hex code.

Text Font Color

.myTextColor { color: #88B0FD; }

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

This text font color is #88B0FD.

Background Color

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

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

This div background color is #88B0FD.

Border color

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

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

This div border color is #88B0FD.

Opacity

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

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

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

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

This text has shadow with #88B0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B0FD.

Preview

Color preview on black background

This text has color #88B0FD on black background.


Color preview on white background

This text has color #88B0FD on white background.


Black color preview on #88B0FD background

This text has black color on #88B0FD background.


White color preview on #88B0FD background

This text has white color on #88B0FD background.


Related colors

Complementary color

Complementary color for #hex is #774F02.


I love getcolorcode.com

Triadic colors

1 #FD88B0 and #B0FD88 with #88B0FD are triadic colors.

2 #FDB088 and #B088FD with #88B0FD are triadic colors.