COLOR #AABE99

HEX: #AABE99
RGB: (170,190,153)

Renk bilgisi

#AABE99 contains red, green and blue colors in about the same proportion. #AABE99 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#AABE99 color RGB value is (170,190,153).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 190 of 255 = 75%
B 153 of 255 = 60%

170
190
153

R + G + B ~ 67%. #AABE99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 190 + 153 = 513 (100%)
R 170 of 513 ~ 33.14%
G 190 of 513 ~ 37.04%
B 153 of 513 ~ 29.82%

%33.14
%37.04
%29.82

CMYK RENK MODELİ

#AABE99 rengi CMYK tonu (11,0,19,25).

  • camgöbeği tonu 10.53%
  • eflatun tonu 0.00%
  • sarı tonu 19.47%
  • ana renk tonu 25.49%
CMYK:
(11,0,19,25)
C11M0Y19K25 
(11%,0%,19%,25%)
(0.11/0.00/0.19/0.25)	

CMYK yüzdeleri

%10.53
%0
%19.47
%25.49

Codes

Color #AABE99 in popluar color models

AABE99
RGB170190153
HSL92°22.16%67.25%
HSB/HSV92°19.47%74.51%
CMYK10.53%0.00%19.47%
25.49%

Color #AABE99 in popluar number systems.

HEXAABE99
Decimal170190153
Binary101010101011111010011001
Octal252276231

Shades and tints

Shades of #AABE99

#AABE99
(170,190,153)
#9BAD8C
(155,173,140)
#8C9C7F
(140,156,127)
#7D8B72
(125,139,114)
#6E7A65
(110,122,101)
#5F6958
(95,105,88)
#50584B
(80,88,75)
#41473E
(65,71,62)
#323631
(50,54,49)
#232524
(35,37,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AABE99

#AABE99
(170,190,153)
#B1C3A2
(177,195,162)
#B8C8AB
(184,200,171)
#BFCDB4
(191,205,180)
#C6D2BD
(198,210,189)
#CDD7C6
(205,215,198)
#D4DCCF
(212,220,207)
#DBE1D8
(219,225,216)
#E2E6E1
(226,230,225)
#E9EBEA
(233,235,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABE99; }

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

This text font color is #AABE99.


Background Color

.myBgColor { background-color: #AABE99; }

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

This div background color is #AABE99.


Border color

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

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

This div border color is #AABE99.


Opacity

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

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

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

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

This text has shadow with #AABE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE99 on black background.


Color preview on white background

This text has color #AABE99 on white background.



Black color preview on #AABE99 background

This text has black color on #AABE99 background.


White color preview on #AABE99 background

This text has white color on #AABE99 background.