COLOR #A7D0EA

HEX: #A7D0EA RGB: (167,208,234)

Color info

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

RGB color model

#A7D0EA color RGB value is (167,208,234).

RGB: (167,208,234) (65%, 82%, 92%)

RGB channels and saturation

R 167 of 255 = 65%
G 208 of 255 = 82%
B 234 of 255 = 92%

167
208
234

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

Portions of RGB colors in percentages

R + G + B = 167 + 208 + 234 = 609 (100%)
R 167 of 609 ~ 27.42%
G 208 of 609 ~ 34.15%
B 234 of 609 ~ 38.42'%

%27.42
%34.15
%38.42

CMYK color model

#A7D0EA color CMYK value is (29,11,0,8).

  • cyan value is 28.63%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (29,11,0,8)
C29M11Y0K8 (29%, 11%, 0%, 8%)
(0.29 / 0.11 / 0.00 / 0.08)

CMYK percentages

%28.63
%11.11
%0
%8.24

Codes

Color #A7D0EA in popluar color models

A7 D0 EA
RGB 167 208 234
HSL 203° 61.47% 78.63%
HSB/HSV 203° 28.63% 91.76%
CMYK 28.63% 11.11% 0.00%
8.24%

Color #A7D0EA in popluar number systems.

HEX A7 D0 EA
Decimal 167 208 234
Binary 10100111 11010000 11101010
Octal 247 320 352

Shades and tints

Shades of #A7D0EA

#A7D0EA
(167,208,234)
#98BED5
(152,190,213)
#89ACC0
(137,172,192)
#7A9AAB
(122,154,171)
#6B8896
(107,136,150)
#5C7681
(92,118,129)
#4D646C
(77,100,108)
#3E5257
(62,82,87)
#2F4042
(47,64,66)
#202E2D
(32,46,45)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #A7D0EA

#A7D0EA
(167,208,234)
#AFD4EB
(175,212,235)
#B7D8EC
(183,216,236)
#BFDCED
(191,220,237)
#C7E0EE
(199,224,238)
#CFE4EF
(207,228,239)
#D7E8F0
(215,232,240)
#DFECF1
(223,236,241)
#E7F0F2
(231,240,242)
#EFF4F3
(239,244,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D0EA color. Also use rgb(167,208,234) instead hex code.

Text Font Color

.myTextColor { color: #A7D0EA; }

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

This text font color is #A7D0EA.

Background Color

.myBgColor { background-color: #A7D0EA; }

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

This div background color is #A7D0EA.

Border color

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

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

This div border color is #A7D0EA.

Opacity

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

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

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

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

This text has shadow with #A7D0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D0EA.

Preview

Color preview on black background

This text has color #A7D0EA on black background.


Color preview on white background

This text has color #A7D0EA on white background.


Black color preview on #A7D0EA background

This text has black color on #A7D0EA background.


White color preview on #A7D0EA background

This text has white color on #A7D0EA background.


Related colors

Complementary color

Complementary color for #hex is #582F15.


I love getcolorcode.com

Triadic colors

1 #EAA7D0 and #D0EAA7 with #A7D0EA are triadic colors.

2 #EAD0A7 and #D0A7EA with #A7D0EA are triadic colors.