COLOR #96A2DB

HEX: #96A2DB RGB: (150,162,219)

Color info

#96A2DB contains mainly green and blue colors. Web safe color of #96A2DB is #9999CC (or #99C).

RGB color model

#96A2DB color RGB value is (150,162,219).

RGB: (150,162,219) (59%, 64%, 86%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 219 of 255 = 86%

150
162
219

R + G + B ~ 70%. #96A2DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 219 = 531 (100%)
R 150 of 531 ~ 28.25%
G 162 of 531 ~ 30.51%
B 219 of 531 ~ 41.24'%

%28.25
%30.51
%41.24

CMYK color model

#96A2DB color CMYK value is (32,26,0,14).

  • cyan value is 31.51%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (32,26,0,14)
C32M26Y0K14 (32%, 26%, 0%, 14%)
(0.32 / 0.26 / 0.00 / 0.14)

CMYK percentages

%31.51
%26.03
%0
%14.12

Codes

Color #96A2DB in popluar color models

96 A2 DB
RGB 150 162 219
HSL 230° 48.94% 72.35%
HSB/HSV 230° 31.51% 85.88%
CMYK 31.51% 26.03% 0.00%
14.12%

Color #96A2DB in popluar number systems.

HEX 96 A2 DB
Decimal 150 162 219
Binary 10010110 10100010 11011011
Octal 226 242 333

Shades and tints

Shades of #96A2DB

#96A2DB
(150,162,219)
#8994C8
(137,148,200)
#7C86B5
(124,134,181)
#6F78A2
(111,120,162)
#626A8F
(98,106,143)
#555C7C
(85,92,124)
#484E69
(72,78,105)
#3B4056
(59,64,86)
#2E3243
(46,50,67)
#212430
(33,36,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #96A2DB

#96A2DB
(150,162,219)
#9FAADE
(159,170,222)
#A8B2E1
(168,178,225)
#B1BAE4
(177,186,228)
#BAC2E7
(186,194,231)
#C3CAEA
(195,202,234)
#CCD2ED
(204,210,237)
#D5DAF0
(213,218,240)
#DEE2F3
(222,226,243)
#E7EAF6
(231,234,246)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A2DB color. Also use rgb(150,162,219) instead hex code.

Text Font Color

.myTextColor { color: #96A2DB; }

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

This text font color is #96A2DB.

Background Color

.myBgColor { background-color: #96A2DB; }

<div style="background-color:#96A2DB">Inner text</div>

This div background color is #96A2DB.

Border color

.myBorderColor { border: 1px solid #96A2DB; }

<div style="border:3px solid #96A2DB">Div</div>

This div border color is #96A2DB.

Opacity

.myOpacity80 { color: #96A2DB; opacity: 0.8; }

<p style="color:#96A2DB;opacity:0.8;">80%</p>

Text with #96A2DB 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 #96A2DB;}

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

This text has shadow with #96A2DB color.


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

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

This text has shadow with #96A2DB primary color and red secondary color.


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

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

This text has shadow with #96A2DB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96A2DB.

Preview

Color preview on black background

This text has color #96A2DB on black background.


Color preview on white background

This text has color #96A2DB on white background.


Black color preview on #96A2DB background

This text has black color on #96A2DB background.


White color preview on #96A2DB background

This text has white color on #96A2DB background.


Related colors

Complementary color

Complementary color for #hex is #695D24.


I love getcolorcode.com

Triadic colors

1 #DB96A2 and #A2DB96 with #96A2DB are triadic colors.

2 #DBA296 and #A296DB with #96A2DB are triadic colors.