COLOR #A7E0BE

HEX: #A7E0BE RGB: (167,224,190)

Color info

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

RGB color model

#A7E0BE color RGB value is (167,224,190).

RGB: (167,224,190) (65%, 88%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 224 of 255 = 88%
B 190 of 255 = 75%

167
224
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 224 + 190 = 581 (100%)
R 167 of 581 ~ 28.74%
G 224 of 581 ~ 38.55%
B 190 of 581 ~ 32.7'%

%28.74
%38.55
%32.7

CMYK color model

#A7E0BE color CMYK value is (25,0,15,12).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 12.16%

CMYK: (25,0,15,12)
C25M0Y15K12 (25%, 0%, 15%, 12%)
(0.25 / 0.00 / 0.15 / 0.12)

CMYK percentages

%25.45
%0
%15.18
%12.16

Codes

Color #A7E0BE in popluar color models

A7 E0 BE
RGB 167 224 190
HSL 144° 47.90% 76.67%
HSB/HSV 144° 25.45% 87.84%
CMYK 25.45% 0.00% 15.18%
12.16%

Color #A7E0BE in popluar number systems.

HEX A7 E0 BE
Decimal 167 224 190
Binary 10100111 11100000 10111110
Octal 247 340 276

Shades and tints

Shades of #A7E0BE

#A7E0BE
(167,224,190)
#98CCAD
(152,204,173)
#89B89C
(137,184,156)
#7AA48B
(122,164,139)
#6B907A
(107,144,122)
#5C7C69
(92,124,105)
#4D6858
(77,104,88)
#3E5447
(62,84,71)
#2F4036
(47,64,54)
#202C25
(32,44,37)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #A7E0BE

#A7E0BE
(167,224,190)
#AFE2C3
(175,226,195)
#B7E4C8
(183,228,200)
#BFE6CD
(191,230,205)
#C7E8D2
(199,232,210)
#CFEAD7
(207,234,215)
#D7ECDC
(215,236,220)
#DFEEE1
(223,238,225)
#E7F0E6
(231,240,230)
#EFF2EB
(239,242,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E0BE color. Also use rgb(167,224,190) instead hex code.

Text Font Color

.myTextColor { color: #A7E0BE; }

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

This text font color is #A7E0BE.

Background Color

.myBgColor { background-color: #A7E0BE; }

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

This div background color is #A7E0BE.

Border color

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

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

This div border color is #A7E0BE.

Opacity

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

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

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

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

This text has shadow with #A7E0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E0BE.

Preview

Color preview on black background

This text has color #A7E0BE on black background.


Color preview on white background

This text has color #A7E0BE on white background.


Black color preview on #A7E0BE background

This text has black color on #A7E0BE background.


White color preview on #A7E0BE background

This text has white color on #A7E0BE background.


Related colors

Complementary color

Complementary color for #hex is #581F41.


I love getcolorcode.com

Triadic colors

1 #BEA7E0 and #E0BEA7 with #A7E0BE are triadic colors.

2 #BEE0A7 and #E0A7BE with #A7E0BE are triadic colors.