COLOR #A7B9DB

HEX: #A7B9DB
RGB: (167,185,219)

Color info

#A7B9DB contains red, green and blue colors in about the same proportion. Web safe color of #A7B9DB is #99CCCC (or #9CC).

RGB color model

#A7B9DB color RGB value is (167,185,219).

  • red value is 167;
  • green value is 185;
  • blue value is 219.
RGB:
(167,185,219)
(65%,73%,86%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 219 of 255 = 86%

167
185
219

R + G + B ~ 75%. #A7B9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 185 + 219 = 571 (100%)
R 167 of 571 ~ 29.25%
G 185 of 571 ~ 32.4%
B 219 of 571 ~ 38.35%

%29.25
%32.4
%38.35

CMYK color model

#A7B9DB color CMYK value is (24,16,0,14).

  • cyan value is 23.74%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,16,0,14)
C24M16Y0K14 
(24%,16%,0%,14%)
(0.24/0.16/0.00/0.14)	

CMYK percentages

%23.74
%15.53
%0
%14.12

Codes

Color #A7B9DB in popluar color models

A7B9DB
RGB167185219
HSL219°41.94%75.69%
HSB/HSV219°23.74%85.88%
CMYK23.74%15.53%0.00%
14.12%

Color #A7B9DB in popluar number systems.

HEXA7B9DB
Decimal167185219
Binary101001111011100111011011
Octal247271333

Shades and tints

Shades of #A7B9DB

#A7B9DB
(167,185,219)
#98A9C8
(152,169,200)
#8999B5
(137,153,181)
#7A89A2
(122,137,162)
#6B798F
(107,121,143)
#5C697C
(92,105,124)
#4D5969
(77,89,105)
#3E4956
(62,73,86)
#2F3943
(47,57,67)
#202930
(32,41,48)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #A7B9DB

#A7B9DB
(167,185,219)
#AFBFDE
(175,191,222)
#B7C5E1
(183,197,225)
#BFCBE4
(191,203,228)
#C7D1E7
(199,209,231)
#CFD7EA
(207,215,234)
#D7DDED
(215,221,237)
#DFE3F0
(223,227,240)
#E7E9F3
(231,233,243)
#EFEFF6
(239,239,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B9DB color. Also use rgb(167,185,219) instead hex code.

Text Font Color

.myTextColor { color: #A7B9DB; }

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

This text font color is #A7B9DB.


Background Color

.myBgColor { background-color: #A7B9DB; }

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

This div background color is #A7B9DB.


Border color

.myBorderColor { border: 1px solid #A7B9DB; }

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

This div border color is #A7B9DB.


Opacity

.myOpacity80 { color: #A7B9DB; opacity: 0.8; }

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

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

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

This text has shadow with #A7B9DB color.

.textShadow {text-shadow: 3px 3px 1px #A7B9DB, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7B9DB;
-webkit-box-shadow: 1px 1px 3px 2px #A7B9DB;
box-shadow:1px 1px 3px 2px #A7B9DB;">
Div content here</div>
This div box has shadow with color #A7B9DB.

Preview

Color preview on black background

This text has color #A7B9DB on black background.


Color preview on white background

This text has color #A7B9DB on white background.



Black color preview on #A7B9DB background

This text has black color on #A7B9DB background.


White color preview on #A7B9DB background

This text has white color on #A7B9DB background.