COLOR #AABE71

HEX: #AABE71
RGB: (170,190,113)

Renk bilgisi

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

RGB renk modeli

#AABE71 color RGB value is (170,190,113).

  • kırmız ton 170;
  • yeşil ton 190;
  • mavi ton 113.
RGB:
(170,190,113)
(67%,75%,44%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 190 of 255 = 75%
B 113 of 255 = 44%

170
190
113

R + G + B ~ 62%. #AABE71 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 190 + 113 = 473 (100%)
R 170 of 473 ~ 35.94%
G 190 of 473 ~ 40.17%
B 113 of 473 ~ 23.89%

%35.94
%40.17
%23.89

CMYK RENK MODELİ

#AABE71 rengi CMYK tonu (11,0,41,25).

  • camgöbeği tonu 10.53%
  • eflatun tonu 0.00%
  • sarı tonu 40.53%
  • ana renk tonu 25.49%
CMYK:
(11,0,41,25)
C11M0Y41K25 
(11%,0%,41%,25%)
(0.11/0.00/0.41/0.25)	

CMYK yüzdeleri

%10.53
%0
%40.53
%25.49

Codes

Color #AABE71 in popluar color models

AABE71
RGB170190113
HSL76°37.20%59.41%
HSB/HSV76°40.53%74.51%
CMYK10.53%0.00%40.53%
25.49%

Color #AABE71 in popluar number systems.

HEXAABE71
Decimal170190113
Binary10101010101111101110001
Octal252276161

Shades and tints

Shades of #AABE71

#AABE71
(170,190,113)
#9BAD67
(155,173,103)
#8C9C5D
(140,156,93)
#7D8B53
(125,139,83)
#6E7A49
(110,122,73)
#5F693F
(95,105,63)
#505835
(80,88,53)
#41472B
(65,71,43)
#323621
(50,54,33)
#232517
(35,37,23)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AABE71

#AABE71
(170,190,113)
#B1C37D
(177,195,125)
#B8C889
(184,200,137)
#BFCD95
(191,205,149)
#C6D2A1
(198,210,161)
#CDD7AD
(205,215,173)
#D4DCB9
(212,220,185)
#DBE1C5
(219,225,197)
#E2E6D1
(226,230,209)
#E9EBDD
(233,235,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABE71 color. Also use rgb(170,190,113) instead hex code.

Text Font Color

.myTextColor { color: #AABE71; }

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

This text font color is #AABE71.


Background Color

.myBgColor { background-color: #AABE71; }

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

This div background color is #AABE71.


Border color

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

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

This div border color is #AABE71.


Opacity

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

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

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

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

This text has shadow with #AABE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE71 on black background.


Color preview on white background

This text has color #AABE71 on white background.



Black color preview on #AABE71 background

This text has black color on #AABE71 background.


White color preview on #AABE71 background

This text has white color on #AABE71 background.