COLOR #A7ADDF

HEX: #A7ADDF RGB: (167,173,223)

Color info

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

RGB color model

#A7ADDF color RGB value is (167,173,223).

RGB: (167,173,223) (65%, 68%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 223 of 255 = 87%

167
173
223

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

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 223 = 563 (100%)
R 167 of 563 ~ 29.66%
G 173 of 563 ~ 30.73%
B 223 of 563 ~ 39.61'%

%29.66
%30.73
%39.61

CMYK color model

#A7ADDF color CMYK value is (25,22,0,13).

  • cyan value is 25.11%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (25,22,0,13) C25M22Y0K13 (25%,22%,0%,13%) (0.25/0.22/0.00/0.13) 

CMYK percentages

%25.11
%22.42
%0
%12.55

Codes

Color #A7ADDF in popluar color models

A7 AD DF
RGB 167 173 223
HSL 234° 46.67% 76.47%
HSB/HSV 234° 25.11% 87.45%
CMYK 25.11% 22.42% 0.00%
12.55%

Color #A7ADDF in popluar number systems.

HEX A7 AD DF
Decimal 167 173 223
Binary 10100111 10101101 11011111
Octal 247 255 337

Shades and tints

Shades of #A7ADDF

#A7ADDF
(167,173,223)
#989ECB
(152,158,203)
#898FB7
(137,143,183)
#7A80A3
(122,128,163)
#6B718F
(107,113,143)
#5C627B
(92,98,123)
#4D5367
(77,83,103)
#3E4453
(62,68,83)
#2F353F
(47,53,63)
#20262B
(32,38,43)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #A7ADDF

#A7ADDF
(167,173,223)
#AFB4E1
(175,180,225)
#B7BBE3
(183,187,227)
#BFC2E5
(191,194,229)
#C7C9E7
(199,201,231)
#CFD0E9
(207,208,233)
#D7D7EB
(215,215,235)
#DFDEED
(223,222,237)
#E7E5EF
(231,229,239)
#EFECF1
(239,236,241)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADDF; }

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

This text font color is #A7ADDF.

Background Color

.myBgColor { background-color: #A7ADDF; }

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

This div background color is #A7ADDF.

Border color

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

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

This div border color is #A7ADDF.

Opacity

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

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

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

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

This text has shadow with #A7ADDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADDF.

Preview

Color preview on black background

This text has color #A7ADDF on black background.


Color preview on white background

This text has color #A7ADDF on white background.


Black color preview on #A7ADDF background

This text has black color on #A7ADDF background.


White color preview on #A7ADDF background

This text has white color on #A7ADDF background.


Related colors

Complementary color

Complementary color for #hex is #585220.


I love getcolorcode.com

Triadic colors

1 #DFA7AD and #ADDFA7 with #A7ADDF are triadic colors.

2 #DFADA7 and #ADA7DF with #A7ADDF are triadic colors.