COLOR #A7B4D5

HEX: #A7B4D5 RGB: (167,180,213)

Color info

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

RGB color model

#A7B4D5 color RGB value is (167,180,213).

RGB: (167,180,213) (65%, 71%, 84%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 213 of 255 = 84%

167
180
213

R + G + B ~ 73%. #A7B4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 180 + 213 = 560 (100%)
R 167 of 560 ~ 29.82%
G 180 of 560 ~ 32.14%
B 213 of 560 ~ 38.04'%

%29.82
%32.14
%38.04

CMYK color model

#A7B4D5 color CMYK value is (22,15,0,16).

  • cyan value is 21.60%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (22,15,0,16)
C22M15Y0K16 (22%, 15%, 0%, 16%)
(0.22 / 0.15 / 0.00 / 0.16)

CMYK percentages

%21.6
%15.49
%0
%16.47

Codes

Color #A7B4D5 in popluar color models

A7 B4 D5
RGB 167 180 213
HSL 223° 35.38% 74.51%
HSB/HSV 223° 21.60% 83.53%
CMYK 21.60% 15.49% 0.00%
16.47%

Color #A7B4D5 in popluar number systems.

HEX A7 B4 D5
Decimal 167 180 213
Binary 10100111 10110100 11010101
Octal 247 264 325

Shades and tints

Shades of #A7B4D5

#A7B4D5
(167,180,213)
#98A4C2
(152,164,194)
#8994AF
(137,148,175)
#7A849C
(122,132,156)
#6B7489
(107,116,137)
#5C6476
(92,100,118)
#4D5463
(77,84,99)
#3E4450
(62,68,80)
#2F343D
(47,52,61)
#20242A
(32,36,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7B4D5

#A7B4D5
(167,180,213)
#AFBAD8
(175,186,216)
#B7C0DB
(183,192,219)
#BFC6DE
(191,198,222)
#C7CCE1
(199,204,225)
#CFD2E4
(207,210,228)
#D7D8E7
(215,216,231)
#DFDEEA
(223,222,234)
#E7E4ED
(231,228,237)
#EFEAF0
(239,234,240)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B4D5 color. Also use rgb(167,180,213) instead hex code.

Text Font Color

.myTextColor { color: #A7B4D5; }

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

This text font color is #A7B4D5.

Background Color

.myBgColor { background-color: #A7B4D5; }

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

This div background color is #A7B4D5.

Border color

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

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

This div border color is #A7B4D5.

Opacity

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

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

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

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

This text has shadow with #A7B4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B4D5.

Preview

Color preview on black background

This text has color #A7B4D5 on black background.


Color preview on white background

This text has color #A7B4D5 on white background.


Black color preview on #A7B4D5 background

This text has black color on #A7B4D5 background.


White color preview on #A7B4D5 background

This text has white color on #A7B4D5 background.


Related colors

Complementary color

Complementary color for #hex is #584B2A.


I love getcolorcode.com

Triadic colors

1 #D5A7B4 and #B4D5A7 with #A7B4D5 are triadic colors.

2 #D5B4A7 and #B4A7D5 with #A7B4D5 are triadic colors.