COLOR #A8EBD4

HEX: #A8EBD4
RGB: (168,235,212)

Color info

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

RGB color model

#A8EBD4 color RGB value is (168,235,212).

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

RGB channels and saturation

R 168 of 255 = 66%
G 235 of 255 = 92%
B 212 of 255 = 83%

168
235
212

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

Portions of RGB colors in percentages

R + G + B =
168 + 235 + 212 = 615 (100%)
R 168 of 615 ~ 27.32%
G 235 of 615 ~ 38.21%
B 212 of 615 ~ 34.47%

%27.32
%38.21
%34.47

CMYK color model

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

  • cyan value is 28.51%
  • 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.51
%0
%9.79
%7.84

Codes

Color #A8EBD4 in popluar color models

A8EBD4
RGB168235212
HSL159°62.62%79.02%
HSB/HSV159°28.51%92.16%
CMYK28.51%0.00%9.79%
7.84%

Color #A8EBD4 in popluar number systems.

HEXA8EBD4
Decimal168235212
Binary101010001110101111010100
Octal250353324

Shades and tints

Shades of #A8EBD4

#A8EBD4
(168,235,212)
#99D6C1
(153,214,193)
#8AC1AE
(138,193,174)
#7BAC9B
(123,172,155)
#6C9788
(108,151,136)
#5D8275
(93,130,117)
#4E6D62
(78,109,98)
#3F584F
(63,88,79)
#30433C
(48,67,60)
#212E29
(33,46,41)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #A8EBD4

#A8EBD4
(168,235,212)
#AFECD7
(175,236,215)
#B6EDDA
(182,237,218)
#BDEEDD
(189,238,221)
#C4EFE0
(196,239,224)
#CBF0E3
(203,240,227)
#D2F1E6
(210,241,230)
#D9F2E9
(217,242,233)
#E0F3EC
(224,243,236)
#E7F4EF
(231,244,239)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EBD4; }

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

This text font color is #A8EBD4.


Background Color

.myBgColor { background-color: #A8EBD4; }

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

This div background color is #A8EBD4.


Border color

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

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

This div border color is #A8EBD4.


Opacity

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

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

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

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

This text has shadow with #A8EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EBD4 on black background.


Color preview on white background

This text has color #A8EBD4 on white background.



Black color preview on #A8EBD4 background

This text has black color on #A8EBD4 background.


White color preview on #A8EBD4 background

This text has white color on #A8EBD4 background.