COLOR #A8E7EB

HEX: #A8E7EB RGB: (168,231,235)

Color info

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

RGB color model

#A8E7EB color RGB value is (168,231,235).

RGB: (168,231,235) (66%, 91%, 92%)

RGB channels and saturation

R 168 of 255 = 66%
G 231 of 255 = 91%
B 235 of 255 = 92%

168
231
235

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

Portions of RGB colors in percentages

R + G + B = 168 + 231 + 235 = 634 (100%)
R 168 of 634 ~ 26.5%
G 231 of 634 ~ 36.44%
B 235 of 634 ~ 37.07'%

%26.5
%36.44
%37.07

CMYK color model

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

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

CMYK percentages

%28.51
%1.7
%0
%7.84

Codes

Color #A8E7EB in popluar color models

A8 E7 EB
RGB 168 231 235
HSL 184° 62.62% 79.02%
HSB/HSV 184° 28.51% 92.16%
CMYK 28.51% 1.70% 0.00%
7.84%

Color #A8E7EB in popluar number systems.

HEX A8 E7 EB
Decimal 168 231 235
Binary 10101000 11100111 11101011
Octal 250 347 353

Shades and tints

Shades of #A8E7EB

#A8E7EB
(168,231,235)
#99D2D6
(153,210,214)
#8ABDC1
(138,189,193)
#7BA8AC
(123,168,172)
#6C9397
(108,147,151)
#5D7E82
(93,126,130)
#4E696D
(78,105,109)
#3F5458
(63,84,88)
#303F43
(48,63,67)
#212A2E
(33,42,46)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A8E7EB

#A8E7EB
(168,231,235)
#AFE9EC
(175,233,236)
#B6EBED
(182,235,237)
#BDEDEE
(189,237,238)
#C4EFEF
(196,239,239)
#CBF1F0
(203,241,240)
#D2F3F1
(210,243,241)
#D9F5F2
(217,245,242)
#E0F7F3
(224,247,243)
#E7F9F4
(231,249,244)
#EEFBF5
(238,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E7EB; }

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

This text font color is #A8E7EB.

Background Color

.myBgColor { background-color: #A8E7EB; }

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

This div background color is #A8E7EB.

Border color

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

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

This div border color is #A8E7EB.

Opacity

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

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

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

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

This text has shadow with #A8E7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E7EB.

Preview

Color preview on black background

This text has color #A8E7EB on black background.


Color preview on white background

This text has color #A8E7EB on white background.


Black color preview on #A8E7EB background

This text has black color on #A8E7EB background.


White color preview on #A8E7EB background

This text has white color on #A8E7EB background.


Related colors

Complementary color

Complementary color for #hex is #571814.


I love getcolorcode.com

Triadic colors

1 #EBA8E7 and #E7EBA8 with #A8E7EB are triadic colors.

2 #EBE7A8 and #E7A8EB with #A8E7EB are triadic colors.