COLOR #9695BB

HEX: #9695BB RGB: (150,149,187)

Color info

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

RGB color model

#9695BB color RGB value is (150,149,187).

RGB: (150,149,187) (59%, 58%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 187 of 255 = 73%

150
149
187

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

Portions of RGB colors in percentages

R + G + B = 150 + 149 + 187 = 486 (100%)
R 150 of 486 ~ 30.86%
G 149 of 486 ~ 30.66%
B 187 of 486 ~ 38.48'%

%30.86
%30.66
%38.48

CMYK color model

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

  • cyan value is 19.79%
  • magenta value is 20.32%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (20,20,0,27)
C20M20Y0K27 (20%, 20%, 0%, 27%)
(0.20 / 0.20 / 0.00 / 0.27)

CMYK percentages

%19.79
%20.32
%0
%26.67

Codes

Color #9695BB in popluar color models

96 95 BB
RGB 150 149 187
HSL 242° 21.84% 65.88%
HSB/HSV 242° 20.32% 73.33%
CMYK 19.79% 20.32% 0.00%
26.67%

Color #9695BB in popluar number systems.

HEX 96 95 BB
Decimal 150 149 187
Binary 10010110 10010101 10111011
Octal 226 225 273

Shades and tints

Shades of #9695BB

#9695BB
(150,149,187)
#8988AA
(137,136,170)
#7C7B99
(124,123,153)
#6F6E88
(111,110,136)
#626177
(98,97,119)
#555466
(85,84,102)
#484755
(72,71,85)
#3B3A44
(59,58,68)
#2E2D33
(46,45,51)
#212022
(33,32,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #9695BB

#9695BB
(150,149,187)
#9F9EC1
(159,158,193)
#A8A7C7
(168,167,199)
#B1B0CD
(177,176,205)
#BAB9D3
(186,185,211)
#C3C2D9
(195,194,217)
#CCCBDF
(204,203,223)
#D5D4E5
(213,212,229)
#DEDDEB
(222,221,235)
#E7E6F1
(231,230,241)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9695BB; }

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

This text font color is #9695BB.

Background Color

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

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

This div background color is #9695BB.

Border color

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

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

This div border color is #9695BB.

Opacity

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

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

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

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

This text has shadow with #9695BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9695BB.

Preview

Color preview on black background

This text has color #9695BB on black background.


Color preview on white background

This text has color #9695BB on white background.


Black color preview on #9695BB background

This text has black color on #9695BB background.


White color preview on #9695BB background

This text has white color on #9695BB background.


Related colors

Complementary color

Complementary color for #hex is #696A44.


I love getcolorcode.com

Triadic colors

1 #BB9695 and #95BB96 with #9695BB are triadic colors.

2 #BB9596 and #9596BB with #9695BB are triadic colors.