COLOR #A7DEC4

HEX: #A7DEC4
RGB: (167,222,196)

Color info

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

RGB color model

#A7DEC4 color RGB value is (167,222,196).

  • red value is 167;
  • green value is 222;
  • blue value is 196.
RGB:
(167,222,196)
(65%,87%,77%)

RGB channels and saturation

R 167 of 255 = 65%
G 222 of 255 = 87%
B 196 of 255 = 77%

167
222
196

R + G + B ~ 76%. #A7DEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 222 + 196 = 585 (100%)
R 167 of 585 ~ 28.55%
G 222 of 585 ~ 37.95%
B 196 of 585 ~ 33.5%

%28.55
%37.95
%33.5

CMYK color model

#A7DEC4 color CMYK value is (25,0,12,13).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(25,0,12,13)
C25M0Y12K13 
(25%,0%,12%,13%)
(0.25/0.00/0.12/0.13)	

CMYK percentages

%24.77
%0
%11.71
%12.94

Codes

Color #A7DEC4 in popluar color models

A7DEC4
RGB167222196
HSL152°45.45%76.27%
HSB/HSV152°24.77%87.06%
CMYK24.77%0.00%11.71%
12.94%

Color #A7DEC4 in popluar number systems.

HEXA7DEC4
Decimal167222196
Binary101001111101111011000100
Octal247336304

Shades and tints

Shades of #A7DEC4

#A7DEC4
(167,222,196)
#98CAB3
(152,202,179)
#89B6A2
(137,182,162)
#7AA291
(122,162,145)
#6B8E80
(107,142,128)
#5C7A6F
(92,122,111)
#4D665E
(77,102,94)
#3E524D
(62,82,77)
#2F3E3C
(47,62,60)
#202A2B
(32,42,43)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #A7DEC4

#A7DEC4
(167,222,196)
#AFE1C9
(175,225,201)
#B7E4CE
(183,228,206)
#BFE7D3
(191,231,211)
#C7EAD8
(199,234,216)
#CFEDDD
(207,237,221)
#D7F0E2
(215,240,226)
#DFF3E7
(223,243,231)
#E7F6EC
(231,246,236)
#EFF9F1
(239,249,241)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DEC4 color. Also use rgb(167,222,196) instead hex code.

Text Font Color

.myTextColor { color: #A7DEC4; }

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

This text font color is #A7DEC4.


Background Color

.myBgColor { background-color: #A7DEC4; }

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

This div background color is #A7DEC4.


Border color

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

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

This div border color is #A7DEC4.


Opacity

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

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

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

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

This text has shadow with #A7DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DEC4 on black background.


Color preview on white background

This text has color #A7DEC4 on white background.



Black color preview on #A7DEC4 background

This text has black color on #A7DEC4 background.


White color preview on #A7DEC4 background

This text has white color on #A7DEC4 background.