COLOR #A7F4D7

HEX: #A7F4D7 RGB: (167,244,215)

Color info

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

RGB color model

#A7F4D7 color RGB value is (167,244,215).

RGB: (167,244,215) (65%, 96%, 84%)

RGB channels and saturation

R 167 of 255 = 65%
G 244 of 255 = 96%
B 215 of 255 = 84%

167
244
215

R + G + B ~ 82%. #A7F4D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 244 + 215 = 626 (100%)
R 167 of 626 ~ 26.68%
G 244 of 626 ~ 38.98%
B 215 of 626 ~ 34.35'%

%26.68
%38.98
%34.35

CMYK color model

#A7F4D7 color CMYK value is (32,0,12,4).

  • cyan value is 31.56%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 4.31%

CMYK: (32,0,12,4)
C32M0Y12K4 (32%, 0%, 12%, 4%)
(0.32 / 0.00 / 0.12 / 0.04)

CMYK percentages

%31.56
%0
%11.89
%4.31

Codes

Color #A7F4D7 in popluar color models

A7 F4 D7
RGB 167 244 215
HSL 157° 77.78% 80.59%
HSB/HSV 157° 31.56% 95.69%
CMYK 31.56% 0.00% 11.89%
4.31%

Color #A7F4D7 in popluar number systems.

HEX A7 F4 D7
Decimal 167 244 215
Binary 10100111 11110100 11010111
Octal 247 364 327

Shades and tints

Shades of #A7F4D7

#A7F4D7
(167,244,215)
#98DEC4
(152,222,196)
#89C8B1
(137,200,177)
#7AB29E
(122,178,158)
#6B9C8B
(107,156,139)
#5C8678
(92,134,120)
#4D7065
(77,112,101)
#3E5A52
(62,90,82)
#2F443F
(47,68,63)
#202E2C
(32,46,44)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #A7F4D7

#A7F4D7
(167,244,215)
#AFF5DA
(175,245,218)
#B7F6DD
(183,246,221)
#BFF7E0
(191,247,224)
#C7F8E3
(199,248,227)
#CFF9E6
(207,249,230)
#D7FAE9
(215,250,233)
#DFFBEC
(223,251,236)
#E7FCEF
(231,252,239)
#EFFDF2
(239,253,242)
#F7FEF5
(247,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F4D7 color. Also use rgb(167,244,215) instead hex code.

Text Font Color

.myTextColor { color: #A7F4D7; }

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

This text font color is #A7F4D7.

Background Color

.myBgColor { background-color: #A7F4D7; }

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

This div background color is #A7F4D7.

Border color

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

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

This div border color is #A7F4D7.

Opacity

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

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

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

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

This text has shadow with #A7F4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F4D7.

Preview

Color preview on black background

This text has color #A7F4D7 on black background.


Color preview on white background

This text has color #A7F4D7 on white background.


Black color preview on #A7F4D7 background

This text has black color on #A7F4D7 background.


White color preview on #A7F4D7 background

This text has white color on #A7F4D7 background.


Related colors

Complementary color

Complementary color for #hex is #580B28.


I love getcolorcode.com

Triadic colors

1 #D7A7F4 and #F4D7A7 with #A7F4D7 are triadic colors.

2 #D7F4A7 and #F4A7D7 with #A7F4D7 are triadic colors.