COLOR #A7D0E5

HEX: #A7D0E5 RGB: (167,208,229)

Color info

#A7D0E5 contains mainly green and blue colors. Web safe color of #A7D0E5 is #99CCCC (or #9CC).

RGB color model

#A7D0E5 color RGB value is (167,208,229).

RGB: (167,208,229) (65%, 82%, 90%)

RGB channels and saturation

R 167 of 255 = 65%
G 208 of 255 = 82%
B 229 of 255 = 90%

167
208
229

R + G + B ~ 79%. #A7D0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 208 + 229 = 604 (100%)
R 167 of 604 ~ 27.65%
G 208 of 604 ~ 34.44%
B 229 of 604 ~ 37.91'%

%27.65
%34.44
%37.91

CMYK color model

#A7D0E5 color CMYK value is (27,9,0,10).

  • cyan value is 27.07%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (27,9,0,10)
C27M9Y0K10 (27%, 9%, 0%, 10%)
(0.27 / 0.09 / 0.00 / 0.10)

CMYK percentages

%27.07
%9.17
%0
%10.2

Codes

Color #A7D0E5 in popluar color models

A7 D0 E5
RGB 167 208 229
HSL 200° 54.39% 77.65%
HSB/HSV 200° 27.07% 89.80%
CMYK 27.07% 9.17% 0.00%
10.20%

Color #A7D0E5 in popluar number systems.

HEX A7 D0 E5
Decimal 167 208 229
Binary 10100111 11010000 11100101
Octal 247 320 345

Shades and tints

Shades of #A7D0E5

#A7D0E5
(167,208,229)
#98BED1
(152,190,209)
#89ACBD
(137,172,189)
#7A9AA9
(122,154,169)
#6B8895
(107,136,149)
#5C7681
(92,118,129)
#4D646D
(77,100,109)
#3E5259
(62,82,89)
#2F4045
(47,64,69)
#202E31
(32,46,49)
#111C1D
(17,28,29)
#000000
(0,0,0)

Tints of #A7D0E5

#A7D0E5
(167,208,229)
#AFD4E7
(175,212,231)
#B7D8E9
(183,216,233)
#BFDCEB
(191,220,235)
#C7E0ED
(199,224,237)
#CFE4EF
(207,228,239)
#D7E8F1
(215,232,241)
#DFECF3
(223,236,243)
#E7F0F5
(231,240,245)
#EFF4F7
(239,244,247)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D0E5; }

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

This text font color is #A7D0E5.

Background Color

.myBgColor { background-color: #A7D0E5; }

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

This div background color is #A7D0E5.

Border color

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

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

This div border color is #A7D0E5.

Opacity

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

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

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

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

This text has shadow with #A7D0E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D0E5.

Preview

Color preview on black background

This text has color #A7D0E5 on black background.


Color preview on white background

This text has color #A7D0E5 on white background.


Black color preview on #A7D0E5 background

This text has black color on #A7D0E5 background.


White color preview on #A7D0E5 background

This text has white color on #A7D0E5 background.


Related colors

Complementary color

Complementary color for #hex is #582F1A.


I love getcolorcode.com

Triadic colors

1 #E5A7D0 and #D0E5A7 with #A7D0E5 are triadic colors.

2 #E5D0A7 and #D0A7E5 with #A7D0E5 are triadic colors.