COLOR #A7EDD5

HEX: #A7EDD5
RGB: (167,237,213)

Color info

#A7EDD5 contains mainly green and blue colors. Web safe color of #A7EDD5 is #99FFCC (or #9FC).

RGB color model

#A7EDD5 color RGB value is (167,237,213).

  • red value is 167;
  • green value is 237;
  • blue value is 213.
RGB:
(167,237,213)
(65%,93%,84%)

RGB channels and saturation

R 167 of 255 = 65%
G 237 of 255 = 93%
B 213 of 255 = 84%

167
237
213

R + G + B ~ 81%. #A7EDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 237 + 213 = 617 (100%)
R 167 of 617 ~ 27.07%
G 237 of 617 ~ 38.41%
B 213 of 617 ~ 34.52%

%27.07
%38.41
%34.52

CMYK color model

#A7EDD5 color CMYK value is (30,0,10,7).

  • cyan value is 29.54%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(30,0,10,7)
C30M0Y10K7 
(30%,0%,10%,7%)
(0.30/0.00/0.10/0.07)	

CMYK percentages

%29.54
%0
%10.13
%7.06

Codes

Color #A7EDD5 in popluar color models

A7EDD5
RGB167237213
HSL159°66.04%79.22%
HSB/HSV159°29.54%92.94%
CMYK29.54%0.00%10.13%
7.06%

Color #A7EDD5 in popluar number systems.

HEXA7EDD5
Decimal167237213
Binary101001111110110111010101
Octal247355325

Shades and tints

Shades of #A7EDD5

#A7EDD5
(167,237,213)
#98D8C2
(152,216,194)
#89C3AF
(137,195,175)
#7AAE9C
(122,174,156)
#6B9989
(107,153,137)
#5C8476
(92,132,118)
#4D6F63
(77,111,99)
#3E5A50
(62,90,80)
#2F453D
(47,69,61)
#20302A
(32,48,42)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #A7EDD5

#A7EDD5
(167,237,213)
#AFEED8
(175,238,216)
#B7EFDB
(183,239,219)
#BFF0DE
(191,240,222)
#C7F1E1
(199,241,225)
#CFF2E4
(207,242,228)
#D7F3E7
(215,243,231)
#DFF4EA
(223,244,234)
#E7F5ED
(231,245,237)
#EFF6F0
(239,246,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EDD5 color. Also use rgb(167,237,213) instead hex code.

Text Font Color

.myTextColor { color: #A7EDD5; }

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

This text font color is #A7EDD5.


Background Color

.myBgColor { background-color: #A7EDD5; }

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

This div background color is #A7EDD5.


Border color

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

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

This div border color is #A7EDD5.


Opacity

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

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

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

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

This text has shadow with #A7EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EDD5 on black background.


Color preview on white background

This text has color #A7EDD5 on white background.



Black color preview on #A7EDD5 background

This text has black color on #A7EDD5 background.


White color preview on #A7EDD5 background

This text has white color on #A7EDD5 background.