COLOR #A7EBD2

HEX: #A7EBD2
RGB: (167,235,210)

Color info

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

RGB color model

#A7EBD2 color RGB value is (167,235,210).

  • red value is 167;
  • green value is 235;
  • blue value is 210.
RGB:
(167,235,210)
(65%,92%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 235 of 255 = 92%
B 210 of 255 = 82%

167
235
210

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

Portions of RGB colors in percentages

R + G + B =
167 + 235 + 210 = 612 (100%)
R 167 of 612 ~ 27.29%
G 235 of 612 ~ 38.4%
B 210 of 612 ~ 34.31%

%27.29
%38.4
%34.31

CMYK color model

#A7EBD2 color CMYK value is (29,0,11,8).

  • cyan value is 28.94%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(29,0,11,8)
C29M0Y11K8 
(29%,0%,11%,8%)
(0.29/0.00/0.11/0.08)	

CMYK percentages

%28.94
%0
%10.64
%7.84

Codes

Color #A7EBD2 in popluar color models

A7EBD2
RGB167235210
HSL158°62.96%78.82%
HSB/HSV158°28.94%92.16%
CMYK28.94%0.00%10.64%
7.84%

Color #A7EBD2 in popluar number systems.

HEXA7EBD2
Decimal167235210
Binary101001111110101111010010
Octal247353322

Shades and tints

Shades of #A7EBD2

#A7EBD2
(167,235,210)
#98D6BF
(152,214,191)
#89C1AC
(137,193,172)
#7AAC99
(122,172,153)
#6B9786
(107,151,134)
#5C8273
(92,130,115)
#4D6D60
(77,109,96)
#3E584D
(62,88,77)
#2F433A
(47,67,58)
#202E27
(32,46,39)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7EBD2

#A7EBD2
(167,235,210)
#AFECD6
(175,236,214)
#B7EDDA
(183,237,218)
#BFEEDE
(191,238,222)
#C7EFE2
(199,239,226)
#CFF0E6
(207,240,230)
#D7F1EA
(215,241,234)
#DFF2EE
(223,242,238)
#E7F3F2
(231,243,242)
#EFF4F6
(239,244,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EBD2 color. Also use rgb(167,235,210) instead hex code.

Text Font Color

.myTextColor { color: #A7EBD2; }

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

This text font color is #A7EBD2.


Background Color

.myBgColor { background-color: #A7EBD2; }

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

This div background color is #A7EBD2.


Border color

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

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

This div border color is #A7EBD2.


Opacity

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

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

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

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

This text has shadow with #A7EBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EBD2 on black background.


Color preview on white background

This text has color #A7EBD2 on white background.



Black color preview on #A7EBD2 background

This text has black color on #A7EBD2 background.


White color preview on #A7EBD2 background

This text has white color on #A7EBD2 background.