COLOR #A8EBE6

HEX: #A8EBE6
RGB: (168,235,230)

Color info

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

RGB color model

#A8EBE6 color RGB value is (168,235,230).

  • red value is 168;
  • green value is 235;
  • blue value is 230.
RGB:
(168,235,230)
(66%,92%,90%)

RGB channels and saturation

R 168 of 255 = 66%
G 235 of 255 = 92%
B 230 of 255 = 90%

168
235
230

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

Portions of RGB colors in percentages

R + G + B =
168 + 235 + 230 = 633 (100%)
R 168 of 633 ~ 26.54%
G 235 of 633 ~ 37.12%
B 230 of 633 ~ 36.33%

%26.54
%37.12
%36.33

CMYK color model

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

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(29,0,2,8)
C29M0Y2K8 
(29%,0%,2%,8%)
(0.29/0.00/0.02/0.08)	

CMYK percentages

%28.51
%0
%2.13
%7.84

Codes

Color #A8EBE6 in popluar color models

A8EBE6
RGB168235230
HSL176°62.62%79.02%
HSB/HSV176°28.51%92.16%
CMYK28.51%0.00%2.13%
7.84%

Color #A8EBE6 in popluar number systems.

HEXA8EBE6
Decimal168235230
Binary101010001110101111100110
Octal250353346

Shades and tints

Shades of #A8EBE6

#A8EBE6
(168,235,230)
#99D6D2
(153,214,210)
#8AC1BE
(138,193,190)
#7BACAA
(123,172,170)
#6C9796
(108,151,150)
#5D8282
(93,130,130)
#4E6D6E
(78,109,110)
#3F585A
(63,88,90)
#304346
(48,67,70)
#212E32
(33,46,50)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #A8EBE6

#A8EBE6
(168,235,230)
#AFECE8
(175,236,232)
#B6EDEA
(182,237,234)
#BDEEEC
(189,238,236)
#C4EFEE
(196,239,238)
#CBF0F0
(203,240,240)
#D2F1F2
(210,241,242)
#D9F2F4
(217,242,244)
#E0F3F6
(224,243,246)
#E7F4F8
(231,244,248)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EBE6 color. Also use rgb(168,235,230) instead hex code.

Text Font Color

.myTextColor { color: #A8EBE6; }

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

This text font color is #A8EBE6.


Background Color

.myBgColor { background-color: #A8EBE6; }

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

This div background color is #A8EBE6.


Border color

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

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

This div border color is #A8EBE6.


Opacity

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

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

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

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

This text has shadow with #A8EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EBE6 on black background.


Color preview on white background

This text has color #A8EBE6 on white background.



Black color preview on #A8EBE6 background

This text has black color on #A8EBE6 background.


White color preview on #A8EBE6 background

This text has white color on #A8EBE6 background.