COLOR #999FCE

HEX: #999FCE
RGB: (153,159,206)

Color info

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

RGB color model

#999FCE color RGB value is (153,159,206).

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

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 206 of 255 = 81%

153
159
206

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 206 = 518 (100%)
R 153 of 518 ~ 29.54%
G 159 of 518 ~ 30.69%
B 206 of 518 ~ 39.77%

%29.54
%30.69
%39.77

CMYK color model

#999FCE color CMYK value is (26,23,0,19).

  • cyan value is 25.73%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(26,23,0,19)
C26M23Y0K19 
(26%,23%,0%,19%)
(0.26/0.23/0.00/0.19)	

CMYK percentages

%25.73
%22.82
%0
%19.22

Codes

Color #999FCE in popluar color models

999FCE
RGB153159206
HSL233°35.10%70.39%
HSB/HSV233°25.73%80.78%
CMYK25.73%22.82%0.00%
19.22%

Color #999FCE in popluar number systems.

HEX999FCE
Decimal153159206
Binary100110011001111111001110
Octal231237316

Shades and tints

Shades of #999FCE

#999FCE
(153,159,206)
#8C91BC
(140,145,188)
#7F83AA
(127,131,170)
#727598
(114,117,152)
#656786
(101,103,134)
#585974
(88,89,116)
#4B4B62
(75,75,98)
#3E3D50
(62,61,80)
#312F3E
(49,47,62)
#24212C
(36,33,44)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #999FCE

#999FCE
(153,159,206)
#A2A7D2
(162,167,210)
#ABAFD6
(171,175,214)
#B4B7DA
(180,183,218)
#BDBFDE
(189,191,222)
#C6C7E2
(198,199,226)
#CFCFE6
(207,207,230)
#D8D7EA
(216,215,234)
#E1DFEE
(225,223,238)
#EAE7F2
(234,231,242)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999FCE; }

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

This text font color is #999FCE.


Background Color

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

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

This div background color is #999FCE.


Border color

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

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

This div border color is #999FCE.


Opacity

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

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

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

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

This text has shadow with #999FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999FCE on black background.


Color preview on white background

This text has color #999FCE on white background.



Black color preview on #999FCE background

This text has black color on #999FCE background.


White color preview on #999FCE background

This text has white color on #999FCE background.