COLOR #999FC5

HEX: #999FC5 RGB: (153,159,197)

Color info

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

RGB color model

#999FC5 color RGB value is (153,159,197).

RGB: (153,159,197) (60%, 62%, 77%)

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 197 of 255 = 77%

153
159
197

R + G + B ~ 66%. #999FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 159 + 197 = 509 (100%)
R 153 of 509 ~ 30.06%
G 159 of 509 ~ 31.24%
B 197 of 509 ~ 38.7'%

%30.06
%31.24
%38.7

CMYK color model

#999FC5 color CMYK value is (22,19,0,23).

  • cyan value is 22.34%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (22,19,0,23)
C22M19Y0K23 (22%, 19%, 0%, 23%)
(0.22 / 0.19 / 0.00 / 0.23)

CMYK percentages

%22.34
%19.29
%0
%22.75

Codes

Color #999FC5 in popluar color models

99 9F C5
RGB 153 159 197
HSL 232° 27.50% 68.63%
HSB/HSV 232° 22.34% 77.25%
CMYK 22.34% 19.29% 0.00%
22.75%

Color #999FC5 in popluar number systems.

HEX 99 9F C5
Decimal 153 159 197
Binary 10011001 10011111 11000101
Octal 231 237 305

Shades and tints

Shades of #999FC5

#999FC5
(153,159,197)
#8C91B4
(140,145,180)
#7F83A3
(127,131,163)
#727592
(114,117,146)
#656781
(101,103,129)
#585970
(88,89,112)
#4B4B5F
(75,75,95)
#3E3D4E
(62,61,78)
#312F3D
(49,47,61)
#24212C
(36,33,44)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #999FC5

#999FC5
(153,159,197)
#A2A7CA
(162,167,202)
#ABAFCF
(171,175,207)
#B4B7D4
(180,183,212)
#BDBFD9
(189,191,217)
#C6C7DE
(198,199,222)
#CFCFE3
(207,207,227)
#D8D7E8
(216,215,232)
#E1DFED
(225,223,237)
#EAE7F2
(234,231,242)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999FC5; }

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

This text font color is #999FC5.

Background Color

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

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

This div background color is #999FC5.

Border color

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

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

This div border color is #999FC5.

Opacity

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

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

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

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

This text has shadow with #999FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999FC5.

Preview

Color preview on black background

This text has color #999FC5 on black background.


Color preview on white background

This text has color #999FC5 on white background.


Black color preview on #999FC5 background

This text has black color on #999FC5 background.


White color preview on #999FC5 background

This text has white color on #999FC5 background.


Related colors

Complementary color

Complementary color for #hex is #66603A.


I love getcolorcode.com

Triadic colors

1 #C5999F and #9FC599 with #999FC5 are triadic colors.

2 #C59F99 and #9F99C5 with #999FC5 are triadic colors.