COLOR #999CD8

HEX: #999CD8 RGB: (153,156,216)

Color info

#999CD8 contains mainly blue color. Web safe color of #999CD8 is #9999CC (or #99C).

RGB color model

#999CD8 color RGB value is (153,156,216).

RGB: (153,156,216) (60%, 61%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 216 of 255 = 85%

153
156
216

R + G + B ~ 69%. #999CD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 156 + 216 = 525 (100%)
R 153 of 525 ~ 29.14%
G 156 of 525 ~ 29.71%
B 216 of 525 ~ 41.14'%

%29.14
%29.71
%41.14

CMYK color model

#999CD8 color CMYK value is (29,28,0,15).

  • cyan value is 29.17%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (29,28,0,15) C29M28Y0K15 (29%,28%,0%,15%) (0.29/0.28/0.00/0.15) 

CMYK percentages

%29.17
%27.78
%0
%15.29

Codes

Color #999CD8 in popluar color models

99 9C D8
RGB 153 156 216
HSL 237° 44.68% 72.35%
HSB/HSV 237° 29.17% 84.71%
CMYK 29.17% 27.78% 0.00%
15.29%

Color #999CD8 in popluar number systems.

HEX 99 9C D8
Decimal 153 156 216
Binary 10011001 10011100 11011000
Octal 231 234 330

Shades and tints

Shades of #999CD8

#999CD8
(153,156,216)
#8C8EC5
(140,142,197)
#7F80B2
(127,128,178)
#72729F
(114,114,159)
#65648C
(101,100,140)
#585679
(88,86,121)
#4B4866
(75,72,102)
#3E3A53
(62,58,83)
#312C40
(49,44,64)
#241E2D
(36,30,45)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #999CD8

#999CD8
(153,156,216)
#A2A5DB
(162,165,219)
#ABAEDE
(171,174,222)
#B4B7E1
(180,183,225)
#BDC0E4
(189,192,228)
#C6C9E7
(198,201,231)
#CFD2EA
(207,210,234)
#D8DBED
(216,219,237)
#E1E4F0
(225,228,240)
#EAEDF3
(234,237,243)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999CD8; }

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

This text font color is #999CD8.

Background Color

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

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

This div background color is #999CD8.

Border color

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

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

This div border color is #999CD8.

Opacity

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

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

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

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

This text has shadow with #999CD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999CD8.

Preview

Color preview on black background

This text has color #999CD8 on black background.


Color preview on white background

This text has color #999CD8 on white background.


Black color preview on #999CD8 background

This text has black color on #999CD8 background.


White color preview on #999CD8 background

This text has white color on #999CD8 background.


Related colors

Complementary color

Complementary color for #hex is #666327.


I love getcolorcode.com

Triadic colors

1 #D8999C and #9CD899 with #999CD8 are triadic colors.

2 #D89C99 and #9C99D8 with #999CD8 are triadic colors.