COLOR #A7B7E5

HEX: #A7B7E5
RGB: (167,183,229)

Color info

#A7B7E5 contains mainly green and blue colors. Web safe color of #A7B7E5 is #99CCCC (or #9CC).

RGB color model

#A7B7E5 color RGB value is (167,183,229).

  • red value is 167;
  • green value is 183;
  • blue value is 229.
RGB:
(167,183,229)
(65%,72%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 229 of 255 = 90%

167
183
229

R + G + B ~ 76%. #A7B7E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 229 = 579 (100%)
R 167 of 579 ~ 28.84%
G 183 of 579 ~ 31.61%
B 229 of 579 ~ 39.55%

%28.84
%31.61
%39.55

CMYK color model

#A7B7E5 color CMYK value is (27,20,0,10).

  • cyan value is 27.07%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,20,0,10)
C27M20Y0K10 
(27%,20%,0%,10%)
(0.27/0.20/0.00/0.10)	

CMYK percentages

%27.07
%20.09
%0
%10.2

Codes

Color #A7B7E5 in popluar color models

A7B7E5
RGB167183229
HSL225°54.39%77.65%
HSB/HSV225°27.07%89.80%
CMYK27.07%20.09%0.00%
10.20%

Color #A7B7E5 in popluar number systems.

HEXA7B7E5
Decimal167183229
Binary101001111011011111100101
Octal247267345

Shades and tints

Shades of #A7B7E5

#A7B7E5
(167,183,229)
#98A7D1
(152,167,209)
#8997BD
(137,151,189)
#7A87A9
(122,135,169)
#6B7795
(107,119,149)
#5C6781
(92,103,129)
#4D576D
(77,87,109)
#3E4759
(62,71,89)
#2F3745
(47,55,69)
#202731
(32,39,49)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #A7B7E5

#A7B7E5
(167,183,229)
#AFBDE7
(175,189,231)
#B7C3E9
(183,195,233)
#BFC9EB
(191,201,235)
#C7CFED
(199,207,237)
#CFD5EF
(207,213,239)
#D7DBF1
(215,219,241)
#DFE1F3
(223,225,243)
#E7E7F5
(231,231,245)
#EFEDF7
(239,237,247)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B7E5 color. Also use rgb(167,183,229) instead hex code.

Text Font Color

.myTextColor { color: #A7B7E5; }

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

This text font color is #A7B7E5.


Background Color

.myBgColor { background-color: #A7B7E5; }

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

This div background color is #A7B7E5.


Border color

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

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

This div border color is #A7B7E5.


Opacity

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

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

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

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

This text has shadow with #A7B7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B7E5 on black background.


Color preview on white background

This text has color #A7B7E5 on white background.



Black color preview on #A7B7E5 background

This text has black color on #A7B7E5 background.


White color preview on #A7B7E5 background

This text has white color on #A7B7E5 background.