COLOR #A7B5DC

HEX: #A7B5DC RGB: (167,181,220)

Color info

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

RGB color model

#A7B5DC color RGB value is (167,181,220).

RGB: (167,181,220) (65%, 71%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 220 of 255 = 86%

167
181
220

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

Portions of RGB colors in percentages

R + G + B = 167 + 181 + 220 = 568 (100%)
R 167 of 568 ~ 29.4%
G 181 of 568 ~ 31.87%
B 220 of 568 ~ 38.73'%

%29.4
%31.87
%38.73

CMYK color model

#A7B5DC color CMYK value is (24,18,0,14).

  • cyan value is 24.09%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (24,18,0,14)
C24M18Y0K14 (24%, 18%, 0%, 14%)
(0.24 / 0.18 / 0.00 / 0.14)

CMYK percentages

%24.09
%17.73
%0
%13.73

Codes

Color #A7B5DC in popluar color models

A7 B5 DC
RGB 167 181 220
HSL 224° 43.09% 75.88%
HSB/HSV 224° 24.09% 86.27%
CMYK 24.09% 17.73% 0.00%
13.73%

Color #A7B5DC in popluar number systems.

HEX A7 B5 DC
Decimal 167 181 220
Binary 10100111 10110101 11011100
Octal 247 265 334

Shades and tints

Shades of #A7B5DC

#A7B5DC
(167,181,220)
#98A5C8
(152,165,200)
#8995B4
(137,149,180)
#7A85A0
(122,133,160)
#6B758C
(107,117,140)
#5C6578
(92,101,120)
#4D5564
(77,85,100)
#3E4550
(62,69,80)
#2F353C
(47,53,60)
#202528
(32,37,40)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7B5DC

#A7B5DC
(167,181,220)
#AFBBDF
(175,187,223)
#B7C1E2
(183,193,226)
#BFC7E5
(191,199,229)
#C7CDE8
(199,205,232)
#CFD3EB
(207,211,235)
#D7D9EE
(215,217,238)
#DFDFF1
(223,223,241)
#E7E5F4
(231,229,244)
#EFEBF7
(239,235,247)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B5DC color. Also use rgb(167,181,220) instead hex code.

Text Font Color

.myTextColor { color: #A7B5DC; }

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

This text font color is #A7B5DC.

Background Color

.myBgColor { background-color: #A7B5DC; }

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

This div background color is #A7B5DC.

Border color

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

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

This div border color is #A7B5DC.

Opacity

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

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

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

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

This text has shadow with #A7B5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B5DC.

Preview

Color preview on black background

This text has color #A7B5DC on black background.


Color preview on white background

This text has color #A7B5DC on white background.


Black color preview on #A7B5DC background

This text has black color on #A7B5DC background.


White color preview on #A7B5DC background

This text has white color on #A7B5DC background.


Related colors

Complementary color

Complementary color for #hex is #584A23.


I love getcolorcode.com

Triadic colors

1 #DCA7B5 and #B5DCA7 with #A7B5DC are triadic colors.

2 #DCB5A7 and #B5A7DC with #A7B5DC are triadic colors.