COLOR #A7F3D6

HEX: #A7F3D6 RGB: (167,243,214)

Color info

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

RGB color model

#A7F3D6 color RGB value is (167,243,214).

RGB: (167,243,214) (65%, 95%, 84%)

RGB channels and saturation

R 167 of 255 = 65%
G 243 of 255 = 95%
B 214 of 255 = 84%

167
243
214

R + G + B ~ 81%. #A7F3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 243 + 214 = 624 (100%)
R 167 of 624 ~ 26.76%
G 243 of 624 ~ 38.94%
B 214 of 624 ~ 34.29'%

%26.76
%38.94
%34.29

CMYK color model

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

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 4.71%

CMYK: (31,0,12,5)
C31M0Y12K5 (31%, 0%, 12%, 5%)
(0.31 / 0.00 / 0.12 / 0.05)

CMYK percentages

%31.28
%0
%11.93
%4.71

Codes

Color #A7F3D6 in popluar color models

A7 F3 D6
RGB 167 243 214
HSL 157° 76.00% 80.39%
HSB/HSV 157° 31.28% 95.29%
CMYK 31.28% 0.00% 11.93%
4.71%

Color #A7F3D6 in popluar number systems.

HEX A7 F3 D6
Decimal 167 243 214
Binary 10100111 11110011 11010110
Octal 247 363 326

Shades and tints

Shades of #A7F3D6

#A7F3D6
(167,243,214)
#98DDC3
(152,221,195)
#89C7B0
(137,199,176)
#7AB19D
(122,177,157)
#6B9B8A
(107,155,138)
#5C8577
(92,133,119)
#4D6F64
(77,111,100)
#3E5951
(62,89,81)
#2F433E
(47,67,62)
#202D2B
(32,45,43)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7F3D6

#A7F3D6
(167,243,214)
#AFF4D9
(175,244,217)
#B7F5DC
(183,245,220)
#BFF6DF
(191,246,223)
#C7F7E2
(199,247,226)
#CFF8E5
(207,248,229)
#D7F9E8
(215,249,232)
#DFFAEB
(223,250,235)
#E7FBEE
(231,251,238)
#EFFCF1
(239,252,241)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F3D6 color. Also use rgb(167,243,214) instead hex code.

Text Font Color

.myTextColor { color: #A7F3D6; }

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

This text font color is #A7F3D6.

Background Color

.myBgColor { background-color: #A7F3D6; }

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

This div background color is #A7F3D6.

Border color

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

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

This div border color is #A7F3D6.

Opacity

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

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

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

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

This text has shadow with #A7F3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F3D6.

Preview

Color preview on black background

This text has color #A7F3D6 on black background.


Color preview on white background

This text has color #A7F3D6 on white background.


Black color preview on #A7F3D6 background

This text has black color on #A7F3D6 background.


White color preview on #A7F3D6 background

This text has white color on #A7F3D6 background.


Related colors

Complementary color

Complementary color for #hex is #580C29.


I love getcolorcode.com

Triadic colors

1 #D6A7F3 and #F3D6A7 with #A7F3D6 are triadic colors.

2 #D6F3A7 and #F3A7D6 with #A7F3D6 are triadic colors.