COLOR #8088BA

HEX: #8088BA
RGB: (128,136,186)

Color info

#8088BA contains red, green and blue colors in about the same proportion. Web safe color of #8088BA is #6699CC (or #69C).

RGB color model

#8088BA color RGB value is (128,136,186).

  • red value is 128;
  • green value is 136;
  • blue value is 186.
RGB:
(128,136,186)
(50%,53%,73%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 186 of 255 = 73%

128
136
186

R + G + B ~ 59%. #8088BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 186 = 450 (100%)
R 128 of 450 ~ 28.44%
G 136 of 450 ~ 30.22%
B 186 of 450 ~ 41.33%

%28.44
%30.22
%41.33

CMYK color model

#8088BA color CMYK value is (31,27,0,27).

  • cyan value is 31.18%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(31,27,0,27)
C31M27Y0K27 
(31%,27%,0%,27%)
(0.31/0.27/0.00/0.27)	

CMYK percentages

%31.18
%26.88
%0
%27.06

Codes

Color #8088BA in popluar color models

8088BA
RGB128136186
HSL232°29.59%61.57%
HSB/HSV232°31.18%72.94%
CMYK31.18%26.88%0.00%
27.06%

Color #8088BA in popluar number systems.

HEX8088BA
Decimal128136186
Binary100000001000100010111010
Octal200210272

Shades and tints

Shades of #8088BA

#8088BA
(128,136,186)
#757CAA
(117,124,170)
#6A709A
(106,112,154)
#5F648A
(95,100,138)
#54587A
(84,88,122)
#494C6A
(73,76,106)
#3E405A
(62,64,90)
#33344A
(51,52,74)
#28283A
(40,40,58)
#1D1C2A
(29,28,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #8088BA

#8088BA
(128,136,186)
#8B92C0
(139,146,192)
#969CC6
(150,156,198)
#A1A6CC
(161,166,204)
#ACB0D2
(172,176,210)
#B7BAD8
(183,186,216)
#C2C4DE
(194,196,222)
#CDCEE4
(205,206,228)
#D8D8EA
(216,216,234)
#E3E2F0
(227,226,240)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8088BA color. Also use rgb(128,136,186) instead hex code.

Text Font Color

.myTextColor { color: #8088BA; }

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

This text font color is #8088BA.


Background Color

.myBgColor { background-color: #8088BA; }

<div style="background-color:#8088BA">Inner text</div>

This div background color is #8088BA.


Border color

.myBorderColor { border: 1px solid #8088BA; }

<div style="border:3px solid #8088BA">Div</div>

This div border color is #8088BA.


Opacity

.myOpacity80 { color: #8088BA; opacity: 0.8; }

<p style="color:#8088BA;opacity:0.8;">80%</p>

Text with #8088BA 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 #8088BA;}

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

This text has shadow with #8088BA color.

.textShadow {text-shadow: 3px 3px 1px #8088BA, 3px 3px 1px red;}

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

This text has shadow with #8088BA primary color and red secondary color.


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

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

This text has shadow with #8088BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8088BA on black background.


Color preview on white background

This text has color #8088BA on white background.



Black color preview on #8088BA background

This text has black color on #8088BA background.


White color preview on #8088BA background

This text has white color on #8088BA background.