COLOR #A7E1CD

HEX: #A7E1CD
RGB: (167,225,205)

Color info

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

RGB color model

#A7E1CD color RGB value is (167,225,205).

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

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 205 of 255 = 80%

167
225
205

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

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 205 = 597 (100%)
R 167 of 597 ~ 27.97%
G 225 of 597 ~ 37.69%
B 205 of 597 ~ 34.34%

%27.97
%37.69
%34.34

CMYK color model

#A7E1CD color CMYK value is (26,0,9,12).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK:
(26,0,9,12)
C26M0Y9K12 
(26%,0%,9%,12%)
(0.26/0.00/0.09/0.12)	

CMYK percentages

%25.78
%0
%8.89
%11.76

Codes

Color #A7E1CD in popluar color models

A7E1CD
RGB167225205
HSL159°49.15%76.86%
HSB/HSV159°25.78%88.24%
CMYK25.78%0.00%8.89%
11.76%

Color #A7E1CD in popluar number systems.

HEXA7E1CD
Decimal167225205
Binary101001111110000111001101
Octal247341315

Shades and tints

Shades of #A7E1CD

#A7E1CD
(167,225,205)
#98CDBB
(152,205,187)
#89B9A9
(137,185,169)
#7AA597
(122,165,151)
#6B9185
(107,145,133)
#5C7D73
(92,125,115)
#4D6961
(77,105,97)
#3E554F
(62,85,79)
#2F413D
(47,65,61)
#202D2B
(32,45,43)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #A7E1CD

#A7E1CD
(167,225,205)
#AFE3D1
(175,227,209)
#B7E5D5
(183,229,213)
#BFE7D9
(191,231,217)
#C7E9DD
(199,233,221)
#CFEBE1
(207,235,225)
#D7EDE5
(215,237,229)
#DFEFE9
(223,239,233)
#E7F1ED
(231,241,237)
#EFF3F1
(239,243,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E1CD; }

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

This text font color is #A7E1CD.


Background Color

.myBgColor { background-color: #A7E1CD; }

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

This div background color is #A7E1CD.


Border color

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

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

This div border color is #A7E1CD.


Opacity

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

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

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

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

This text has shadow with #A7E1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E1CD on black background.


Color preview on white background

This text has color #A7E1CD on white background.



Black color preview on #A7E1CD background

This text has black color on #A7E1CD background.


White color preview on #A7E1CD background

This text has white color on #A7E1CD background.