COLOR #999CD0

HEX: #999CD0 RGB: (153,156,208)

Color info

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

RGB color model

#999CD0 color RGB value is (153,156,208).

RGB: (153,156,208) (60%, 61%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 208 of 255 = 82%

153
156
208

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

Portions of RGB colors in percentages

R + G + B = 153 + 156 + 208 = 517 (100%)
R 153 of 517 ~ 29.59%
G 156 of 517 ~ 30.17%
B 208 of 517 ~ 40.23'%

%29.59
%30.17
%40.23

CMYK color model

#999CD0 color CMYK value is (26,25,0,18).

  • cyan value is 26.44%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (26,25,0,18) C26M25Y0K18 (26%,25%,0%,18%) (0.26/0.25/0.00/0.18) 

CMYK percentages

%26.44
%25
%0
%18.43

Codes

Color #999CD0 in popluar color models

99 9C D0
RGB 153 156 208
HSL 237° 36.91% 70.78%
HSB/HSV 237° 26.44% 81.57%
CMYK 26.44% 25.00% 0.00%
18.43%

Color #999CD0 in popluar number systems.

HEX 99 9C D0
Decimal 153 156 208
Binary 10011001 10011100 11010000
Octal 231 234 320

Shades and tints

Shades of #999CD0

#999CD0
(153,156,208)
#8C8EBE
(140,142,190)
#7F80AC
(127,128,172)
#72729A
(114,114,154)
#656488
(101,100,136)
#585676
(88,86,118)
#4B4864
(75,72,100)
#3E3A52
(62,58,82)
#312C40
(49,44,64)
#241E2E
(36,30,46)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #999CD0

#999CD0
(153,156,208)
#A2A5D4
(162,165,212)
#ABAED8
(171,174,216)
#B4B7DC
(180,183,220)
#BDC0E0
(189,192,224)
#C6C9E4
(198,201,228)
#CFD2E8
(207,210,232)
#D8DBEC
(216,219,236)
#E1E4F0
(225,228,240)
#EAEDF4
(234,237,244)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999CD0; }

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

This text font color is #999CD0.

Background Color

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

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

This div background color is #999CD0.

Border color

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

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

This div border color is #999CD0.

Opacity

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

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

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

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

This text has shadow with #999CD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999CD0.

Preview

Color preview on black background

This text has color #999CD0 on black background.


Color preview on white background

This text has color #999CD0 on white background.


Black color preview on #999CD0 background

This text has black color on #999CD0 background.


White color preview on #999CD0 background

This text has white color on #999CD0 background.


Related colors

Complementary color

Complementary color for #hex is #66632F.


I love getcolorcode.com

Triadic colors

1 #D0999C and #9CD099 with #999CD0 are triadic colors.

2 #D09C99 and #9C99D0 with #999CD0 are triadic colors.