COLOR #A7EDCF

HEX: #A7EDCF RGB: (167,237,207)

Color info

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

RGB color model

#A7EDCF color RGB value is (167,237,207).

RGB: (167,237,207) (65%, 93%, 81%)

RGB channels and saturation

R 167 of 255 = 65%
G 237 of 255 = 93%
B 207 of 255 = 81%

167
237
207

R + G + B ~ 80%. #A7EDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 237 + 207 = 611 (100%)
R 167 of 611 ~ 27.33%
G 237 of 611 ~ 38.79%
B 207 of 611 ~ 33.88'%

%27.33
%38.79
%33.88

CMYK color model

#A7EDCF color CMYK value is (30,0,13,7).

  • cyan value is 29.54%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 7.06%

CMYK: (30,0,13,7)
C30M0Y13K7 (30%, 0%, 13%, 7%)
(0.30 / 0.00 / 0.13 / 0.07)

CMYK percentages

%29.54
%0
%12.66
%7.06

Codes

Color #A7EDCF in popluar color models

A7 ED CF
RGB 167 237 207
HSL 154° 66.04% 79.22%
HSB/HSV 154° 29.54% 92.94%
CMYK 29.54% 0.00% 12.66%
7.06%

Color #A7EDCF in popluar number systems.

HEX A7 ED CF
Decimal 167 237 207
Binary 10100111 11101101 11001111
Octal 247 355 317

Shades and tints

Shades of #A7EDCF

#A7EDCF
(167,237,207)
#98D8BD
(152,216,189)
#89C3AB
(137,195,171)
#7AAE99
(122,174,153)
#6B9987
(107,153,135)
#5C8475
(92,132,117)
#4D6F63
(77,111,99)
#3E5A51
(62,90,81)
#2F453F
(47,69,63)
#20302D
(32,48,45)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #A7EDCF

#A7EDCF
(167,237,207)
#AFEED3
(175,238,211)
#B7EFD7
(183,239,215)
#BFF0DB
(191,240,219)
#C7F1DF
(199,241,223)
#CFF2E3
(207,242,227)
#D7F3E7
(215,243,231)
#DFF4EB
(223,244,235)
#E7F5EF
(231,245,239)
#EFF6F3
(239,246,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EDCF color. Also use rgb(167,237,207) instead hex code.

Text Font Color

.myTextColor { color: #A7EDCF; }

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

This text font color is #A7EDCF.

Background Color

.myBgColor { background-color: #A7EDCF; }

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

This div background color is #A7EDCF.

Border color

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

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

This div border color is #A7EDCF.

Opacity

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

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

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

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

This text has shadow with #A7EDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7EDCF.

Preview

Color preview on black background

This text has color #A7EDCF on black background.


Color preview on white background

This text has color #A7EDCF on white background.


Black color preview on #A7EDCF background

This text has black color on #A7EDCF background.


White color preview on #A7EDCF background

This text has white color on #A7EDCF background.


Related colors

Complementary color

Complementary color for #hex is #581230.


I love getcolorcode.com

Triadic colors

1 #CFA7ED and #EDCFA7 with #A7EDCF are triadic colors.

2 #CFEDA7 and #EDA7CF with #A7EDCF are triadic colors.