COLOR #ABCEAD

HEX: #ABCEAD RGB: (171,206,173)

Color info

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

RGB color model

#ABCEAD color RGB value is (171,206,173).

RGB: (171,206,173) (67%, 81%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 173 of 255 = 68%

171
206
173

R + G + B ~ 72%. #ABCEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 206 + 173 = 550 (100%)
R 171 of 550 ~ 31.09%
G 206 of 550 ~ 37.45%
B 173 of 550 ~ 31.45'%

%31.09
%37.45
%31.45

CMYK color model

#ABCEAD color CMYK value is (17,0,16,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 19.22%

CMYK: (17,0,16,19)
C17M0Y16K19 (17%, 0%, 16%, 19%)
(0.17 / 0.00 / 0.16 / 0.19)

CMYK percentages

%16.99
%0
%16.02
%19.22

Codes

Color #ABCEAD in popluar color models

AB CE AD
RGB 171 206 173
HSL 123° 26.32% 73.92%
HSB/HSV 123° 16.99% 80.78%
CMYK 16.99% 0.00% 16.02%
19.22%

Color #ABCEAD in popluar number systems.

HEX AB CE AD
Decimal 171 206 173
Binary 10101011 11001110 10101101
Octal 253 316 255

Shades and tints

Shades of #ABCEAD

#ABCEAD
(171,206,173)
#9CBC9E
(156,188,158)
#8DAA8F
(141,170,143)
#7E9880
(126,152,128)
#6F8671
(111,134,113)
#607462
(96,116,98)
#516253
(81,98,83)
#425044
(66,80,68)
#333E35
(51,62,53)
#242C26
(36,44,38)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #ABCEAD

#ABCEAD
(171,206,173)
#B2D2B4
(178,210,180)
#B9D6BB
(185,214,187)
#C0DAC2
(192,218,194)
#C7DEC9
(199,222,201)
#CEE2D0
(206,226,208)
#D5E6D7
(213,230,215)
#DCEADE
(220,234,222)
#E3EEE5
(227,238,229)
#EAF2EC
(234,242,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCEAD color. Also use rgb(171,206,173) instead hex code.

Text Font Color

.myTextColor { color: #ABCEAD; }

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

This text font color is #ABCEAD.

Background Color

.myBgColor { background-color: #ABCEAD; }

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

This div background color is #ABCEAD.

Border color

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

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

This div border color is #ABCEAD.

Opacity

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

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

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

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

This text has shadow with #ABCEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCEAD.

Preview

Color preview on black background

This text has color #ABCEAD on black background.


Color preview on white background

This text has color #ABCEAD on white background.


Black color preview on #ABCEAD background

This text has black color on #ABCEAD background.


White color preview on #ABCEAD background

This text has white color on #ABCEAD background.


Related colors

Complementary color

Complementary color for #hex is #543152.


I love getcolorcode.com

Triadic colors

1 #ADABCE and #CEADAB with #ABCEAD are triadic colors.

2 #ADCEAB and #CEABAD with #ABCEAD are triadic colors.