COLOR #A7F9DE

HEX: #A7F9DE RGB: (167,249,222)

Color info

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

RGB color model

#A7F9DE color RGB value is (167,249,222).

RGB: (167,249,222) (65%, 98%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 249 of 255 = 98%
B 222 of 255 = 87%

167
249
222

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

Portions of RGB colors in percentages

R + G + B = 167 + 249 + 222 = 638 (100%)
R 167 of 638 ~ 26.18%
G 249 of 638 ~ 39.03%
B 222 of 638 ~ 34.8'%

%26.18
%39.03
%34.8

CMYK color model

#A7F9DE color CMYK value is (33,0,11,2).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%

CMYK: (33,0,11,2)
C33M0Y11K2 (33%, 0%, 11%, 2%)
(0.33 / 0.00 / 0.11 / 0.02)

CMYK percentages

%32.93
%0
%10.84
%2.35

Codes

Color #A7F9DE in popluar color models

A7 F9 DE
RGB 167 249 222
HSL 160° 87.23% 81.57%
HSB/HSV 160° 32.93% 97.65%
CMYK 32.93% 0.00% 10.84%
2.35%

Color #A7F9DE in popluar number systems.

HEX A7 F9 DE
Decimal 167 249 222
Binary 10100111 11111001 11011110
Octal 247 371 336

Shades and tints

Shades of #A7F9DE

#A7F9DE
(167,249,222)
#98E3CA
(152,227,202)
#89CDB6
(137,205,182)
#7AB7A2
(122,183,162)
#6BA18E
(107,161,142)
#5C8B7A
(92,139,122)
#4D7566
(77,117,102)
#3E5F52
(62,95,82)
#2F493E
(47,73,62)
#20332A
(32,51,42)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #A7F9DE

#A7F9DE
(167,249,222)
#AFF9E1
(175,249,225)
#B7F9E4
(183,249,228)
#BFF9E7
(191,249,231)
#C7F9EA
(199,249,234)
#CFF9ED
(207,249,237)
#D7F9F0
(215,249,240)
#DFF9F3
(223,249,243)
#E7F9F6
(231,249,246)
#EFF9F9
(239,249,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F9DE color. Also use rgb(167,249,222) instead hex code.

Text Font Color

.myTextColor { color: #A7F9DE; }

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

This text font color is #A7F9DE.

Background Color

.myBgColor { background-color: #A7F9DE; }

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

This div background color is #A7F9DE.

Border color

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

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

This div border color is #A7F9DE.

Opacity

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

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

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

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

This text has shadow with #A7F9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F9DE.

Preview

Color preview on black background

This text has color #A7F9DE on black background.


Color preview on white background

This text has color #A7F9DE on white background.


Black color preview on #A7F9DE background

This text has black color on #A7F9DE background.


White color preview on #A7F9DE background

This text has white color on #A7F9DE background.


Related colors

Complementary color

Complementary color for #hex is #580621.


I love getcolorcode.com

Triadic colors

1 #DEA7F9 and #F9DEA7 with #A7F9DE are triadic colors.

2 #DEF9A7 and #F9A7DE with #A7F9DE are triadic colors.