COLOR #9690BB

HEX: #9690BB RGB: (150,144,187)

Color info

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

RGB color model

#9690BB color RGB value is (150,144,187).

RGB: (150,144,187) (59%, 56%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 187 of 255 = 73%

150
144
187

R + G + B ~ 63%. #9690BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 144 + 187 = 481 (100%)
R 150 of 481 ~ 31.19%
G 144 of 481 ~ 29.94%
B 187 of 481 ~ 38.88'%

%31.19
%29.94
%38.88

CMYK color model

#9690BB color CMYK value is (20,23,0,27).

  • cyan value is 19.79%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (20,23,0,27) C20M23Y0K27 (20%,23%,0%,27%) (0.20/0.23/0.00/0.27) 

CMYK percentages

%19.79
%22.99
%0
%26.67

Codes

Color #9690BB in popluar color models

96 90 BB
RGB 150 144 187
HSL 248° 24.02% 64.90%
HSB/HSV 248° 22.99% 73.33%
CMYK 19.79% 22.99% 0.00%
26.67%

Color #9690BB in popluar number systems.

HEX 96 90 BB
Decimal 150 144 187
Binary 10010110 10010000 10111011
Octal 226 220 273

Shades and tints

Shades of #9690BB

#9690BB
(150,144,187)
#8983AA
(137,131,170)
#7C7699
(124,118,153)
#6F6988
(111,105,136)
#625C77
(98,92,119)
#554F66
(85,79,102)
#484255
(72,66,85)
#3B3544
(59,53,68)
#2E2833
(46,40,51)
#211B22
(33,27,34)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #9690BB

#9690BB
(150,144,187)
#9F9AC1
(159,154,193)
#A8A4C7
(168,164,199)
#B1AECD
(177,174,205)
#BAB8D3
(186,184,211)
#C3C2D9
(195,194,217)
#CCCCDF
(204,204,223)
#D5D6E5
(213,214,229)
#DEE0EB
(222,224,235)
#E7EAF1
(231,234,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9690BB color. Also use rgb(150,144,187) instead hex code.

Text Font Color

.myTextColor { color: #9690BB; }

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

This text font color is #9690BB.

Background Color

.myBgColor { background-color: #9690BB; }

<div style="background-color:#9690BB">Inner text</div>

This div background color is #9690BB.

Border color

.myBorderColor { border: 1px solid #9690BB; }

<div style="border:3px solid #9690BB">Div</div>

This div border color is #9690BB.

Opacity

.myOpacity80 { color: #9690BB; opacity: 0.8; }

<p style="color:#9690BB;opacity:0.8;">80%</p>

Text with #9690BB 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 #9690BB;}

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

This text has shadow with #9690BB color.


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

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

This text has shadow with #9690BB primary color and red secondary color.


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

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

This text has shadow with #9690BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9690BB.

Preview

Color preview on black background

This text has color #9690BB on black background.


Color preview on white background

This text has color #9690BB on white background.


Black color preview on #9690BB background

This text has black color on #9690BB background.


White color preview on #9690BB background

This text has white color on #9690BB background.


Related colors

Complementary color

Complementary color for #hex is #696F44.


I love getcolorcode.com

Triadic colors

1 #BB9690 and #90BB96 with #9690BB are triadic colors.

2 #BB9096 and #9096BB with #9690BB are triadic colors.