COLOR #999FD0

HEX: #999FD0
RGB: (153,159,208)

Color info

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

RGB color model

#999FD0 color RGB value is (153,159,208).

  • red value is 153;
  • green value is 159;
  • blue value is 208.
RGB:
(153,159,208)
(60%,62%,82%)

RGB channels and saturation

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

153
159
208

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 208 = 520 (100%)
R 153 of 520 ~ 29.42%
G 159 of 520 ~ 30.58%
B 208 of 520 ~ 40%

%29.42
%30.58
%40

CMYK color model

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

  • cyan value is 26.44%
  • magenta value is 23.56%
  • 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
%23.56
%0
%18.43

Codes

Color #999FD0 in popluar color models

999FD0
RGB153159208
HSL233°36.91%70.78%
HSB/HSV233°26.44%81.57%
CMYK26.44%23.56%0.00%
18.43%

Color #999FD0 in popluar number systems.

HEX999FD0
Decimal153159208
Binary100110011001111111010000
Octal231237320

Shades and tints

Shades of #999FD0

#999FD0
(153,159,208)
#8C91BE
(140,145,190)
#7F83AC
(127,131,172)
#72759A
(114,117,154)
#656788
(101,103,136)
#585976
(88,89,118)
#4B4B64
(75,75,100)
#3E3D52
(62,61,82)
#312F40
(49,47,64)
#24212E
(36,33,46)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #999FD0

#999FD0
(153,159,208)
#A2A7D4
(162,167,212)
#ABAFD8
(171,175,216)
#B4B7DC
(180,183,220)
#BDBFE0
(189,191,224)
#C6C7E4
(198,199,228)
#CFCFE8
(207,207,232)
#D8D7EC
(216,215,236)
#E1DFF0
(225,223,240)
#EAE7F4
(234,231,244)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999FD0; }

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

This text font color is #999FD0.


Background Color

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

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

This div background color is #999FD0.


Border color

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

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

This div border color is #999FD0.


Opacity

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

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

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

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

This text has shadow with #999FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999FD0 on black background.


Color preview on white background

This text has color #999FD0 on white background.



Black color preview on #999FD0 background

This text has black color on #999FD0 background.


White color preview on #999FD0 background

This text has white color on #999FD0 background.