COLOR #A9B2DE

HEX: #A9B2DE
RGB: (169,178,222)

Color info

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

RGB color model

#A9B2DE color RGB value is (169,178,222).

  • red value is 169;
  • green value is 178;
  • blue value is 222.
RGB:
(169,178,222)
(66%,70%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 222 of 255 = 87%

169
178
222

R + G + B ~ 74%. #A9B2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 222 = 569 (100%)
R 169 of 569 ~ 29.7%
G 178 of 569 ~ 31.28%
B 222 of 569 ~ 39.02%

%29.7
%31.28
%39.02

CMYK color model

#A9B2DE color CMYK value is (24,20,0,13).

  • cyan value is 23.87%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,20,0,13)
C24M20Y0K13 
(24%,20%,0%,13%)
(0.24/0.20/0.00/0.13)	

CMYK percentages

%23.87
%19.82
%0
%12.94

Codes

Color #A9B2DE in popluar color models

A9B2DE
RGB169178222
HSL230°44.54%76.67%
HSB/HSV230°23.87%87.06%
CMYK23.87%19.82%0.00%
12.94%

Color #A9B2DE in popluar number systems.

HEXA9B2DE
Decimal169178222
Binary101010011011001011011110
Octal251262336

Shades and tints

Shades of #A9B2DE

#A9B2DE
(169,178,222)
#9AA2CA
(154,162,202)
#8B92B6
(139,146,182)
#7C82A2
(124,130,162)
#6D728E
(109,114,142)
#5E627A
(94,98,122)
#4F5266
(79,82,102)
#404252
(64,66,82)
#31323E
(49,50,62)
#22222A
(34,34,42)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9B2DE

#A9B2DE
(169,178,222)
#B0B9E1
(176,185,225)
#B7C0E4
(183,192,228)
#BEC7E7
(190,199,231)
#C5CEEA
(197,206,234)
#CCD5ED
(204,213,237)
#D3DCF0
(211,220,240)
#DAE3F3
(218,227,243)
#E1EAF6
(225,234,246)
#E8F1F9
(232,241,249)
#EFF8FC
(239,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B2DE color. Also use rgb(169,178,222) instead hex code.

Text Font Color

.myTextColor { color: #A9B2DE; }

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

This text font color is #A9B2DE.


Background Color

.myBgColor { background-color: #A9B2DE; }

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

This div background color is #A9B2DE.


Border color

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

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

This div border color is #A9B2DE.


Opacity

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

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

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

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

This text has shadow with #A9B2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2DE on black background.


Color preview on white background

This text has color #A9B2DE on white background.



Black color preview on #A9B2DE background

This text has black color on #A9B2DE background.


White color preview on #A9B2DE background

This text has white color on #A9B2DE background.