COLOR #8D90CC

HEX: #8D90CC
RGB: (141,144,204)

Color info

#8D90CC contains mainly blue color. Web safe color of #8D90CC is #9999CC (or #99C).

RGB color model

#8D90CC color RGB value is (141,144,204).

  • red value is 141;
  • green value is 144;
  • blue value is 204.
RGB:
(141,144,204)
(55%,56%,80%)

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 204 of 255 = 80%

141
144
204

R + G + B ~ 64%. #8D90CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 204 = 489 (100%)
R 141 of 489 ~ 28.83%
G 144 of 489 ~ 29.45%
B 204 of 489 ~ 41.72%

%28.83
%29.45
%41.72

CMYK color model

#8D90CC color CMYK value is (31,29,0,20).

  • cyan value is 30.88%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(31,29,0,20)
C31M29Y0K20 
(31%,29%,0%,20%)
(0.31/0.29/0.00/0.20)	

CMYK percentages

%30.88
%29.41
%0
%20

Codes

Color #8D90CC in popluar color models

8D90CC
RGB141144204
HSL237°38.18%67.65%
HSB/HSV237°30.88%80.00%
CMYK30.88%29.41%0.00%
20.00%

Color #8D90CC in popluar number systems.

HEX8D90CC
Decimal141144204
Binary100011011001000011001100
Octal215220314

Shades and tints

Shades of #8D90CC

#8D90CC
(141,144,204)
#8183BA
(129,131,186)
#7576A8
(117,118,168)
#696996
(105,105,150)
#5D5C84
(93,92,132)
#514F72
(81,79,114)
#454260
(69,66,96)
#39354E
(57,53,78)
#2D283C
(45,40,60)
#211B2A
(33,27,42)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #8D90CC

#8D90CC
(141,144,204)
#979AD0
(151,154,208)
#A1A4D4
(161,164,212)
#ABAED8
(171,174,216)
#B5B8DC
(181,184,220)
#BFC2E0
(191,194,224)
#C9CCE4
(201,204,228)
#D3D6E8
(211,214,232)
#DDE0EC
(221,224,236)
#E7EAF0
(231,234,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D90CC color. Also use rgb(141,144,204) instead hex code.

Text Font Color

.myTextColor { color: #8D90CC; }

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

This text font color is #8D90CC.


Background Color

.myBgColor { background-color: #8D90CC; }

<div style="background-color:#8D90CC">Inner text</div>

This div background color is #8D90CC.


Border color

.myBorderColor { border: 1px solid #8D90CC; }

<div style="border:3px solid #8D90CC">Div</div>

This div border color is #8D90CC.


Opacity

.myOpacity80 { color: #8D90CC; opacity: 0.8; }

<p style="color:#8D90CC;opacity:0.8;">80%</p>

Text with #8D90CC 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 #8D90CC;}

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

This text has shadow with #8D90CC color.

.textShadow {text-shadow: 3px 3px 1px #8D90CC, 3px 3px 1px red;}

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

This text has shadow with #8D90CC primary color and red secondary color.


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

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

This text has shadow with #8D90CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D90CC on black background.


Color preview on white background

This text has color #8D90CC on white background.



Black color preview on #8D90CC background

This text has black color on #8D90CC background.


White color preview on #8D90CC background

This text has white color on #8D90CC background.