COLOR #8D90C3

HEX: #8D90C3 RGB: (141,144,195)

Color info

#8D90C3 contains red, green and blue colors in about the same proportion. Web safe color of #8D90C3 is #9999CC (or #99C).

RGB color model

#8D90C3 color RGB value is (141,144,195).

RGB: (141,144,195) (55%, 56%, 76%)

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 195 of 255 = 76%

141
144
195

R + G + B ~ 62%. #8D90C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 144 + 195 = 480 (100%)
R 141 of 480 ~ 29.38%
G 144 of 480 ~ 30%
B 195 of 480 ~ 40.63'%

%29.38
%30
%40.63

CMYK color model

#8D90C3 color CMYK value is (28,26,0,24).

  • cyan value is 27.69%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (28,26,0,24) C28M26Y0K24 (28%,26%,0%,24%) (0.28/0.26/0.00/0.24) 

CMYK percentages

%27.69
%26.15
%0
%23.53

Codes

Color #8D90C3 in popluar color models

8D 90 C3
RGB 141 144 195
HSL 237° 31.03% 65.88%
HSB/HSV 237° 27.69% 76.47%
CMYK 27.69% 26.15% 0.00%
23.53%

Color #8D90C3 in popluar number systems.

HEX 8D 90 C3
Decimal 141 144 195
Binary 10001101 10010000 11000011
Octal 215 220 303

Shades and tints

Shades of #8D90C3

#8D90C3
(141,144,195)
#8183B2
(129,131,178)
#7576A1
(117,118,161)
#696990
(105,105,144)
#5D5C7F
(93,92,127)
#514F6E
(81,79,110)
#45425D
(69,66,93)
#39354C
(57,53,76)
#2D283B
(45,40,59)
#211B2A
(33,27,42)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #8D90C3

#8D90C3
(141,144,195)
#979AC8
(151,154,200)
#A1A4CD
(161,164,205)
#ABAED2
(171,174,210)
#B5B8D7
(181,184,215)
#BFC2DC
(191,194,220)
#C9CCE1
(201,204,225)
#D3D6E6
(211,214,230)
#DDE0EB
(221,224,235)
#E7EAF0
(231,234,240)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D90C3; }

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

This text font color is #8D90C3.

Background Color

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

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

This div background color is #8D90C3.

Border color

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

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

This div border color is #8D90C3.

Opacity

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

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

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

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

This text has shadow with #8D90C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D90C3.

Preview

Color preview on black background

This text has color #8D90C3 on black background.


Color preview on white background

This text has color #8D90C3 on white background.


Black color preview on #8D90C3 background

This text has black color on #8D90C3 background.


White color preview on #8D90C3 background

This text has white color on #8D90C3 background.


Related colors

Complementary color

Complementary color for #hex is #726F3C.


I love getcolorcode.com

Triadic colors

1 #C38D90 and #90C38D with #8D90C3 are triadic colors.

2 #C3908D and #908DC3 with #8D90C3 are triadic colors.