COLOR #ABC37B

HEX: #ABC37B RGB: (171,195,123)

Renk bilgisi

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

RGB renk modeli

#ABC37B color RGB value is (171,195,123).

RGB: (171,195,123) (67%, 76%, 48%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 195 of 255 = 76%
B 123 of 255 = 48%

171
195
123

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

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 195 + 123 = 489 (100%)
R 171 of 489 ~ 34.97%
G 195 of 489 ~ 39.88%
B 123 of 489 ~ 25.15'%

%34.97
%39.88
%25.15

CMYK RENK MODELİ

#ABC37B rengi CMYK tonu (12,0,37,24).

  • camgöbeği tonu 12.31%
  • eflatun tonu 0.00%
  • sarı tonu 36.92%
  • ana renk tonu 23.53%

CMYK: (12,0,37,24)
C12M0Y37K24 (12%, 0%, 37%, 24%)
(0.12 / 0.00 / 0.37 / 0.24)

CMYK yüzdeleri

%12.31
%0
%36.92
%23.53

Codes

Color #ABC37B in popluar color models

AB C3 7B
RGB 171 195 123
HSL 80° 37.50% 62.35%
HSB/HSV 80° 36.92% 76.47%
CMYK 12.31% 0.00% 36.92%
23.53%

Color #ABC37B in popluar number systems.

HEX AB C3 7B
Decimal 171 195 123
Binary 10101011 11000011 1111011
Octal 253 303 173

Shades and tints

Shades of #ABC37B

#ABC37B
(171,195,123)
#9CB270
(156,178,112)
#8DA165
(141,161,101)
#7E905A
(126,144,90)
#6F7F4F
(111,127,79)
#606E44
(96,110,68)
#515D39
(81,93,57)
#424C2E
(66,76,46)
#333B23
(51,59,35)
#242A18
(36,42,24)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #ABC37B

#ABC37B
(171,195,123)
#B2C887
(178,200,135)
#B9CD93
(185,205,147)
#C0D29F
(192,210,159)
#C7D7AB
(199,215,171)
#CEDCB7
(206,220,183)
#D5E1C3
(213,225,195)
#DCE6CF
(220,230,207)
#E3EBDB
(227,235,219)
#EAF0E7
(234,240,231)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC37B color. Also use rgb(171,195,123) instead hex code.

Text Font Color

.myTextColor { color: #ABC37B; }

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

This text font color is #ABC37B.

Background Color

.myBgColor { background-color: #ABC37B; }

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

This div background color is #ABC37B.

Border color

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

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

This div border color is #ABC37B.

Opacity

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

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

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

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

This text has shadow with #ABC37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC37B.

Preview

Color preview on black background

This text has color #ABC37B on black background.


Color preview on white background

This text has color #ABC37B on white background.


Black color preview on #ABC37B background

This text has black color on #ABC37B background.


White color preview on #ABC37B background

This text has white color on #ABC37B background.


Related colors

Complementary color

Complementary color for #hex is #543C84.


I love getcolorcode.com

Triadic colors

1 #7BABC3 and #C37BAB with #ABC37B are triadic colors.

2 #7BC3AB and #C3AB7B with #ABC37B are triadic colors.