COLOR #ABC87D

HEX: #ABC87D RGB: (171,200,125)

Renk bilgisi

#ABC87D contains mainly red and green colors. #ABC87D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ABC87D color RGB value is (171,200,125).

RGB: (171,200,125) (67%, 78%, 49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 200 of 255 = 78%
B 125 of 255 = 49%

171
200
125

R + G + B ~ 65%. #ABC87D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 200 + 125 = 496 (100%)
R 171 of 496 ~ 34.48%
G 200 of 496 ~ 40.32%
B 125 of 496 ~ 25.2'%

%34.48
%40.32
%25.2

CMYK RENK MODELİ

#ABC87D rengi CMYK tonu (15,0,38,22).

  • camgöbeği tonu 14.50%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 21.57%

CMYK: (15,0,38,22)
C15M0Y38K22 (15%, 0%, 38%, 22%)
(0.15 / 0.00 / 0.38 / 0.22)

CMYK yüzdeleri

%14.5
%0
%37.5
%21.57

Codes

Color #ABC87D in popluar color models

AB C8 7D
RGB 171 200 125
HSL 83° 40.54% 63.73%
HSB/HSV 83° 37.50% 78.43%
CMYK 14.50% 0.00% 37.50%
21.57%

Color #ABC87D in popluar number systems.

HEX AB C8 7D
Decimal 171 200 125
Binary 10101011 11001000 1111101
Octal 253 310 175

Shades and tints

Shades of #ABC87D

#ABC87D
(171,200,125)
#9CB672
(156,182,114)
#8DA467
(141,164,103)
#7E925C
(126,146,92)
#6F8051
(111,128,81)
#606E46
(96,110,70)
#515C3B
(81,92,59)
#424A30
(66,74,48)
#333825
(51,56,37)
#24261A
(36,38,26)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #ABC87D

#ABC87D
(171,200,125)
#B2CD88
(178,205,136)
#B9D293
(185,210,147)
#C0D79E
(192,215,158)
#C7DCA9
(199,220,169)
#CEE1B4
(206,225,180)
#D5E6BF
(213,230,191)
#DCEBCA
(220,235,202)
#E3F0D5
(227,240,213)
#EAF5E0
(234,245,224)
#F1FAEB
(241,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC87D color. Also use rgb(171,200,125) instead hex code.

Text Font Color

.myTextColor { color: #ABC87D; }

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

This text font color is #ABC87D.

Background Color

.myBgColor { background-color: #ABC87D; }

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

This div background color is #ABC87D.

Border color

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

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

This div border color is #ABC87D.

Opacity

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

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

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

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

This text has shadow with #ABC87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC87D.

Preview

Color preview on black background

This text has color #ABC87D on black background.


Color preview on white background

This text has color #ABC87D on white background.


Black color preview on #ABC87D background

This text has black color on #ABC87D background.


White color preview on #ABC87D background

This text has white color on #ABC87D background.


Related colors

Complementary color

Complementary color for #hex is #543782.


I love getcolorcode.com

Triadic colors

1 #7DABC8 and #C87DAB with #ABC87D are triadic colors.

2 #7DC8AB and #C8AB7D with #ABC87D are triadic colors.