COLOR #909EC5

HEX: #909EC5
RGB: (144,158,197)

Color info

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

RGB color model

#909EC5 color RGB value is (144,158,197).

  • red value is 144;
  • green value is 158;
  • blue value is 197.
RGB:
(144,158,197)
(56%,62%,77%)

RGB channels and saturation

R 144 of 255 = 56%
G 158 of 255 = 62%
B 197 of 255 = 77%

144
158
197

R + G + B ~ 65%. #909EC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 158 + 197 = 499 (100%)
R 144 of 499 ~ 28.86%
G 158 of 499 ~ 31.66%
B 197 of 499 ~ 39.48%

%28.86
%31.66
%39.48

CMYK color model

#909EC5 color CMYK value is (27,20,0,23).

  • cyan value is 26.90%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(27,20,0,23)
C27M20Y0K23 
(27%,20%,0%,23%)
(0.27/0.20/0.00/0.23)	

CMYK percentages

%26.9
%19.8
%0
%22.75

Codes

Color #909EC5 in popluar color models

909EC5
RGB144158197
HSL224°31.36%66.86%
HSB/HSV224°26.90%77.25%
CMYK26.90%19.80%0.00%
22.75%

Color #909EC5 in popluar number systems.

HEX909EC5
Decimal144158197
Binary100100001001111011000101
Octal220236305

Shades and tints

Shades of #909EC5

#909EC5
(144,158,197)
#8390B4
(131,144,180)
#7682A3
(118,130,163)
#697492
(105,116,146)
#5C6681
(92,102,129)
#4F5870
(79,88,112)
#424A5F
(66,74,95)
#353C4E
(53,60,78)
#282E3D
(40,46,61)
#1B202C
(27,32,44)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #909EC5

#909EC5
(144,158,197)
#9AA6CA
(154,166,202)
#A4AECF
(164,174,207)
#AEB6D4
(174,182,212)
#B8BED9
(184,190,217)
#C2C6DE
(194,198,222)
#CCCEE3
(204,206,227)
#D6D6E8
(214,214,232)
#E0DEED
(224,222,237)
#EAE6F2
(234,230,242)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909EC5 color. Also use rgb(144,158,197) instead hex code.

Text Font Color

.myTextColor { color: #909EC5; }

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

This text font color is #909EC5.


Background Color

.myBgColor { background-color: #909EC5; }

<div style="background-color:#909EC5">Inner text</div>

This div background color is #909EC5.


Border color

.myBorderColor { border: 1px solid #909EC5; }

<div style="border:3px solid #909EC5">Div</div>

This div border color is #909EC5.


Opacity

.myOpacity80 { color: #909EC5; opacity: 0.8; }

<p style="color:#909EC5;opacity:0.8;">80%</p>

Text with #909EC5 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 #909EC5;}

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

This text has shadow with #909EC5 color.

.textShadow {text-shadow: 3px 3px 1px #909EC5, 3px 3px 1px red;}

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

This text has shadow with #909EC5 primary color and red secondary color.


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

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

This text has shadow with #909EC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909EC5 on black background.


Color preview on white background

This text has color #909EC5 on white background.



Black color preview on #909EC5 background

This text has black color on #909EC5 background.


White color preview on #909EC5 background

This text has white color on #909EC5 background.