COLOR #A7ECCD

HEX: #A7ECCD
RGB: (167,236,205)

Color info

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

RGB color model

#A7ECCD color RGB value is (167,236,205).

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

RGB channels and saturation

R 167 of 255 = 65%
G 236 of 255 = 93%
B 205 of 255 = 80%

167
236
205

R + G + B ~ 79%. #A7ECCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 236 + 205 = 608 (100%)
R 167 of 608 ~ 27.47%
G 236 of 608 ~ 38.82%
B 205 of 608 ~ 33.72%

%27.47
%38.82
%33.72

CMYK color model

#A7ECCD color CMYK value is (29,0,13,7).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(29,0,13,7)
C29M0Y13K7 
(29%,0%,13%,7%)
(0.29/0.00/0.13/0.07)	

CMYK percentages

%29.24
%0
%13.14
%7.45

Codes

Color #A7ECCD in popluar color models

A7ECCD
RGB167236205
HSL153°64.49%79.02%
HSB/HSV153°29.24%92.55%
CMYK29.24%0.00%13.14%
7.45%

Color #A7ECCD in popluar number systems.

HEXA7ECCD
Decimal167236205
Binary101001111110110011001101
Octal247354315

Shades and tints

Shades of #A7ECCD

#A7ECCD
(167,236,205)
#98D7BB
(152,215,187)
#89C2A9
(137,194,169)
#7AAD97
(122,173,151)
#6B9885
(107,152,133)
#5C8373
(92,131,115)
#4D6E61
(77,110,97)
#3E594F
(62,89,79)
#2F443D
(47,68,61)
#202F2B
(32,47,43)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #A7ECCD

#A7ECCD
(167,236,205)
#AFEDD1
(175,237,209)
#B7EED5
(183,238,213)
#BFEFD9
(191,239,217)
#C7F0DD
(199,240,221)
#CFF1E1
(207,241,225)
#D7F2E5
(215,242,229)
#DFF3E9
(223,243,233)
#E7F4ED
(231,244,237)
#EFF5F1
(239,245,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ECCD; }

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

This text font color is #A7ECCD.


Background Color

.myBgColor { background-color: #A7ECCD; }

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

This div background color is #A7ECCD.


Border color

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

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

This div border color is #A7ECCD.


Opacity

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

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

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

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

This text has shadow with #A7ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ECCD on black background.


Color preview on white background

This text has color #A7ECCD on white background.



Black color preview on #A7ECCD background

This text has black color on #A7ECCD background.


White color preview on #A7ECCD background

This text has white color on #A7ECCD background.