COLOR #A7F1E5

HEX: #A7F1E5 RGB: (167,241,229)

Color info

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

RGB color model

#A7F1E5 color RGB value is (167,241,229).

RGB: (167,241,229) (65%, 95%, 90%)

RGB channels and saturation

R 167 of 255 = 65%
G 241 of 255 = 95%
B 229 of 255 = 90%

167
241
229

R + G + B ~ 83%. #A7F1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 241 + 229 = 637 (100%)
R 167 of 637 ~ 26.22%
G 241 of 637 ~ 37.83%
B 229 of 637 ~ 35.95'%

%26.22
%37.83
%35.95

CMYK color model

#A7F1E5 color CMYK value is (31,0,5,5).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 5.49%

CMYK: (31,0,5,5)
C31M0Y5K5 (31%, 0%, 5%, 5%)
(0.31 / 0.00 / 0.05 / 0.05)

CMYK percentages

%30.71
%0
%4.98
%5.49

Codes

Color #A7F1E5 in popluar color models

A7 F1 E5
RGB 167 241 229
HSL 170° 72.55% 80.00%
HSB/HSV 170° 30.71% 94.51%
CMYK 30.71% 0.00% 4.98%
5.49%

Color #A7F1E5 in popluar number systems.

HEX A7 F1 E5
Decimal 167 241 229
Binary 10100111 11110001 11100101
Octal 247 361 345

Shades and tints

Shades of #A7F1E5

#A7F1E5
(167,241,229)
#98DCD1
(152,220,209)
#89C7BD
(137,199,189)
#7AB2A9
(122,178,169)
#6B9D95
(107,157,149)
#5C8881
(92,136,129)
#4D736D
(77,115,109)
#3E5E59
(62,94,89)
#2F4945
(47,73,69)
#203431
(32,52,49)
#111F1D
(17,31,29)
#000000
(0,0,0)

Tints of #A7F1E5

#A7F1E5
(167,241,229)
#AFF2E7
(175,242,231)
#B7F3E9
(183,243,233)
#BFF4EB
(191,244,235)
#C7F5ED
(199,245,237)
#CFF6EF
(207,246,239)
#D7F7F1
(215,247,241)
#DFF8F3
(223,248,243)
#E7F9F5
(231,249,245)
#EFFAF7
(239,250,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F1E5 color. Also use rgb(167,241,229) instead hex code.

Text Font Color

.myTextColor { color: #A7F1E5; }

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

This text font color is #A7F1E5.

Background Color

.myBgColor { background-color: #A7F1E5; }

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

This div background color is #A7F1E5.

Border color

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

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

This div border color is #A7F1E5.

Opacity

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

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

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

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

This text has shadow with #A7F1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F1E5.

Preview

Color preview on black background

This text has color #A7F1E5 on black background.


Color preview on white background

This text has color #A7F1E5 on white background.


Black color preview on #A7F1E5 background

This text has black color on #A7F1E5 background.


White color preview on #A7F1E5 background

This text has white color on #A7F1E5 background.


Related colors

Complementary color

Complementary color for #hex is #580E1A.


I love getcolorcode.com

Triadic colors

1 #E5A7F1 and #F1E5A7 with #A7F1E5 are triadic colors.

2 #E5F1A7 and #F1A7E5 with #A7F1E5 are triadic colors.