COLOR #9699BD

HEX: #9699BD RGB: (150,153,189)

Color info

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

RGB color model

#9699BD color RGB value is (150,153,189).

RGB: (150,153,189) (59%, 60%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 189 of 255 = 74%

150
153
189

R + G + B ~ 64%. #9699BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 153 + 189 = 492 (100%)
R 150 of 492 ~ 30.49%
G 153 of 492 ~ 31.1%
B 189 of 492 ~ 38.41'%

%30.49
%31.1
%38.41

CMYK color model

#9699BD color CMYK value is (21,19,0,26).

  • cyan value is 20.63%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (21,19,0,26)
C21M19Y0K26 (21%, 19%, 0%, 26%)
(0.21 / 0.19 / 0.00 / 0.26)

CMYK percentages

%20.63
%19.05
%0
%25.88

Codes

Color #9699BD in popluar color models

96 99 BD
RGB 150 153 189
HSL 235° 22.81% 66.47%
HSB/HSV 235° 20.63% 74.12%
CMYK 20.63% 19.05% 0.00%
25.88%

Color #9699BD in popluar number systems.

HEX 96 99 BD
Decimal 150 153 189
Binary 10010110 10011001 10111101
Octal 226 231 275

Shades and tints

Shades of #9699BD

#9699BD
(150,153,189)
#898CAC
(137,140,172)
#7C7F9B
(124,127,155)
#6F728A
(111,114,138)
#626579
(98,101,121)
#555868
(85,88,104)
#484B57
(72,75,87)
#3B3E46
(59,62,70)
#2E3135
(46,49,53)
#212424
(33,36,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #9699BD

#9699BD
(150,153,189)
#9FA2C3
(159,162,195)
#A8ABC9
(168,171,201)
#B1B4CF
(177,180,207)
#BABDD5
(186,189,213)
#C3C6DB
(195,198,219)
#CCCFE1
(204,207,225)
#D5D8E7
(213,216,231)
#DEE1ED
(222,225,237)
#E7EAF3
(231,234,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9699BD color. Also use rgb(150,153,189) instead hex code.

Text Font Color

.myTextColor { color: #9699BD; }

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

This text font color is #9699BD.

Background Color

.myBgColor { background-color: #9699BD; }

<div style="background-color:#9699BD">Inner text</div>

This div background color is #9699BD.

Border color

.myBorderColor { border: 1px solid #9699BD; }

<div style="border:3px solid #9699BD">Div</div>

This div border color is #9699BD.

Opacity

.myOpacity80 { color: #9699BD; opacity: 0.8; }

<p style="color:#9699BD;opacity:0.8;">80%</p>

Text with #9699BD 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 #9699BD;}

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

This text has shadow with #9699BD color.


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

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

This text has shadow with #9699BD primary color and red secondary color.


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

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

This text has shadow with #9699BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9699BD.

Preview

Color preview on black background

This text has color #9699BD on black background.


Color preview on white background

This text has color #9699BD on white background.


Black color preview on #9699BD background

This text has black color on #9699BD background.


White color preview on #9699BD background

This text has white color on #9699BD background.


Related colors

Complementary color

Complementary color for #hex is #696642.


I love getcolorcode.com

Triadic colors

1 #BD9699 and #99BD96 with #9699BD are triadic colors.

2 #BD9996 and #9996BD with #9699BD are triadic colors.