COLOR #9F90BC

HEX: #9F90BC RGB: (159,144,188)

Color info

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

RGB color model

#9F90BC color RGB value is (159,144,188).

RGB: (159,144,188) (62%, 56%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 144 of 255 = 56%
B 188 of 255 = 74%

159
144
188

R + G + B ~ 64%. #9F90BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 144 + 188 = 491 (100%)
R 159 of 491 ~ 32.38%
G 144 of 491 ~ 29.33%
B 188 of 491 ~ 38.29'%

%32.38
%29.33
%38.29

CMYK color model

#9F90BC color CMYK value is (15,23,0,26).

  • cyan value is 15.43%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (15,23,0,26)
C15M23Y0K26 (15%, 23%, 0%, 26%)
(0.15 / 0.23 / 0.00 / 0.26)

CMYK percentages

%15.43
%23.4
%0
%26.27

Codes

Color #9F90BC in popluar color models

9F 90 BC
RGB 159 144 188
HSL 260° 24.72% 65.10%
HSB/HSV 260° 23.40% 73.73%
CMYK 15.43% 23.40% 0.00%
26.27%

Color #9F90BC in popluar number systems.

HEX 9F 90 BC
Decimal 159 144 188
Binary 10011111 10010000 10111100
Octal 237 220 274

Shades and tints

Shades of #9F90BC

#9F90BC
(159,144,188)
#9183AB
(145,131,171)
#83769A
(131,118,154)
#756989
(117,105,137)
#675C78
(103,92,120)
#594F67
(89,79,103)
#4B4256
(75,66,86)
#3D3545
(61,53,69)
#2F2834
(47,40,52)
#211B23
(33,27,35)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #9F90BC

#9F90BC
(159,144,188)
#A79AC2
(167,154,194)
#AFA4C8
(175,164,200)
#B7AECE
(183,174,206)
#BFB8D4
(191,184,212)
#C7C2DA
(199,194,218)
#CFCCE0
(207,204,224)
#D7D6E6
(215,214,230)
#DFE0EC
(223,224,236)
#E7EAF2
(231,234,242)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F90BC color. Also use rgb(159,144,188) instead hex code.

Text Font Color

.myTextColor { color: #9F90BC; }

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

This text font color is #9F90BC.

Background Color

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

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

This div background color is #9F90BC.

Border color

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

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

This div border color is #9F90BC.

Opacity

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

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

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

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

This text has shadow with #9F90BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F90BC.

Preview

Color preview on black background

This text has color #9F90BC on black background.


Color preview on white background

This text has color #9F90BC on white background.


Black color preview on #9F90BC background

This text has black color on #9F90BC background.


White color preview on #9F90BC background

This text has white color on #9F90BC background.


Related colors

Complementary color

Complementary color for #hex is #606F43.


I love getcolorcode.com

Triadic colors

1 #BC9F90 and #90BC9F with #9F90BC are triadic colors.

2 #BC909F and #909FBC with #9F90BC are triadic colors.