COLOR #A7ECDC

HEX: #A7ECDC RGB: (167,236,220)

Color info

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

RGB color model

#A7ECDC color RGB value is (167,236,220).

RGB: (167,236,220) (65%, 93%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 236 of 255 = 93%
B 220 of 255 = 86%

167
236
220

R + G + B ~ 81%. #A7ECDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 236 + 220 = 623 (100%)
R 167 of 623 ~ 26.81%
G 236 of 623 ~ 37.88%
B 220 of 623 ~ 35.31'%

%26.81
%37.88
%35.31

CMYK color model

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

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 7.45%

CMYK: (29,0,7,7)
C29M0Y7K7 (29%, 0%, 7%, 7%)
(0.29 / 0.00 / 0.07 / 0.07)

CMYK percentages

%29.24
%0
%6.78
%7.45

Codes

Color #A7ECDC in popluar color models

A7 EC DC
RGB 167 236 220
HSL 166° 64.49% 79.02%
HSB/HSV 166° 29.24% 92.55%
CMYK 29.24% 0.00% 6.78%
7.45%

Color #A7ECDC in popluar number systems.

HEX A7 EC DC
Decimal 167 236 220
Binary 10100111 11101100 11011100
Octal 247 354 334

Shades and tints

Shades of #A7ECDC

#A7ECDC
(167,236,220)
#98D7C8
(152,215,200)
#89C2B4
(137,194,180)
#7AADA0
(122,173,160)
#6B988C
(107,152,140)
#5C8378
(92,131,120)
#4D6E64
(77,110,100)
#3E5950
(62,89,80)
#2F443C
(47,68,60)
#202F28
(32,47,40)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #A7ECDC

#A7ECDC
(167,236,220)
#AFEDDF
(175,237,223)
#B7EEE2
(183,238,226)
#BFEFE5
(191,239,229)
#C7F0E8
(199,240,232)
#CFF1EB
(207,241,235)
#D7F2EE
(215,242,238)
#DFF3F1
(223,243,241)
#E7F4F4
(231,244,244)
#EFF5F7
(239,245,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ECDC; }

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

This text font color is #A7ECDC.

Background Color

.myBgColor { background-color: #A7ECDC; }

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

This div background color is #A7ECDC.

Border color

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

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

This div border color is #A7ECDC.

Opacity

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

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

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

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

This text has shadow with #A7ECDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ECDC.

Preview

Color preview on black background

This text has color #A7ECDC on black background.


Color preview on white background

This text has color #A7ECDC on white background.


Black color preview on #A7ECDC background

This text has black color on #A7ECDC background.


White color preview on #A7ECDC background

This text has white color on #A7ECDC background.


Related colors

Complementary color

Complementary color for #hex is #581323.


I love getcolorcode.com

Triadic colors

1 #DCA7EC and #ECDCA7 with #A7ECDC are triadic colors.

2 #DCECA7 and #ECA7DC with #A7ECDC are triadic colors.