COLOR #A7EED0

HEX: #A7EED0
RGB: (167,238,208)

Color info

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

RGB color model

#A7EED0 color RGB value is (167,238,208).

  • red value is 167;
  • green value is 238;
  • blue value is 208.
RGB:
(167,238,208)
(65%,93%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 238 of 255 = 93%
B 208 of 255 = 82%

167
238
208

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

Portions of RGB colors in percentages

R + G + B =
167 + 238 + 208 = 613 (100%)
R 167 of 613 ~ 27.24%
G 238 of 613 ~ 38.83%
B 208 of 613 ~ 33.93%

%27.24
%38.83
%33.93

CMYK color model

#A7EED0 color CMYK value is (30,0,13,7).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(30,0,13,7)
C30M0Y13K7 
(30%,0%,13%,7%)
(0.30/0.00/0.13/0.07)	

CMYK percentages

%29.83
%0
%12.61
%6.67

Codes

Color #A7EED0 in popluar color models

A7EED0
RGB167238208
HSL155°67.62%79.41%
HSB/HSV155°29.83%93.33%
CMYK29.83%0.00%12.61%
6.67%

Color #A7EED0 in popluar number systems.

HEXA7EED0
Decimal167238208
Binary101001111110111011010000
Octal247356320

Shades and tints

Shades of #A7EED0

#A7EED0
(167,238,208)
#98D9BE
(152,217,190)
#89C4AC
(137,196,172)
#7AAF9A
(122,175,154)
#6B9A88
(107,154,136)
#5C8576
(92,133,118)
#4D7064
(77,112,100)
#3E5B52
(62,91,82)
#2F4640
(47,70,64)
#20312E
(32,49,46)
#111C1C
(17,28,28)
#000000
(0,0,0)

Tints of #A7EED0

#A7EED0
(167,238,208)
#AFEFD4
(175,239,212)
#B7F0D8
(183,240,216)
#BFF1DC
(191,241,220)
#C7F2E0
(199,242,224)
#CFF3E4
(207,243,228)
#D7F4E8
(215,244,232)
#DFF5EC
(223,245,236)
#E7F6F0
(231,246,240)
#EFF7F4
(239,247,244)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EED0; }

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

This text font color is #A7EED0.


Background Color

.myBgColor { background-color: #A7EED0; }

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

This div background color is #A7EED0.


Border color

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

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

This div border color is #A7EED0.


Opacity

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

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

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

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

This text has shadow with #A7EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EED0 on black background.


Color preview on white background

This text has color #A7EED0 on white background.



Black color preview on #A7EED0 background

This text has black color on #A7EED0 background.


White color preview on #A7EED0 background

This text has white color on #A7EED0 background.