COLOR #A7B4E1

HEX: #A7B4E1 RGB: (167,180,225)

Color info

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

RGB color model

#A7B4E1 color RGB value is (167,180,225).

RGB: (167,180,225) (65%, 71%, 88%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 225 of 255 = 88%

167
180
225

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

Portions of RGB colors in percentages

R + G + B = 167 + 180 + 225 = 572 (100%)
R 167 of 572 ~ 29.2%
G 180 of 572 ~ 31.47%
B 225 of 572 ~ 39.34'%

%29.2
%31.47
%39.34

CMYK color model

#A7B4E1 color CMYK value is (26,20,0,12).

  • cyan value is 25.78%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (26,20,0,12)
C26M20Y0K12 (26%, 20%, 0%, 12%)
(0.26 / 0.20 / 0.00 / 0.12)

CMYK percentages

%25.78
%20
%0
%11.76

Codes

Color #A7B4E1 in popluar color models

A7 B4 E1
RGB 167 180 225
HSL 227° 49.15% 76.86%
HSB/HSV 227° 25.78% 88.24%
CMYK 25.78% 20.00% 0.00%
11.76%

Color #A7B4E1 in popluar number systems.

HEX A7 B4 E1
Decimal 167 180 225
Binary 10100111 10110100 11100001
Octal 247 264 341

Shades and tints

Shades of #A7B4E1

#A7B4E1
(167,180,225)
#98A4CD
(152,164,205)
#8994B9
(137,148,185)
#7A84A5
(122,132,165)
#6B7491
(107,116,145)
#5C647D
(92,100,125)
#4D5469
(77,84,105)
#3E4455
(62,68,85)
#2F3441
(47,52,65)
#20242D
(32,36,45)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #A7B4E1

#A7B4E1
(167,180,225)
#AFBAE3
(175,186,227)
#B7C0E5
(183,192,229)
#BFC6E7
(191,198,231)
#C7CCE9
(199,204,233)
#CFD2EB
(207,210,235)
#D7D8ED
(215,216,237)
#DFDEEF
(223,222,239)
#E7E4F1
(231,228,241)
#EFEAF3
(239,234,243)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B4E1; }

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

This text font color is #A7B4E1.

Background Color

.myBgColor { background-color: #A7B4E1; }

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

This div background color is #A7B4E1.

Border color

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

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

This div border color is #A7B4E1.

Opacity

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

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

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

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

This text has shadow with #A7B4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B4E1.

Preview

Color preview on black background

This text has color #A7B4E1 on black background.


Color preview on white background

This text has color #A7B4E1 on white background.


Black color preview on #A7B4E1 background

This text has black color on #A7B4E1 background.


White color preview on #A7B4E1 background

This text has white color on #A7B4E1 background.


Related colors

Complementary color

Complementary color for #hex is #584B1E.


I love getcolorcode.com

Triadic colors

1 #E1A7B4 and #B4E1A7 with #A7B4E1 are triadic colors.

2 #E1B4A7 and #B4A7E1 with #A7B4E1 are triadic colors.