COLOR #9F9BBE

HEX: #9F9BBE RGB: (159,155,190)

Color info

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

RGB color model

#9F9BBE color RGB value is (159,155,190).

RGB: (159,155,190) (62%, 61%, 75%)

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 190 of 255 = 75%

159
155
190

R + G + B ~ 66%. #9F9BBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 155 + 190 = 504 (100%)
R 159 of 504 ~ 31.55%
G 155 of 504 ~ 30.75%
B 190 of 504 ~ 37.7'%

%31.55
%30.75
%37.7

CMYK color model

#9F9BBE color CMYK value is (16,18,0,25).

  • cyan value is 16.32%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (16,18,0,25)
C16M18Y0K25 (16%, 18%, 0%, 25%)
(0.16 / 0.18 / 0.00 / 0.25)

CMYK percentages

%16.32
%18.42
%0
%25.49

Codes

Color #9F9BBE in popluar color models

9F 9B BE
RGB 159 155 190
HSL 247° 21.21% 67.65%
HSB/HSV 247° 18.42% 74.51%
CMYK 16.32% 18.42% 0.00%
25.49%

Color #9F9BBE in popluar number systems.

HEX 9F 9B BE
Decimal 159 155 190
Binary 10011111 10011011 10111110
Octal 237 233 276

Shades and tints

Shades of #9F9BBE

#9F9BBE
(159,155,190)
#918DAD
(145,141,173)
#837F9C
(131,127,156)
#75718B
(117,113,139)
#67637A
(103,99,122)
#595569
(89,85,105)
#4B4758
(75,71,88)
#3D3947
(61,57,71)
#2F2B36
(47,43,54)
#211D25
(33,29,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9F9BBE

#9F9BBE
(159,155,190)
#A7A4C3
(167,164,195)
#AFADC8
(175,173,200)
#B7B6CD
(183,182,205)
#BFBFD2
(191,191,210)
#C7C8D7
(199,200,215)
#CFD1DC
(207,209,220)
#D7DAE1
(215,218,225)
#DFE3E6
(223,227,230)
#E7ECEB
(231,236,235)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9BBE color. Also use rgb(159,155,190) instead hex code.

Text Font Color

.myTextColor { color: #9F9BBE; }

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

This text font color is #9F9BBE.

Background Color

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

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

This div background color is #9F9BBE.

Border color

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

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

This div border color is #9F9BBE.

Opacity

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

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

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

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

This text has shadow with #9F9BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9BBE.

Preview

Color preview on black background

This text has color #9F9BBE on black background.


Color preview on white background

This text has color #9F9BBE on white background.


Black color preview on #9F9BBE background

This text has black color on #9F9BBE background.


White color preview on #9F9BBE background

This text has white color on #9F9BBE background.


Related colors

Complementary color

Complementary color for #hex is #606441.


I love getcolorcode.com

Triadic colors

1 #BE9F9B and #9BBE9F with #9F9BBE are triadic colors.

2 #BE9B9F and #9B9FBE with #9F9BBE are triadic colors.