COLOR #ABCE85

HEX: #ABCE85 RGB: (171,206,133)

Color info

#ABCE85 contains mainly red and green colors. Web safe color of #ABCE85 is #99CC99 (or #9C9).

RGB color model

#ABCE85 color RGB value is (171,206,133).

RGB: (171,206,133) (67%, 81%, 52%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 133 of 255 = 52%

171
206
133

R + G + B ~ 67%. #ABCE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 206 + 133 = 510 (100%)
R 171 of 510 ~ 33.53%
G 206 of 510 ~ 40.39%
B 133 of 510 ~ 26.08'%

%33.53
%40.39
%26.08

CMYK color model

#ABCE85 color CMYK value is (17,0,35,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 35.44%
  • key color value is 19.22%
CMYK: (17,0,35,19) C17M0Y35K19 (17%,0%,35%,19%) (0.17/0.00/0.35/0.19) 

CMYK percentages

%16.99
%0
%35.44
%19.22

Codes

Color #ABCE85 in popluar color models

AB CE 85
RGB 171 206 133
HSL 89° 42.69% 66.47%
HSB/HSV 89° 35.44% 80.78%
CMYK 16.99% 0.00% 35.44%
19.22%

Color #ABCE85 in popluar number systems.

HEX AB CE 85
Decimal 171 206 133
Binary 10101011 11001110 10000101
Octal 253 316 205

Shades and tints

Shades of #ABCE85

#ABCE85
(171,206,133)
#9CBC79
(156,188,121)
#8DAA6D
(141,170,109)
#7E9861
(126,152,97)
#6F8655
(111,134,85)
#607449
(96,116,73)
#51623D
(81,98,61)
#425031
(66,80,49)
#333E25
(51,62,37)
#242C19
(36,44,25)
#151A0D
(21,26,13)
#000000
(0,0,0)

Tints of #ABCE85

#ABCE85
(171,206,133)
#B2D290
(178,210,144)
#B9D69B
(185,214,155)
#C0DAA6
(192,218,166)
#C7DEB1
(199,222,177)
#CEE2BC
(206,226,188)
#D5E6C7
(213,230,199)
#DCEAD2
(220,234,210)
#E3EEDD
(227,238,221)
#EAF2E8
(234,242,232)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCE85; }

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

This text font color is #ABCE85.

Background Color

.myBgColor { background-color: #ABCE85; }

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

This div background color is #ABCE85.

Border color

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

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

This div border color is #ABCE85.

Opacity

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

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

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

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

This text has shadow with #ABCE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCE85.

Preview

Color preview on black background

This text has color #ABCE85 on black background.


Color preview on white background

This text has color #ABCE85 on white background.


Black color preview on #ABCE85 background

This text has black color on #ABCE85 background.


White color preview on #ABCE85 background

This text has white color on #ABCE85 background.


Related colors

Complementary color

Complementary color for #hex is #54317A.


I love getcolorcode.com

Triadic colors

1 #85ABCE and #CE85AB with #ABCE85 are triadic colors.

2 #85CEAB and #CEAB85 with #ABCE85 are triadic colors.