COLOR #A7D3EE

HEX: #A7D3EE RGB: (167,211,238)

Color info

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

RGB color model

#A7D3EE color RGB value is (167,211,238).

RGB: (167,211,238) (65%, 83%, 93%)

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 238 of 255 = 93%

167
211
238

R + G + B ~ 80%. #A7D3EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 211 + 238 = 616 (100%)
R 167 of 616 ~ 27.11%
G 211 of 616 ~ 34.25%
B 238 of 616 ~ 38.64'%

%27.11
%34.25
%38.64

CMYK color model

#A7D3EE color CMYK value is (30,11,0,7).

  • cyan value is 29.83%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (30,11,0,7)
C30M11Y0K7 (30%, 11%, 0%, 7%)
(0.30 / 0.11 / 0.00 / 0.07)

CMYK percentages

%29.83
%11.34
%0
%6.67

Codes

Color #A7D3EE in popluar color models

A7 D3 EE
RGB 167 211 238
HSL 203° 67.62% 79.41%
HSB/HSV 203° 29.83% 93.33%
CMYK 29.83% 11.34% 0.00%
6.67%

Color #A7D3EE in popluar number systems.

HEX A7 D3 EE
Decimal 167 211 238
Binary 10100111 11010011 11101110
Octal 247 323 356

Shades and tints

Shades of #A7D3EE

#A7D3EE
(167,211,238)
#98C0D9
(152,192,217)
#89ADC4
(137,173,196)
#7A9AAF
(122,154,175)
#6B879A
(107,135,154)
#5C7485
(92,116,133)
#4D6170
(77,97,112)
#3E4E5B
(62,78,91)
#2F3B46
(47,59,70)
#202831
(32,40,49)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #A7D3EE

#A7D3EE
(167,211,238)
#AFD7EF
(175,215,239)
#B7DBF0
(183,219,240)
#BFDFF1
(191,223,241)
#C7E3F2
(199,227,242)
#CFE7F3
(207,231,243)
#D7EBF4
(215,235,244)
#DFEFF5
(223,239,245)
#E7F3F6
(231,243,246)
#EFF7F7
(239,247,247)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D3EE color. Also use rgb(167,211,238) instead hex code.

Text Font Color

.myTextColor { color: #A7D3EE; }

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

This text font color is #A7D3EE.

Background Color

.myBgColor { background-color: #A7D3EE; }

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

This div background color is #A7D3EE.

Border color

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

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

This div border color is #A7D3EE.

Opacity

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

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

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

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

This text has shadow with #A7D3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D3EE.

Preview

Color preview on black background

This text has color #A7D3EE on black background.


Color preview on white background

This text has color #A7D3EE on white background.


Black color preview on #A7D3EE background

This text has black color on #A7D3EE background.


White color preview on #A7D3EE background

This text has white color on #A7D3EE background.


Related colors

Complementary color

Complementary color for #hex is #582C11.


I love getcolorcode.com

Triadic colors

1 #EEA7D3 and #D3EEA7 with #A7D3EE are triadic colors.

2 #EED3A7 and #D3A7EE with #A7D3EE are triadic colors.