COLOR #A7EED3

HEX: #A7EED3 RGB: (167,238,211)

Color info

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

RGB color model

#A7EED3 color RGB value is (167,238,211).

RGB: (167,238,211) (65%, 93%, 83%)

RGB channels and saturation

R 167 of 255 = 65%
G 238 of 255 = 93%
B 211 of 255 = 83%

167
238
211

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

Portions of RGB colors in percentages

R + G + B = 167 + 238 + 211 = 616 (100%)
R 167 of 616 ~ 27.11%
G 238 of 616 ~ 38.64%
B 211 of 616 ~ 34.25'%

%27.11
%38.64
%34.25

CMYK color model

#A7EED3 color CMYK value is (30,0,11,7).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 6.67%

CMYK: (30,0,11,7)
C30M0Y11K7 (30%, 0%, 11%, 7%)
(0.30 / 0.00 / 0.11 / 0.07)

CMYK percentages

%29.83
%0
%11.34
%6.67

Codes

Color #A7EED3 in popluar color models

A7 EE D3
RGB 167 238 211
HSL 157° 67.62% 79.41%
HSB/HSV 157° 29.83% 93.33%
CMYK 29.83% 0.00% 11.34%
6.67%

Color #A7EED3 in popluar number systems.

HEX A7 EE D3
Decimal 167 238 211
Binary 10100111 11101110 11010011
Octal 247 356 323

Shades and tints

Shades of #A7EED3

#A7EED3
(167,238,211)
#98D9C0
(152,217,192)
#89C4AD
(137,196,173)
#7AAF9A
(122,175,154)
#6B9A87
(107,154,135)
#5C8574
(92,133,116)
#4D7061
(77,112,97)
#3E5B4E
(62,91,78)
#2F463B
(47,70,59)
#203128
(32,49,40)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #A7EED3

#A7EED3
(167,238,211)
#AFEFD7
(175,239,215)
#B7F0DB
(183,240,219)
#BFF1DF
(191,241,223)
#C7F2E3
(199,242,227)
#CFF3E7
(207,243,231)
#D7F4EB
(215,244,235)
#DFF5EF
(223,245,239)
#E7F6F3
(231,246,243)
#EFF7F7
(239,247,247)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EED3; }

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

This text font color is #A7EED3.

Background Color

.myBgColor { background-color: #A7EED3; }

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

This div background color is #A7EED3.

Border color

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

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

This div border color is #A7EED3.

Opacity

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

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

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

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

This text has shadow with #A7EED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7EED3.

Preview

Color preview on black background

This text has color #A7EED3 on black background.


Color preview on white background

This text has color #A7EED3 on white background.


Black color preview on #A7EED3 background

This text has black color on #A7EED3 background.


White color preview on #A7EED3 background

This text has white color on #A7EED3 background.


Related colors

Complementary color

Complementary color for #hex is #58112C.


I love getcolorcode.com

Triadic colors

1 #D3A7EE and #EED3A7 with #A7EED3 are triadic colors.

2 #D3EEA7 and #EEA7D3 with #A7EED3 are triadic colors.