COLOR #A7E0DC

HEX: #A7E0DC RGB: (167,224,220)

Color info

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

RGB color model

#A7E0DC color RGB value is (167,224,220).

RGB: (167,224,220) (65%, 88%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 224 of 255 = 88%
B 220 of 255 = 86%

167
224
220

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

Portions of RGB colors in percentages

R + G + B = 167 + 224 + 220 = 611 (100%)
R 167 of 611 ~ 27.33%
G 224 of 611 ~ 36.66%
B 220 of 611 ~ 36.01'%

%27.33
%36.66
%36.01

CMYK color model

#A7E0DC color CMYK value is (25,0,2,12).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.16%

CMYK: (25,0,2,12)
C25M0Y2K12 (25%, 0%, 2%, 12%)
(0.25 / 0.00 / 0.02 / 0.12)

CMYK percentages

%25.45
%0
%1.79
%12.16

Codes

Color #A7E0DC in popluar color models

A7 E0 DC
RGB 167 224 220
HSL 176° 47.90% 76.67%
HSB/HSV 176° 25.45% 87.84%
CMYK 25.45% 0.00% 1.79%
12.16%

Color #A7E0DC in popluar number systems.

HEX A7 E0 DC
Decimal 167 224 220
Binary 10100111 11100000 11011100
Octal 247 340 334

Shades and tints

Shades of #A7E0DC

#A7E0DC
(167,224,220)
#98CCC8
(152,204,200)
#89B8B4
(137,184,180)
#7AA4A0
(122,164,160)
#6B908C
(107,144,140)
#5C7C78
(92,124,120)
#4D6864
(77,104,100)
#3E5450
(62,84,80)
#2F403C
(47,64,60)
#202C28
(32,44,40)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #A7E0DC

#A7E0DC
(167,224,220)
#AFE2DF
(175,226,223)
#B7E4E2
(183,228,226)
#BFE6E5
(191,230,229)
#C7E8E8
(199,232,232)
#CFEAEB
(207,234,235)
#D7ECEE
(215,236,238)
#DFEEF1
(223,238,241)
#E7F0F4
(231,240,244)
#EFF2F7
(239,242,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E0DC color. Also use rgb(167,224,220) instead hex code.

Text Font Color

.myTextColor { color: #A7E0DC; }

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

This text font color is #A7E0DC.

Background Color

.myBgColor { background-color: #A7E0DC; }

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

This div background color is #A7E0DC.

Border color

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

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

This div border color is #A7E0DC.

Opacity

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

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

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

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

This text has shadow with #A7E0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E0DC.

Preview

Color preview on black background

This text has color #A7E0DC on black background.


Color preview on white background

This text has color #A7E0DC on white background.


Black color preview on #A7E0DC background

This text has black color on #A7E0DC background.


White color preview on #A7E0DC background

This text has white color on #A7E0DC background.


Related colors

Complementary color

Complementary color for #hex is #581F23.


I love getcolorcode.com

Triadic colors

1 #DCA7E0 and #E0DCA7 with #A7E0DC are triadic colors.

2 #DCE0A7 and #E0A7DC with #A7E0DC are triadic colors.