COLOR #AACC99

HEX: #AACC99 RGB: (170,204,153)

Renk bilgisi

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

RGB renk modeli

#AACC99 color RGB value is (170,204,153).

RGB: (170,204,153) (67%, 80%, 60%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 204 of 255 = 80%
B 153 of 255 = 60%

170
204
153

R + G + B ~ 69%. #AACC99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 170 + 204 + 153 = 527 (100%)
R 170 of 527 ~ 32.26%
G 204 of 527 ~ 38.71%
B 153 of 527 ~ 29.03'%

%32.26
%38.71
%29.03

CMYK RENK MODELİ

#AACC99 rengi CMYK tonu (17,0,25,20).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 20.00%
CMYK: (17,0,25,20) C17M0Y25K20 (17%,0%,25%,20%) (0.17/0.00/0.25/0.20) 

CMYK yüzdeleri

%16.67
%0
%25
%20

Codes

Color #AACC99 in popluar color models

AA CC 99
RGB 170 204 153
HSL 100° 33.33% 70.00%
HSB/HSV 100° 25.00% 80.00%
CMYK 16.67% 0.00% 25.00%
20.00%

Color #AACC99 in popluar number systems.

HEX AA CC 99
Decimal 170 204 153
Binary 10101010 11001100 10011001
Octal 252 314 231

Shades and tints

Shades of #AACC99

#AACC99
(170,204,153)
#9BBA8C
(155,186,140)
#8CA87F
(140,168,127)
#7D9672
(125,150,114)
#6E8465
(110,132,101)
#5F7258
(95,114,88)
#50604B
(80,96,75)
#414E3E
(65,78,62)
#323C31
(50,60,49)
#232A24
(35,42,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AACC99

#AACC99
(170,204,153)
#B1D0A2
(177,208,162)
#B8D4AB
(184,212,171)
#BFD8B4
(191,216,180)
#C6DCBD
(198,220,189)
#CDE0C6
(205,224,198)
#D4E4CF
(212,228,207)
#DBE8D8
(219,232,216)
#E2ECE1
(226,236,225)
#E9F0EA
(233,240,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACC99; }

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

This text font color is #AACC99.

Background Color

.myBgColor { background-color: #AACC99; }

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

This div background color is #AACC99.

Border color

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

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

This div border color is #AACC99.

Opacity

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

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

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

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

This text has shadow with #AACC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACC99.

Preview

Color preview on black background

This text has color #AACC99 on black background.


Color preview on white background

This text has color #AACC99 on white background.


Black color preview on #AACC99 background

This text has black color on #AACC99 background.


White color preview on #AACC99 background

This text has white color on #AACC99 background.


Related colors

Complementary color

Complementary color for #hex is #553366.


I love getcolorcode.com

Triadic colors

1 #99AACC and #CC99AA with #AACC99 are triadic colors.

2 #99CCAA and #CCAA99 with #AACC99 are triadic colors.