COLOR #A7EBD4

HEX: #A7EBD4
RGB: (167,235,212)

Color info

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

RGB color model

#A7EBD4 color RGB value is (167,235,212).

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

RGB channels and saturation

R 167 of 255 = 65%
G 235 of 255 = 92%
B 212 of 255 = 83%

167
235
212

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

Portions of RGB colors in percentages

R + G + B =
167 + 235 + 212 = 614 (100%)
R 167 of 614 ~ 27.2%
G 235 of 614 ~ 38.27%
B 212 of 614 ~ 34.53%

%27.2
%38.27
%34.53

CMYK color model

#A7EBD4 color CMYK value is (29,0,10,8).

  • cyan value is 28.94%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(29,0,10,8)
C29M0Y10K8 
(29%,0%,10%,8%)
(0.29/0.00/0.10/0.08)	

CMYK percentages

%28.94
%0
%9.79
%7.84

Codes

Color #A7EBD4 in popluar color models

A7EBD4
RGB167235212
HSL160°62.96%78.82%
HSB/HSV160°28.94%92.16%
CMYK28.94%0.00%9.79%
7.84%

Color #A7EBD4 in popluar number systems.

HEXA7EBD4
Decimal167235212
Binary101001111110101111010100
Octal247353324

Shades and tints

Shades of #A7EBD4

#A7EBD4
(167,235,212)
#98D6C1
(152,214,193)
#89C1AE
(137,193,174)
#7AAC9B
(122,172,155)
#6B9788
(107,151,136)
#5C8275
(92,130,117)
#4D6D62
(77,109,98)
#3E584F
(62,88,79)
#2F433C
(47,67,60)
#202E29
(32,46,41)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #A7EBD4

#A7EBD4
(167,235,212)
#AFECD7
(175,236,215)
#B7EDDA
(183,237,218)
#BFEEDD
(191,238,221)
#C7EFE0
(199,239,224)
#CFF0E3
(207,240,227)
#D7F1E6
(215,241,230)
#DFF2E9
(223,242,233)
#E7F3EC
(231,243,236)
#EFF4EF
(239,244,239)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EBD4; }

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

This text font color is #A7EBD4.


Background Color

.myBgColor { background-color: #A7EBD4; }

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

This div background color is #A7EBD4.


Border color

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

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

This div border color is #A7EBD4.


Opacity

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

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

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

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

This text has shadow with #A7EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EBD4 on black background.


Color preview on white background

This text has color #A7EBD4 on white background.



Black color preview on #A7EBD4 background

This text has black color on #A7EBD4 background.


White color preview on #A7EBD4 background

This text has white color on #A7EBD4 background.