COLOR #A7E0DD

HEX: #A7E0DD
RGB: (167,224,221)

Color info

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

RGB color model

#A7E0DD color RGB value is (167,224,221).

  • red value is 167;
  • green value is 224;
  • blue value is 221.
RGB:
(167,224,221)
(65%,88%,87%)

RGB channels and saturation

R 167 of 255 = 65%
G 224 of 255 = 88%
B 221 of 255 = 87%

167
224
221

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

Portions of RGB colors in percentages

R + G + B =
167 + 224 + 221 = 612 (100%)
R 167 of 612 ~ 27.29%
G 224 of 612 ~ 36.6%
B 221 of 612 ~ 36.11%

%27.29
%36.6
%36.11

CMYK color model

#A7E0DD color CMYK value is (25,0,1,12).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(25,0,1,12)
C25M0Y1K12 
(25%,0%,1%,12%)
(0.25/0.00/0.01/0.12)	

CMYK percentages

%25.45
%0
%1.34
%12.16

Codes

Color #A7E0DD in popluar color models

A7E0DD
RGB167224221
HSL177°47.90%76.67%
HSB/HSV177°25.45%87.84%
CMYK25.45%0.00%1.34%
12.16%

Color #A7E0DD in popluar number systems.

HEXA7E0DD
Decimal167224221
Binary101001111110000011011101
Octal247340335

Shades and tints

Shades of #A7E0DD

#A7E0DD
(167,224,221)
#98CCC9
(152,204,201)
#89B8B5
(137,184,181)
#7AA4A1
(122,164,161)
#6B908D
(107,144,141)
#5C7C79
(92,124,121)
#4D6865
(77,104,101)
#3E5451
(62,84,81)
#2F403D
(47,64,61)
#202C29
(32,44,41)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7E0DD

#A7E0DD
(167,224,221)
#AFE2E0
(175,226,224)
#B7E4E3
(183,228,227)
#BFE6E6
(191,230,230)
#C7E8E9
(199,232,233)
#CFEAEC
(207,234,236)
#D7ECEF
(215,236,239)
#DFEEF2
(223,238,242)
#E7F0F5
(231,240,245)
#EFF2F8
(239,242,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E0DD; }

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

This text font color is #A7E0DD.


Background Color

.myBgColor { background-color: #A7E0DD; }

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

This div background color is #A7E0DD.


Border color

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

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

This div border color is #A7E0DD.


Opacity

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

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

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

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

This text has shadow with #A7E0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E0DD on black background.


Color preview on white background

This text has color #A7E0DD on white background.



Black color preview on #A7E0DD background

This text has black color on #A7E0DD background.


White color preview on #A7E0DD background

This text has white color on #A7E0DD background.