COLOR #ABBE7C

HEX: #ABBE7C
RGB: (171,190,124)

Renk bilgisi

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

RGB renk modeli

#ABBE7C color RGB value is (171,190,124).

  • kırmız ton 171;
  • yeşil ton 190;
  • mavi ton 124.
RGB:
(171,190,124)
(67%,75%,49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 190 of 255 = 75%
B 124 of 255 = 49%

171
190
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 190 + 124 = 485 (100%)
R 171 of 485 ~ 35.26%
G 190 of 485 ~ 39.18%
B 124 of 485 ~ 25.57%

%35.26
%39.18
%25.57

CMYK RENK MODELİ

#ABBE7C rengi CMYK tonu (10,0,35,25).

  • camgöbeği tonu 10.00%
  • eflatun tonu 0.00%
  • sarı tonu 34.74%
  • ana renk tonu 25.49%
CMYK:
(10,0,35,25)
C10M0Y35K25 
(10%,0%,35%,25%)
(0.10/0.00/0.35/0.25)	

CMYK yüzdeleri

%10
%0
%34.74
%25.49

Codes

Color #ABBE7C in popluar color models

ABBE7C
RGB171190124
HSL77°33.67%61.57%
HSB/HSV77°34.74%74.51%
CMYK10.00%0.00%34.74%
25.49%

Color #ABBE7C in popluar number systems.

HEXABBE7C
Decimal171190124
Binary10101011101111101111100
Octal253276174

Shades and tints

Shades of #ABBE7C

#ABBE7C
(171,190,124)
#9CAD71
(156,173,113)
#8D9C66
(141,156,102)
#7E8B5B
(126,139,91)
#6F7A50
(111,122,80)
#606945
(96,105,69)
#51583A
(81,88,58)
#42472F
(66,71,47)
#333624
(51,54,36)
#242519
(36,37,25)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #ABBE7C

#ABBE7C
(171,190,124)
#B2C387
(178,195,135)
#B9C892
(185,200,146)
#C0CD9D
(192,205,157)
#C7D2A8
(199,210,168)
#CED7B3
(206,215,179)
#D5DCBE
(213,220,190)
#DCE1C9
(220,225,201)
#E3E6D4
(227,230,212)
#EAEBDF
(234,235,223)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBE7C color. Also use rgb(171,190,124) instead hex code.

Text Font Color

.myTextColor { color: #ABBE7C; }

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

This text font color is #ABBE7C.


Background Color

.myBgColor { background-color: #ABBE7C; }

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

This div background color is #ABBE7C.


Border color

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

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

This div border color is #ABBE7C.


Opacity

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

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

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

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

This text has shadow with #ABBE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBE7C on black background.


Color preview on white background

This text has color #ABBE7C on white background.



Black color preview on #ABBE7C background

This text has black color on #ABBE7C background.


White color preview on #ABBE7C background

This text has white color on #ABBE7C background.