COLOR #A7EBEA

HEX: #A7EBEA
RGB: (167,235,234)

Color info

#A7EBEA contains mainly green and blue colors. Web safe color of #A7EBEA is #99FFFF (or #9FF).

RGB color model

#A7EBEA color RGB value is (167,235,234).

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

RGB channels and saturation

R 167 of 255 = 65%
G 235 of 255 = 92%
B 234 of 255 = 92%

167
235
234

R + G + B ~ 83%. #A7EBEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 235 + 234 = 636 (100%)
R 167 of 636 ~ 26.26%
G 235 of 636 ~ 36.95%
B 234 of 636 ~ 36.79%

%26.26
%36.95
%36.79

CMYK color model

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

  • cyan value is 28.94%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(29,0,0,8)
C29M0Y0K8 
(29%,0%,0%,8%)
(0.29/0.00/0.00/0.08)	

CMYK percentages

%28.94
%0
%0.43
%7.84

Codes

Color #A7EBEA in popluar color models

A7EBEA
RGB167235234
HSL179°62.96%78.82%
HSB/HSV179°28.94%92.16%
CMYK28.94%0.00%0.43%
7.84%

Color #A7EBEA in popluar number systems.

HEXA7EBEA
Decimal167235234
Binary101001111110101111101010
Octal247353352

Shades and tints

Shades of #A7EBEA

#A7EBEA
(167,235,234)
#98D6D5
(152,214,213)
#89C1C0
(137,193,192)
#7AACAB
(122,172,171)
#6B9796
(107,151,150)
#5C8281
(92,130,129)
#4D6D6C
(77,109,108)
#3E5857
(62,88,87)
#2F4342
(47,67,66)
#202E2D
(32,46,45)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7EBEA

#A7EBEA
(167,235,234)
#AFECEB
(175,236,235)
#B7EDEC
(183,237,236)
#BFEEED
(191,238,237)
#C7EFEE
(199,239,238)
#CFF0EF
(207,240,239)
#D7F1F0
(215,241,240)
#DFF2F1
(223,242,241)
#E7F3F2
(231,243,242)
#EFF4F3
(239,244,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EBEA; }

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

This text font color is #A7EBEA.


Background Color

.myBgColor { background-color: #A7EBEA; }

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

This div background color is #A7EBEA.


Border color

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

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

This div border color is #A7EBEA.


Opacity

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

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

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

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

This text has shadow with #A7EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EBEA on black background.


Color preview on white background

This text has color #A7EBEA on white background.



Black color preview on #A7EBEA background

This text has black color on #A7EBEA background.


White color preview on #A7EBEA background

This text has white color on #A7EBEA background.