COLOR #96A1DB

HEX: #96A1DB RGB: (150,161,219)

Color info

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

RGB color model

#96A1DB color RGB value is (150,161,219).

RGB: (150,161,219) (59%, 63%, 86%)

RGB channels and saturation

R 150 of 255 = 59%
G 161 of 255 = 63%
B 219 of 255 = 86%

150
161
219

R + G + B ~ 69%. #96A1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 161 + 219 = 530 (100%)
R 150 of 530 ~ 28.3%
G 161 of 530 ~ 30.38%
B 219 of 530 ~ 41.32'%

%28.3
%30.38
%41.32

CMYK color model

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

  • cyan value is 31.51%
  • magenta value is 26.48%
  • 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.48
%0
%14.12

Codes

Color #96A1DB in popluar color models

96 A1 DB
RGB 150 161 219
HSL 230° 48.94% 72.35%
HSB/HSV 230° 31.51% 85.88%
CMYK 31.51% 26.48% 0.00%
14.12%

Color #96A1DB in popluar number systems.

HEX 96 A1 DB
Decimal 150 161 219
Binary 10010110 10100001 11011011
Octal 226 241 333

Shades and tints

Shades of #96A1DB

#96A1DB
(150,161,219)
#8993C8
(137,147,200)
#7C85B5
(124,133,181)
#6F77A2
(111,119,162)
#62698F
(98,105,143)
#555B7C
(85,91,124)
#484D69
(72,77,105)
#3B3F56
(59,63,86)
#2E3143
(46,49,67)
#212330
(33,35,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #96A1DB

#96A1DB
(150,161,219)
#9FA9DE
(159,169,222)
#A8B1E1
(168,177,225)
#B1B9E4
(177,185,228)
#BAC1E7
(186,193,231)
#C3C9EA
(195,201,234)
#CCD1ED
(204,209,237)
#D5D9F0
(213,217,240)
#DEE1F3
(222,225,243)
#E7E9F6
(231,233,246)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A1DB; }

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

This text font color is #96A1DB.

Background Color

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

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

This div background color is #96A1DB.

Border color

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

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

This div border color is #96A1DB.

Opacity

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

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

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

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

This text has shadow with #96A1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A1DB.

Preview

Color preview on black background

This text has color #96A1DB on black background.


Color preview on white background

This text has color #96A1DB on white background.


Black color preview on #96A1DB background

This text has black color on #96A1DB background.


White color preview on #96A1DB background

This text has white color on #96A1DB background.


Related colors

Complementary color

Complementary color for #hex is #695E24.


I love getcolorcode.com

Triadic colors

1 #DB96A1 and #A1DB96 with #96A1DB are triadic colors.

2 #DBA196 and #A196DB with #96A1DB are triadic colors.