COLOR #A7ADE1

HEX: #A7ADE1
RGB: (167,173,225)

Color info

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

RGB color model

#A7ADE1 color RGB value is (167,173,225).

  • red value is 167;
  • green value is 173;
  • blue value is 225.
RGB:
(167,173,225)
(65%,68%,88%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 225 of 255 = 88%

167
173
225

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 225 = 565 (100%)
R 167 of 565 ~ 29.56%
G 173 of 565 ~ 30.62%
B 225 of 565 ~ 39.82%

%29.56
%30.62
%39.82

CMYK color model

#A7ADE1 color CMYK value is (26,23,0,12).

  • cyan value is 25.78%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,23,0,12)
C26M23Y0K12 
(26%,23%,0%,12%)
(0.26/0.23/0.00/0.12)	

CMYK percentages

%25.78
%23.11
%0
%11.76

Codes

Color #A7ADE1 in popluar color models

A7ADE1
RGB167173225
HSL234°49.15%76.86%
HSB/HSV234°25.78%88.24%
CMYK25.78%23.11%0.00%
11.76%

Color #A7ADE1 in popluar number systems.

HEXA7ADE1
Decimal167173225
Binary101001111010110111100001
Octal247255341

Shades and tints

Shades of #A7ADE1

#A7ADE1
(167,173,225)
#989ECD
(152,158,205)
#898FB9
(137,143,185)
#7A80A5
(122,128,165)
#6B7191
(107,113,145)
#5C627D
(92,98,125)
#4D5369
(77,83,105)
#3E4455
(62,68,85)
#2F3541
(47,53,65)
#20262D
(32,38,45)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #A7ADE1

#A7ADE1
(167,173,225)
#AFB4E3
(175,180,227)
#B7BBE5
(183,187,229)
#BFC2E7
(191,194,231)
#C7C9E9
(199,201,233)
#CFD0EB
(207,208,235)
#D7D7ED
(215,215,237)
#DFDEEF
(223,222,239)
#E7E5F1
(231,229,241)
#EFECF3
(239,236,243)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADE1; }

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

This text font color is #A7ADE1.


Background Color

.myBgColor { background-color: #A7ADE1; }

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

This div background color is #A7ADE1.


Border color

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

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

This div border color is #A7ADE1.


Opacity

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

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

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

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

This text has shadow with #A7ADE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADE1 on black background.


Color preview on white background

This text has color #A7ADE1 on white background.



Black color preview on #A7ADE1 background

This text has black color on #A7ADE1 background.


White color preview on #A7ADE1 background

This text has white color on #A7ADE1 background.