COLOR #A8E4BD

HEX: #A8E4BD RGB: (168,228,189)

Color info

#A8E4BD contains mainly green and blue colors. Web safe color of #A8E4BD is #99CCCC (or #9CC).

RGB color model

#A8E4BD color RGB value is (168,228,189).

RGB: (168,228,189) (66%, 89%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 228 of 255 = 89%
B 189 of 255 = 74%

168
228
189

R + G + B ~ 76%. #A8E4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 228 + 189 = 585 (100%)
R 168 of 585 ~ 28.72%
G 228 of 585 ~ 38.97%
B 189 of 585 ~ 32.31'%

%28.72
%38.97
%32.31

CMYK color model

#A8E4BD color CMYK value is (26,0,17,11).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%

CMYK: (26,0,17,11)
C26M0Y17K11 (26%, 0%, 17%, 11%)
(0.26 / 0.00 / 0.17 / 0.11)

CMYK percentages

%26.32
%0
%17.11
%10.59

Codes

Color #A8E4BD in popluar color models

A8 E4 BD
RGB 168 228 189
HSL 141° 52.63% 77.65%
HSB/HSV 141° 26.32% 89.41%
CMYK 26.32% 0.00% 17.11%
10.59%

Color #A8E4BD in popluar number systems.

HEX A8 E4 BD
Decimal 168 228 189
Binary 10101000 11100100 10111101
Octal 250 344 275

Shades and tints

Shades of #A8E4BD

#A8E4BD
(168,228,189)
#99D0AC
(153,208,172)
#8ABC9B
(138,188,155)
#7BA88A
(123,168,138)
#6C9479
(108,148,121)
#5D8068
(93,128,104)
#4E6C57
(78,108,87)
#3F5846
(63,88,70)
#304435
(48,68,53)
#213024
(33,48,36)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #A8E4BD

#A8E4BD
(168,228,189)
#AFE6C3
(175,230,195)
#B6E8C9
(182,232,201)
#BDEACF
(189,234,207)
#C4ECD5
(196,236,213)
#CBEEDB
(203,238,219)
#D2F0E1
(210,240,225)
#D9F2E7
(217,242,231)
#E0F4ED
(224,244,237)
#E7F6F3
(231,246,243)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E4BD color. Also use rgb(168,228,189) instead hex code.

Text Font Color

.myTextColor { color: #A8E4BD; }

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

This text font color is #A8E4BD.

Background Color

.myBgColor { background-color: #A8E4BD; }

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

This div background color is #A8E4BD.

Border color

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

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

This div border color is #A8E4BD.

Opacity

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

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

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

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

This text has shadow with #A8E4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E4BD.

Preview

Color preview on black background

This text has color #A8E4BD on black background.


Color preview on white background

This text has color #A8E4BD on white background.


Black color preview on #A8E4BD background

This text has black color on #A8E4BD background.


White color preview on #A8E4BD background

This text has white color on #A8E4BD background.


Related colors

Complementary color

Complementary color for #hex is #571B42.


I love getcolorcode.com

Triadic colors

1 #BDA8E4 and #E4BDA8 with #A8E4BD are triadic colors.

2 #BDE4A8 and #E4A8BD with #A8E4BD are triadic colors.