COLOR #909DB5

HEX: #909DB5 RGB: (144,157,181)

Color info

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

RGB color model

#909DB5 color RGB value is (144,157,181).

RGB: (144,157,181) (56%, 62%, 71%)

RGB channels and saturation

R 144 of 255 = 56%
G 157 of 255 = 62%
B 181 of 255 = 71%

144
157
181

R + G + B ~ 63%. #909DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 157 + 181 = 482 (100%)
R 144 of 482 ~ 29.88%
G 157 of 482 ~ 32.57%
B 181 of 482 ~ 37.55'%

%29.88
%32.57
%37.55

CMYK color model

#909DB5 color CMYK value is (20,13,0,29).

  • cyan value is 20.44%
  • magenta value is 13.26%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (20,13,0,29)
C20M13Y0K29 (20%, 13%, 0%, 29%)
(0.20 / 0.13 / 0.00 / 0.29)

CMYK percentages

%20.44
%13.26
%0
%29.02

Codes

Color #909DB5 in popluar color models

90 9D B5
RGB 144 157 181
HSL 219° 20.00% 63.73%
HSB/HSV 219° 20.44% 70.98%
CMYK 20.44% 13.26% 0.00%
29.02%

Color #909DB5 in popluar number systems.

HEX 90 9D B5
Decimal 144 157 181
Binary 10010000 10011101 10110101
Octal 220 235 265

Shades and tints

Shades of #909DB5

#909DB5
(144,157,181)
#838FA5
(131,143,165)
#768195
(118,129,149)
#697385
(105,115,133)
#5C6575
(92,101,117)
#4F5765
(79,87,101)
#424955
(66,73,85)
#353B45
(53,59,69)
#282D35
(40,45,53)
#1B1F25
(27,31,37)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #909DB5

#909DB5
(144,157,181)
#9AA5BB
(154,165,187)
#A4ADC1
(164,173,193)
#AEB5C7
(174,181,199)
#B8BDCD
(184,189,205)
#C2C5D3
(194,197,211)
#CCCDD9
(204,205,217)
#D6D5DF
(214,213,223)
#E0DDE5
(224,221,229)
#EAE5EB
(234,229,235)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909DB5 color. Also use rgb(144,157,181) instead hex code.

Text Font Color

.myTextColor { color: #909DB5; }

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

This text font color is #909DB5.

Background Color

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

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

This div background color is #909DB5.

Border color

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

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

This div border color is #909DB5.

Opacity

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

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

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

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

This text has shadow with #909DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #909DB5.

Preview

Color preview on black background

This text has color #909DB5 on black background.


Color preview on white background

This text has color #909DB5 on white background.


Black color preview on #909DB5 background

This text has black color on #909DB5 background.


White color preview on #909DB5 background

This text has white color on #909DB5 background.


Related colors

Complementary color

Complementary color for #hex is #6F624A.


I love getcolorcode.com

Triadic colors

1 #B5909D and #9DB590 with #909DB5 are triadic colors.

2 #B59D90 and #9D90B5 with #909DB5 are triadic colors.