COLOR #A7E1CF

HEX: #A7E1CF
RGB: (167,225,207)

Color info

#A7E1CF contains red, green and blue colors in about the same proportion. Web safe color of #A7E1CF is #99CCCC (or #9CC).

RGB color model

#A7E1CF color RGB value is (167,225,207).

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

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 207 of 255 = 81%

167
225
207

R + G + B ~ 78%. #A7E1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 207 = 599 (100%)
R 167 of 599 ~ 27.88%
G 225 of 599 ~ 37.56%
B 207 of 599 ~ 34.56%

%27.88
%37.56
%34.56

CMYK color model

#A7E1CF color CMYK value is (26,0,8,12).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 11.76%
CMYK:
(26,0,8,12)
C26M0Y8K12 
(26%,0%,8%,12%)
(0.26/0.00/0.08/0.12)	

CMYK percentages

%25.78
%0
%8
%11.76

Codes

Color #A7E1CF in popluar color models

A7E1CF
RGB167225207
HSL161°49.15%76.86%
HSB/HSV161°25.78%88.24%
CMYK25.78%0.00%8.00%
11.76%

Color #A7E1CF in popluar number systems.

HEXA7E1CF
Decimal167225207
Binary101001111110000111001111
Octal247341317

Shades and tints

Shades of #A7E1CF

#A7E1CF
(167,225,207)
#98CDBD
(152,205,189)
#89B9AB
(137,185,171)
#7AA599
(122,165,153)
#6B9187
(107,145,135)
#5C7D75
(92,125,117)
#4D6963
(77,105,99)
#3E5551
(62,85,81)
#2F413F
(47,65,63)
#202D2D
(32,45,45)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #A7E1CF

#A7E1CF
(167,225,207)
#AFE3D3
(175,227,211)
#B7E5D7
(183,229,215)
#BFE7DB
(191,231,219)
#C7E9DF
(199,233,223)
#CFEBE3
(207,235,227)
#D7EDE7
(215,237,231)
#DFEFEB
(223,239,235)
#E7F1EF
(231,241,239)
#EFF3F3
(239,243,243)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E1CF; }

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

This text font color is #A7E1CF.


Background Color

.myBgColor { background-color: #A7E1CF; }

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

This div background color is #A7E1CF.


Border color

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

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

This div border color is #A7E1CF.


Opacity

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

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

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

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

This text has shadow with #A7E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E1CF on black background.


Color preview on white background

This text has color #A7E1CF on white background.



Black color preview on #A7E1CF background

This text has black color on #A7E1CF background.


White color preview on #A7E1CF background

This text has white color on #A7E1CF background.