COLOR #ABDEAE

HEX: #ABDEAE RGB: (171,222,174)

Color info

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

RGB color model

#ABDEAE color RGB value is (171,222,174).

RGB: (171,222,174) (67%, 87%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 222 of 255 = 87%
B 174 of 255 = 68%

171
222
174

R + G + B ~ 74%. #ABDEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 222 + 174 = 567 (100%)
R 171 of 567 ~ 30.16%
G 222 of 567 ~ 39.15%
B 174 of 567 ~ 30.69'%

%30.16
%39.15
%30.69

CMYK color model

#ABDEAE color CMYK value is (23,0,22,13).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%

CMYK: (23,0,22,13)
C23M0Y22K13 (23%, 0%, 22%, 13%)
(0.23 / 0.00 / 0.22 / 0.13)

CMYK percentages

%22.97
%0
%21.62
%12.94

Codes

Color #ABDEAE in popluar color models

AB DE AE
RGB 171 222 174
HSL 124° 43.59% 77.06%
HSB/HSV 124° 22.97% 87.06%
CMYK 22.97% 0.00% 21.62%
12.94%

Color #ABDEAE in popluar number systems.

HEX AB DE AE
Decimal 171 222 174
Binary 10101011 11011110 10101110
Octal 253 336 256

Shades and tints

Shades of #ABDEAE

#ABDEAE
(171,222,174)
#9CCA9F
(156,202,159)
#8DB690
(141,182,144)
#7EA281
(126,162,129)
#6F8E72
(111,142,114)
#607A63
(96,122,99)
#516654
(81,102,84)
#425245
(66,82,69)
#333E36
(51,62,54)
#242A27
(36,42,39)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #ABDEAE

#ABDEAE
(171,222,174)
#B2E1B5
(178,225,181)
#B9E4BC
(185,228,188)
#C0E7C3
(192,231,195)
#C7EACA
(199,234,202)
#CEEDD1
(206,237,209)
#D5F0D8
(213,240,216)
#DCF3DF
(220,243,223)
#E3F6E6
(227,246,230)
#EAF9ED
(234,249,237)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDEAE color. Also use rgb(171,222,174) instead hex code.

Text Font Color

.myTextColor { color: #ABDEAE; }

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

This text font color is #ABDEAE.

Background Color

.myBgColor { background-color: #ABDEAE; }

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

This div background color is #ABDEAE.

Border color

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

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

This div border color is #ABDEAE.

Opacity

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

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

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

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

This text has shadow with #ABDEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDEAE.

Preview

Color preview on black background

This text has color #ABDEAE on black background.


Color preview on white background

This text has color #ABDEAE on white background.


Black color preview on #ABDEAE background

This text has black color on #ABDEAE background.


White color preview on #ABDEAE background

This text has white color on #ABDEAE background.


Related colors

Complementary color

Complementary color for #hex is #542151.


I love getcolorcode.com

Triadic colors

1 #AEABDE and #DEAEAB with #ABDEAE are triadic colors.

2 #AEDEAB and #DEABAE with #ABDEAE are triadic colors.