COLOR #9C99BE

HEX: #9C99BE
RGB: (156,153,190)

Color info

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

RGB color model

#9C99BE color RGB value is (156,153,190).

  • red value is 156;
  • green value is 153;
  • blue value is 190.
RGB:
(156,153,190)
(61%,60%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 190 of 255 = 75%

156
153
190

R + G + B ~ 65%. #9C99BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 190 = 499 (100%)
R 156 of 499 ~ 31.26%
G 153 of 499 ~ 30.66%
B 190 of 499 ~ 38.08%

%31.26
%30.66
%38.08

CMYK color model

#9C99BE color CMYK value is (18,19,0,25).

  • cyan value is 17.89%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,19,0,25)
C18M19Y0K25 
(18%,19%,0%,25%)
(0.18/0.19/0.00/0.25)	

CMYK percentages

%17.89
%19.47
%0
%25.49

Codes

Color #9C99BE in popluar color models

9C99BE
RGB156153190
HSL245°22.16%67.25%
HSB/HSV245°19.47%74.51%
CMYK17.89%19.47%0.00%
25.49%

Color #9C99BE in popluar number systems.

HEX9C99BE
Decimal156153190
Binary100111001001100110111110
Octal234231276

Shades and tints

Shades of #9C99BE

#9C99BE
(156,153,190)
#8E8CAD
(142,140,173)
#807F9C
(128,127,156)
#72728B
(114,114,139)
#64657A
(100,101,122)
#565869
(86,88,105)
#484B58
(72,75,88)
#3A3E47
(58,62,71)
#2C3136
(44,49,54)
#1E2425
(30,36,37)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #9C99BE

#9C99BE
(156,153,190)
#A5A2C3
(165,162,195)
#AEABC8
(174,171,200)
#B7B4CD
(183,180,205)
#C0BDD2
(192,189,210)
#C9C6D7
(201,198,215)
#D2CFDC
(210,207,220)
#DBD8E1
(219,216,225)
#E4E1E6
(228,225,230)
#EDEAEB
(237,234,235)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C99BE color. Also use rgb(156,153,190) instead hex code.

Text Font Color

.myTextColor { color: #9C99BE; }

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

This text font color is #9C99BE.


Background Color

.myBgColor { background-color: #9C99BE; }

<div style="background-color:#9C99BE">Inner text</div>

This div background color is #9C99BE.


Border color

.myBorderColor { border: 1px solid #9C99BE; }

<div style="border:3px solid #9C99BE">Div</div>

This div border color is #9C99BE.


Opacity

.myOpacity80 { color: #9C99BE; opacity: 0.8; }

<p style="color:#9C99BE;opacity:0.8;">80%</p>

Text with #9C99BE 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 #9C99BE;}

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

This text has shadow with #9C99BE color.

.textShadow {text-shadow: 3px 3px 1px #9C99BE, 3px 3px 1px red;}

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

This text has shadow with #9C99BE primary color and red secondary color.


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

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

This text has shadow with #9C99BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C99BE on black background.


Color preview on white background

This text has color #9C99BE on white background.



Black color preview on #9C99BE background

This text has black color on #9C99BE background.


White color preview on #9C99BE background

This text has white color on #9C99BE background.