COLOR #999FCB

HEX: #999FCB RGB: (153,159,203)

Color info

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

RGB color model

#999FCB color RGB value is (153,159,203).

RGB: (153,159,203) (60%, 62%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 203 of 255 = 80%

153
159
203

R + G + B ~ 67%. #999FCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 159 + 203 = 515 (100%)
R 153 of 515 ~ 29.71%
G 159 of 515 ~ 30.87%
B 203 of 515 ~ 39.42'%

%29.71
%30.87
%39.42

CMYK color model

#999FCB color CMYK value is (25,22,0,20).

  • cyan value is 24.63%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (25,22,0,20)
C25M22Y0K20 (25%, 22%, 0%, 20%)
(0.25 / 0.22 / 0.00 / 0.20)

CMYK percentages

%24.63
%21.67
%0
%20.39

Codes

Color #999FCB in popluar color models

99 9F CB
RGB 153 159 203
HSL 233° 32.47% 69.80%
HSB/HSV 233° 24.63% 79.61%
CMYK 24.63% 21.67% 0.00%
20.39%

Color #999FCB in popluar number systems.

HEX 99 9F CB
Decimal 153 159 203
Binary 10011001 10011111 11001011
Octal 231 237 313

Shades and tints

Shades of #999FCB

#999FCB
(153,159,203)
#8C91B9
(140,145,185)
#7F83A7
(127,131,167)
#727595
(114,117,149)
#656783
(101,103,131)
#585971
(88,89,113)
#4B4B5F
(75,75,95)
#3E3D4D
(62,61,77)
#312F3B
(49,47,59)
#242129
(36,33,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #999FCB

#999FCB
(153,159,203)
#A2A7CF
(162,167,207)
#ABAFD3
(171,175,211)
#B4B7D7
(180,183,215)
#BDBFDB
(189,191,219)
#C6C7DF
(198,199,223)
#CFCFE3
(207,207,227)
#D8D7E7
(216,215,231)
#E1DFEB
(225,223,235)
#EAE7EF
(234,231,239)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999FCB; }

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

This text font color is #999FCB.

Background Color

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

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

This div background color is #999FCB.

Border color

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

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

This div border color is #999FCB.

Opacity

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

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

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

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

This text has shadow with #999FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999FCB.

Preview

Color preview on black background

This text has color #999FCB on black background.


Color preview on white background

This text has color #999FCB on white background.


Black color preview on #999FCB background

This text has black color on #999FCB background.


White color preview on #999FCB background

This text has white color on #999FCB background.


Related colors

Complementary color

Complementary color for #hex is #666034.


I love getcolorcode.com

Triadic colors

1 #CB999F and #9FCB99 with #999FCB are triadic colors.

2 #CB9F99 and #9F99CB with #999FCB are triadic colors.