COLOR #A7B7ED

HEX: #A7B7ED
RGB: (167,183,237)

Color info

#A7B7ED contains mainly green and blue colors. Web safe color of #A7B7ED is #99CCFF (or #9CF).

RGB color model

#A7B7ED color RGB value is (167,183,237).

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

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 237 of 255 = 93%

167
183
237

R + G + B ~ 77%. #A7B7ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 237 = 587 (100%)
R 167 of 587 ~ 28.45%
G 183 of 587 ~ 31.18%
B 237 of 587 ~ 40.37%

%28.45
%31.18
%40.37

CMYK color model

#A7B7ED color CMYK value is (30,23,0,7).

  • cyan value is 29.54%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,23,0,7)
C30M23Y0K7 
(30%,23%,0%,7%)
(0.30/0.23/0.00/0.07)	

CMYK percentages

%29.54
%22.78
%0
%7.06

Codes

Color #A7B7ED in popluar color models

A7B7ED
RGB167183237
HSL226°66.04%79.22%
HSB/HSV226°29.54%92.94%
CMYK29.54%22.78%0.00%
7.06%

Color #A7B7ED in popluar number systems.

HEXA7B7ED
Decimal167183237
Binary101001111011011111101101
Octal247267355

Shades and tints

Shades of #A7B7ED

#A7B7ED
(167,183,237)
#98A7D8
(152,167,216)
#8997C3
(137,151,195)
#7A87AE
(122,135,174)
#6B7799
(107,119,153)
#5C6784
(92,103,132)
#4D576F
(77,87,111)
#3E475A
(62,71,90)
#2F3745
(47,55,69)
#202730
(32,39,48)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #A7B7ED

#A7B7ED
(167,183,237)
#AFBDEE
(175,189,238)
#B7C3EF
(183,195,239)
#BFC9F0
(191,201,240)
#C7CFF1
(199,207,241)
#CFD5F2
(207,213,242)
#D7DBF3
(215,219,243)
#DFE1F4
(223,225,244)
#E7E7F5
(231,231,245)
#EFEDF6
(239,237,246)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B7ED; }

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

This text font color is #A7B7ED.


Background Color

.myBgColor { background-color: #A7B7ED; }

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

This div background color is #A7B7ED.


Border color

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

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

This div border color is #A7B7ED.


Opacity

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

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

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

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

This text has shadow with #A7B7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B7ED on black background.


Color preview on white background

This text has color #A7B7ED on white background.



Black color preview on #A7B7ED background

This text has black color on #A7B7ED background.


White color preview on #A7B7ED background

This text has white color on #A7B7ED background.