COLOR #888DFA

HEX: #888DFA
RGB: (136,141,250)

Color info

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

RGB color model

#888DFA color RGB value is (136,141,250).

  • red value is 136;
  • green value is 141;
  • blue value is 250.
RGB:
(136,141,250)
(53%,55%,98%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 250 of 255 = 98%

136
141
250

R + G + B ~ 69%. #888DFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 250 = 527 (100%)
R 136 of 527 ~ 25.81%
G 141 of 527 ~ 26.76%
B 250 of 527 ~ 47.44%

%25.81
%26.76
%47.44

CMYK color model

#888DFA color CMYK value is (46,44,0,2).

  • cyan value is 45.60%
  • magenta value is 43.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(46,44,0,2)
C46M44Y0K2 
(46%,44%,0%,2%)
(0.46/0.44/0.00/0.02)	

CMYK percentages

%45.6
%43.6
%0
%1.96

Codes

Color #888DFA in popluar color models

888DFA
RGB136141250
HSL237°91.94%75.69%
HSB/HSV237°45.60%98.04%
CMYK45.60%43.60%0.00%
1.96%

Color #888DFA in popluar number systems.

HEX888DFA
Decimal136141250
Binary100010001000110111111010
Octal210215372

Shades and tints

Shades of #888DFA

#888DFA
(136,141,250)
#7C81E4
(124,129,228)
#7075CE
(112,117,206)
#6469B8
(100,105,184)
#585DA2
(88,93,162)
#4C518C
(76,81,140)
#404576
(64,69,118)
#343960
(52,57,96)
#282D4A
(40,45,74)
#1C2134
(28,33,52)
#10151E
(16,21,30)
#000000
(0,0,0)

Tints of #888DFA

#888DFA
(136,141,250)
#9297FA
(146,151,250)
#9CA1FA
(156,161,250)
#A6ABFA
(166,171,250)
#B0B5FA
(176,181,250)
#BABFFA
(186,191,250)
#C4C9FA
(196,201,250)
#CED3FA
(206,211,250)
#D8DDFA
(216,221,250)
#E2E7FA
(226,231,250)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888DFA color. Also use rgb(136,141,250) instead hex code.

Text Font Color

.myTextColor { color: #888DFA; }

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

This text font color is #888DFA.


Background Color

.myBgColor { background-color: #888DFA; }

<div style="background-color:#888DFA">Inner text</div>

This div background color is #888DFA.


Border color

.myBorderColor { border: 1px solid #888DFA; }

<div style="border:3px solid #888DFA">Div</div>

This div border color is #888DFA.


Opacity

.myOpacity80 { color: #888DFA; opacity: 0.8; }

<p style="color:#888DFA;opacity:0.8;">80%</p>

Text with #888DFA 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 #888DFA;}

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

This text has shadow with #888DFA color.

.textShadow {text-shadow: 3px 3px 1px #888DFA, 3px 3px 1px red;}

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

This text has shadow with #888DFA primary color and red secondary color.


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

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

This text has shadow with #888DFA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888DFA on black background.


Color preview on white background

This text has color #888DFA on white background.



Black color preview on #888DFA background

This text has black color on #888DFA background.


White color preview on #888DFA background

This text has white color on #888DFA background.