COLOR #A7B9DD

HEX: #A7B9DD RGB: (167,185,221)

Color info

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

RGB color model

#A7B9DD color RGB value is (167,185,221).

RGB: (167,185,221) (65%, 73%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 221 of 255 = 87%

167
185
221

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

Portions of RGB colors in percentages

R + G + B = 167 + 185 + 221 = 573 (100%)
R 167 of 573 ~ 29.14%
G 185 of 573 ~ 32.29%
B 221 of 573 ~ 38.57'%

%29.14
%32.29
%38.57

CMYK color model

#A7B9DD color CMYK value is (24,16,0,13).

  • cyan value is 24.43%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,16,0,13)
C24M16Y0K13 (24%, 16%, 0%, 13%)
(0.24 / 0.16 / 0.00 / 0.13)

CMYK percentages

%24.43
%16.29
%0
%13.33

Codes

Color #A7B9DD in popluar color models

A7 B9 DD
RGB 167 185 221
HSL 220° 44.26% 76.08%
HSB/HSV 220° 24.43% 86.67%
CMYK 24.43% 16.29% 0.00%
13.33%

Color #A7B9DD in popluar number systems.

HEX A7 B9 DD
Decimal 167 185 221
Binary 10100111 10111001 11011101
Octal 247 271 335

Shades and tints

Shades of #A7B9DD

#A7B9DD
(167,185,221)
#98A9C9
(152,169,201)
#8999B5
(137,153,181)
#7A89A1
(122,137,161)
#6B798D
(107,121,141)
#5C6979
(92,105,121)
#4D5965
(77,89,101)
#3E4951
(62,73,81)
#2F393D
(47,57,61)
#202929
(32,41,41)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #A7B9DD

#A7B9DD
(167,185,221)
#AFBFE0
(175,191,224)
#B7C5E3
(183,197,227)
#BFCBE6
(191,203,230)
#C7D1E9
(199,209,233)
#CFD7EC
(207,215,236)
#D7DDEF
(215,221,239)
#DFE3F2
(223,227,242)
#E7E9F5
(231,233,245)
#EFEFF8
(239,239,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B9DD; }

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

This text font color is #A7B9DD.

Background Color

.myBgColor { background-color: #A7B9DD; }

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

This div background color is #A7B9DD.

Border color

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

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

This div border color is #A7B9DD.

Opacity

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

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

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

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

This text has shadow with #A7B9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B9DD.

Preview

Color preview on black background

This text has color #A7B9DD on black background.


Color preview on white background

This text has color #A7B9DD on white background.


Black color preview on #A7B9DD background

This text has black color on #A7B9DD background.


White color preview on #A7B9DD background

This text has white color on #A7B9DD background.


Related colors

Complementary color

Complementary color for #hex is #584622.


I love getcolorcode.com

Triadic colors

1 #DDA7B9 and #B9DDA7 with #A7B9DD are triadic colors.

2 #DDB9A7 and #B9A7DD with #A7B9DD are triadic colors.