COLOR #908EDC

HEX: #908EDC
RGB: (144,142,220)

Color info

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

RGB color model

#908EDC color RGB value is (144,142,220).

  • red value is 144;
  • green value is 142;
  • blue value is 220.
RGB:
(144,142,220)
(56%,56%,86%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 220 of 255 = 86%

144
142
220

R + G + B ~ 66%. #908EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 220 = 506 (100%)
R 144 of 506 ~ 28.46%
G 142 of 506 ~ 28.06%
B 220 of 506 ~ 43.48%

%28.46
%28.06
%43.48

CMYK color model

#908EDC color CMYK value is (35,35,0,14).

  • cyan value is 34.55%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(35,35,0,14)
C35M35Y0K14 
(35%,35%,0%,14%)
(0.35/0.35/0.00/0.14)	

CMYK percentages

%34.55
%35.45
%0
%13.73

Codes

Color #908EDC in popluar color models

908EDC
RGB144142220
HSL242°52.70%70.98%
HSB/HSV242°35.45%86.27%
CMYK34.55%35.45%0.00%
13.73%

Color #908EDC in popluar number systems.

HEX908EDC
Decimal144142220
Binary100100001000111011011100
Octal220216334

Shades and tints

Shades of #908EDC

#908EDC
(144,142,220)
#8382C8
(131,130,200)
#7676B4
(118,118,180)
#696AA0
(105,106,160)
#5C5E8C
(92,94,140)
#4F5278
(79,82,120)
#424664
(66,70,100)
#353A50
(53,58,80)
#282E3C
(40,46,60)
#1B2228
(27,34,40)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #908EDC

#908EDC
(144,142,220)
#9A98DF
(154,152,223)
#A4A2E2
(164,162,226)
#AEACE5
(174,172,229)
#B8B6E8
(184,182,232)
#C2C0EB
(194,192,235)
#CCCAEE
(204,202,238)
#D6D4F1
(214,212,241)
#E0DEF4
(224,222,244)
#EAE8F7
(234,232,247)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908EDC color. Also use rgb(144,142,220) instead hex code.

Text Font Color

.myTextColor { color: #908EDC; }

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

This text font color is #908EDC.


Background Color

.myBgColor { background-color: #908EDC; }

<div style="background-color:#908EDC">Inner text</div>

This div background color is #908EDC.


Border color

.myBorderColor { border: 1px solid #908EDC; }

<div style="border:3px solid #908EDC">Div</div>

This div border color is #908EDC.


Opacity

.myOpacity80 { color: #908EDC; opacity: 0.8; }

<p style="color:#908EDC;opacity:0.8;">80%</p>

Text with #908EDC 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 #908EDC;}

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

This text has shadow with #908EDC color.

.textShadow {text-shadow: 3px 3px 1px #908EDC, 3px 3px 1px red;}

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

This text has shadow with #908EDC primary color and red secondary color.


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

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

This text has shadow with #908EDC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908EDC on black background.


Color preview on white background

This text has color #908EDC on white background.



Black color preview on #908EDC background

This text has black color on #908EDC background.


White color preview on #908EDC background

This text has white color on #908EDC background.