COLOR #A7DECC

HEX: #A7DECC RGB: (167,222,204)

Color info

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

RGB color model

#A7DECC color RGB value is (167,222,204).

RGB: (167,222,204) (65%, 87%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 222 of 255 = 87%
B 204 of 255 = 80%

167
222
204

R + G + B ~ 77%. #A7DECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 222 + 204 = 593 (100%)
R 167 of 593 ~ 28.16%
G 222 of 593 ~ 37.44%
B 204 of 593 ~ 34.4'%

%28.16
%37.44
%34.4

CMYK color model

#A7DECC color CMYK value is (25,0,8,13).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%

CMYK: (25,0,8,13)
C25M0Y8K13 (25%, 0%, 8%, 13%)
(0.25 / 0.00 / 0.08 / 0.13)

CMYK percentages

%24.77
%0
%8.11
%12.94

Codes

Color #A7DECC in popluar color models

A7 DE CC
RGB 167 222 204
HSL 160° 45.45% 76.27%
HSB/HSV 160° 24.77% 87.06%
CMYK 24.77% 0.00% 8.11%
12.94%

Color #A7DECC in popluar number systems.

HEX A7 DE CC
Decimal 167 222 204
Binary 10100111 11011110 11001100
Octal 247 336 314

Shades and tints

Shades of #A7DECC

#A7DECC
(167,222,204)
#98CABA
(152,202,186)
#89B6A8
(137,182,168)
#7AA296
(122,162,150)
#6B8E84
(107,142,132)
#5C7A72
(92,122,114)
#4D6660
(77,102,96)
#3E524E
(62,82,78)
#2F3E3C
(47,62,60)
#202A2A
(32,42,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A7DECC

#A7DECC
(167,222,204)
#AFE1D0
(175,225,208)
#B7E4D4
(183,228,212)
#BFE7D8
(191,231,216)
#C7EADC
(199,234,220)
#CFEDE0
(207,237,224)
#D7F0E4
(215,240,228)
#DFF3E8
(223,243,232)
#E7F6EC
(231,246,236)
#EFF9F0
(239,249,240)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DECC; }

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

This text font color is #A7DECC.

Background Color

.myBgColor { background-color: #A7DECC; }

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

This div background color is #A7DECC.

Border color

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

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

This div border color is #A7DECC.

Opacity

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

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

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

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

This text has shadow with #A7DECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DECC.

Preview

Color preview on black background

This text has color #A7DECC on black background.


Color preview on white background

This text has color #A7DECC on white background.


Black color preview on #A7DECC background

This text has black color on #A7DECC background.


White color preview on #A7DECC background

This text has white color on #A7DECC background.


Related colors

Complementary color

Complementary color for #hex is #582133.


I love getcolorcode.com

Triadic colors

1 #CCA7DE and #DECCA7 with #A7DECC are triadic colors.

2 #CCDEA7 and #DEA7CC with #A7DECC are triadic colors.