COLOR #A7F3CF

HEX: #A7F3CF
RGB: (167,243,207)

Color info

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

RGB color model

#A7F3CF color RGB value is (167,243,207).

  • red value is 167;
  • green value is 243;
  • blue value is 207.
RGB:
(167,243,207)
(65%,95%,81%)

RGB channels and saturation

R 167 of 255 = 65%
G 243 of 255 = 95%
B 207 of 255 = 81%

167
243
207

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

Portions of RGB colors in percentages

R + G + B =
167 + 243 + 207 = 617 (100%)
R 167 of 617 ~ 27.07%
G 243 of 617 ~ 39.38%
B 207 of 617 ~ 33.55%

%27.07
%39.38
%33.55

CMYK color model

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

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 4.71%
CMYK:
(31,0,15,5)
C31M0Y15K5 
(31%,0%,15%,5%)
(0.31/0.00/0.15/0.05)	

CMYK percentages

%31.28
%0
%14.81
%4.71

Codes

Color #A7F3CF in popluar color models

A7F3CF
RGB167243207
HSL152°76.00%80.39%
HSB/HSV152°31.28%95.29%
CMYK31.28%0.00%14.81%
4.71%

Color #A7F3CF in popluar number systems.

HEXA7F3CF
Decimal167243207
Binary101001111111001111001111
Octal247363317

Shades and tints

Shades of #A7F3CF

#A7F3CF
(167,243,207)
#98DDBD
(152,221,189)
#89C7AB
(137,199,171)
#7AB199
(122,177,153)
#6B9B87
(107,155,135)
#5C8575
(92,133,117)
#4D6F63
(77,111,99)
#3E5951
(62,89,81)
#2F433F
(47,67,63)
#202D2D
(32,45,45)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #A7F3CF

#A7F3CF
(167,243,207)
#AFF4D3
(175,244,211)
#B7F5D7
(183,245,215)
#BFF6DB
(191,246,219)
#C7F7DF
(199,247,223)
#CFF8E3
(207,248,227)
#D7F9E7
(215,249,231)
#DFFAEB
(223,250,235)
#E7FBEF
(231,251,239)
#EFFCF3
(239,252,243)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F3CF; }

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

This text font color is #A7F3CF.


Background Color

.myBgColor { background-color: #A7F3CF; }

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

This div background color is #A7F3CF.


Border color

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

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

This div border color is #A7F3CF.


Opacity

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

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

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

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

This text has shadow with #A7F3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F3CF on black background.


Color preview on white background

This text has color #A7F3CF on white background.



Black color preview on #A7F3CF background

This text has black color on #A7F3CF background.


White color preview on #A7F3CF background

This text has white color on #A7F3CF background.