COLOR #ABCD70

HEX: #ABCD70 RGB: (171,205,112)

Color info

#ABCD70 contains mainly red and green colors. Web safe color of #ABCD70 is #99CC66 (or #9C6).

RGB color model

#ABCD70 color RGB value is (171,205,112).

RGB: (171,205,112) (67%, 80%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 112 of 255 = 44%

171
205
112

R + G + B ~ 64%. #ABCD70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 112 = 488 (100%)
R 171 of 488 ~ 35.04%
G 205 of 488 ~ 42.01%
B 112 of 488 ~ 22.95'%

%35.04
%42.01
%22.95

CMYK color model

#ABCD70 color CMYK value is (17,0,45,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 19.61%

CMYK: (17,0,45,20)
C17M0Y45K20 (17%, 0%, 45%, 20%)
(0.17 / 0.00 / 0.45 / 0.20)

CMYK percentages

%16.59
%0
%45.37
%19.61

Codes

Color #ABCD70 in popluar color models

AB CD 70
RGB 171 205 112
HSL 82° 48.19% 62.16%
HSB/HSV 82° 45.37% 80.39%
CMYK 16.59% 0.00% 45.37%
19.61%

Color #ABCD70 in popluar number systems.

HEX AB CD 70
Decimal 171 205 112
Binary 10101011 11001101 1110000
Octal 253 315 160

Shades and tints

Shades of #ABCD70

#ABCD70
(171,205,112)
#9CBB66
(156,187,102)
#8DA95C
(141,169,92)
#7E9752
(126,151,82)
#6F8548
(111,133,72)
#60733E
(96,115,62)
#516134
(81,97,52)
#424F2A
(66,79,42)
#333D20
(51,61,32)
#242B16
(36,43,22)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #ABCD70

#ABCD70
(171,205,112)
#B2D17D
(178,209,125)
#B9D58A
(185,213,138)
#C0D997
(192,217,151)
#C7DDA4
(199,221,164)
#CEE1B1
(206,225,177)
#D5E5BE
(213,229,190)
#DCE9CB
(220,233,203)
#E3EDD8
(227,237,216)
#EAF1E5
(234,241,229)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCD70 color. Also use rgb(171,205,112) instead hex code.

Text Font Color

.myTextColor { color: #ABCD70; }

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

This text font color is #ABCD70.

Background Color

.myBgColor { background-color: #ABCD70; }

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

This div background color is #ABCD70.

Border color

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

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

This div border color is #ABCD70.

Opacity

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

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

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

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

This text has shadow with #ABCD70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCD70.

Preview

Color preview on black background

This text has color #ABCD70 on black background.


Color preview on white background

This text has color #ABCD70 on white background.


Black color preview on #ABCD70 background

This text has black color on #ABCD70 background.


White color preview on #ABCD70 background

This text has white color on #ABCD70 background.


Related colors

Complementary color

Complementary color for #hex is #54328F.


I love getcolorcode.com

Triadic colors

1 #70ABCD and #CD70AB with #ABCD70 are triadic colors.

2 #70CDAB and #CDAB70 with #ABCD70 are triadic colors.