COLOR #999ED0

HEX: #999ED0 RGB: (153,158,208)

Color info

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

RGB color model

#999ED0 color RGB value is (153,158,208).

RGB: (153,158,208) (60%, 62%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 208 of 255 = 82%

153
158
208

R + G + B ~ 68%. #999ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 158 + 208 = 519 (100%)
R 153 of 519 ~ 29.48%
G 158 of 519 ~ 30.44%
B 208 of 519 ~ 40.08'%

%29.48
%30.44
%40.08

CMYK color model

#999ED0 color CMYK value is (26,24,0,18).

  • cyan value is 26.44%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (26,24,0,18)
C26M24Y0K18 (26%, 24%, 0%, 18%)
(0.26 / 0.24 / 0.00 / 0.18)

CMYK percentages

%26.44
%24.04
%0
%18.43

Codes

Color #999ED0 in popluar color models

99 9E D0
RGB 153 158 208
HSL 235° 36.91% 70.78%
HSB/HSV 235° 26.44% 81.57%
CMYK 26.44% 24.04% 0.00%
18.43%

Color #999ED0 in popluar number systems.

HEX 99 9E D0
Decimal 153 158 208
Binary 10011001 10011110 11010000
Octal 231 236 320

Shades and tints

Shades of #999ED0

#999ED0
(153,158,208)
#8C90BE
(140,144,190)
#7F82AC
(127,130,172)
#72749A
(114,116,154)
#656688
(101,102,136)
#585876
(88,88,118)
#4B4A64
(75,74,100)
#3E3C52
(62,60,82)
#312E40
(49,46,64)
#24202E
(36,32,46)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #999ED0

#999ED0
(153,158,208)
#A2A6D4
(162,166,212)
#ABAED8
(171,174,216)
#B4B6DC
(180,182,220)
#BDBEE0
(189,190,224)
#C6C6E4
(198,198,228)
#CFCEE8
(207,206,232)
#D8D6EC
(216,214,236)
#E1DEF0
(225,222,240)
#EAE6F4
(234,230,244)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999ED0 color. Also use rgb(153,158,208) instead hex code.

Text Font Color

.myTextColor { color: #999ED0; }

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

This text font color is #999ED0.

Background Color

.myBgColor { background-color: #999ED0; }

<div style="background-color:#999ED0">Inner text</div>

This div background color is #999ED0.

Border color

.myBorderColor { border: 1px solid #999ED0; }

<div style="border:3px solid #999ED0">Div</div>

This div border color is #999ED0.

Opacity

.myOpacity80 { color: #999ED0; opacity: 0.8; }

<p style="color:#999ED0;opacity:0.8;">80%</p>

Text with #999ED0 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 #999ED0;}

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

This text has shadow with #999ED0 color.


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

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

This text has shadow with #999ED0 primary color and red secondary color.


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

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

This text has shadow with #999ED0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #999ED0.

Preview

Color preview on black background

This text has color #999ED0 on black background.


Color preview on white background

This text has color #999ED0 on white background.


Black color preview on #999ED0 background

This text has black color on #999ED0 background.


White color preview on #999ED0 background

This text has white color on #999ED0 background.


Related colors

Complementary color

Complementary color for #hex is #66612F.


I love getcolorcode.com

Triadic colors

1 #D0999E and #9ED099 with #999ED0 are triadic colors.

2 #D09E99 and #9E99D0 with #999ED0 are triadic colors.