COLOR #A7EBC6

HEX: #A7EBC6
RGB: (167,235,198)

Color info

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

RGB color model

#A7EBC6 color RGB value is (167,235,198).

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

RGB channels and saturation

R 167 of 255 = 65%
G 235 of 255 = 92%
B 198 of 255 = 78%

167
235
198

R + G + B ~ 78%. #A7EBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 235 + 198 = 600 (100%)
R 167 of 600 ~ 27.83%
G 235 of 600 ~ 39.17%
B 198 of 600 ~ 33%

%27.83
%39.17
%33

CMYK color model

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

  • cyan value is 28.94%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(29,0,16,8)
C29M0Y16K8 
(29%,0%,16%,8%)
(0.29/0.00/0.16/0.08)	

CMYK percentages

%28.94
%0
%15.74
%7.84

Codes

Color #A7EBC6 in popluar color models

A7EBC6
RGB167235198
HSL147°62.96%78.82%
HSB/HSV147°28.94%92.16%
CMYK28.94%0.00%15.74%
7.84%

Color #A7EBC6 in popluar number systems.

HEXA7EBC6
Decimal167235198
Binary101001111110101111000110
Octal247353306

Shades and tints

Shades of #A7EBC6

#A7EBC6
(167,235,198)
#98D6B4
(152,214,180)
#89C1A2
(137,193,162)
#7AAC90
(122,172,144)
#6B977E
(107,151,126)
#5C826C
(92,130,108)
#4D6D5A
(77,109,90)
#3E5848
(62,88,72)
#2F4336
(47,67,54)
#202E24
(32,46,36)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #A7EBC6

#A7EBC6
(167,235,198)
#AFECCB
(175,236,203)
#B7EDD0
(183,237,208)
#BFEED5
(191,238,213)
#C7EFDA
(199,239,218)
#CFF0DF
(207,240,223)
#D7F1E4
(215,241,228)
#DFF2E9
(223,242,233)
#E7F3EE
(231,243,238)
#EFF4F3
(239,244,243)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EBC6; }

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

This text font color is #A7EBC6.


Background Color

.myBgColor { background-color: #A7EBC6; }

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

This div background color is #A7EBC6.


Border color

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

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

This div border color is #A7EBC6.


Opacity

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

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

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

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

This text has shadow with #A7EBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EBC6 on black background.


Color preview on white background

This text has color #A7EBC6 on white background.



Black color preview on #A7EBC6 background

This text has black color on #A7EBC6 background.


White color preview on #A7EBC6 background

This text has white color on #A7EBC6 background.