COLOR #8AB48E

HEX: #8AB48E RGB: (138,180,142)

Color info

#8AB48E contains red, green and blue colors in about the same proportion. Web safe color of #8AB48E is #99CC99 (or #9C9).

RGB color model

#8AB48E color RGB value is (138,180,142).

RGB: (138,180,142) (54%, 71%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 142 of 255 = 56%

138
180
142

R + G + B ~ 60%. #8AB48E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 180 + 142 = 460 (100%)
R 138 of 460 ~ 30%
G 180 of 460 ~ 39.13%
B 142 of 460 ~ 30.87'%

%30
%39.13
%30.87

CMYK color model

#8AB48E color CMYK value is (23,0,21,29).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%

CMYK: (23,0,21,29)
C23M0Y21K29 (23%, 0%, 21%, 29%)
(0.23 / 0.00 / 0.21 / 0.29)

CMYK percentages

%23.33
%0
%21.11
%29.41

Codes

Color #8AB48E in popluar color models

8A B4 8E
RGB 138 180 142
HSL 126° 21.88% 62.35%
HSB/HSV 126° 23.33% 70.59%
CMYK 23.33% 0.00% 21.11%
29.41%

Color #8AB48E in popluar number systems.

HEX 8A B4 8E
Decimal 138 180 142
Binary 10001010 10110100 10001110
Octal 212 264 216

Shades and tints

Shades of #8AB48E

#8AB48E
(138,180,142)
#7EA482
(126,164,130)
#729476
(114,148,118)
#66846A
(102,132,106)
#5A745E
(90,116,94)
#4E6452
(78,100,82)
#425446
(66,84,70)
#36443A
(54,68,58)
#2A342E
(42,52,46)
#1E2422
(30,36,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8AB48E

#8AB48E
(138,180,142)
#94BA98
(148,186,152)
#9EC0A2
(158,192,162)
#A8C6AC
(168,198,172)
#B2CCB6
(178,204,182)
#BCD2C0
(188,210,192)
#C6D8CA
(198,216,202)
#D0DED4
(208,222,212)
#DAE4DE
(218,228,222)
#E4EAE8
(228,234,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB48E color. Also use rgb(138,180,142) instead hex code.

Text Font Color

.myTextColor { color: #8AB48E; }

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

This text font color is #8AB48E.

Background Color

.myBgColor { background-color: #8AB48E; }

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

This div background color is #8AB48E.

Border color

.myBorderColor { border: 1px solid #8AB48E; }

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

This div border color is #8AB48E.

Opacity

.myOpacity80 { color: #8AB48E; opacity: 0.8; }

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

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

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

This text has shadow with #8AB48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB48E.

Preview

Color preview on black background

This text has color #8AB48E on black background.


Color preview on white background

This text has color #8AB48E on white background.


Black color preview on #8AB48E background

This text has black color on #8AB48E background.


White color preview on #8AB48E background

This text has white color on #8AB48E background.


Related colors

Complementary color

Complementary color for #hex is #754B71.


I love getcolorcode.com

Triadic colors

1 #8E8AB4 and #B48E8A with #8AB48E are triadic colors.

2 #8EB48A and #B48A8E with #8AB48E are triadic colors.