COLOR #AACD99

HEX: #AACD99
RGB: (170,205,153)

Renk bilgisi

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

RGB renk modeli

#AACD99 color RGB value is (170,205,153).

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

RGB bağlantıları ve doygunluk

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

170
205
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 205 + 153 = 528 (100%)
R 170 of 528 ~ 32.2%
G 205 of 528 ~ 38.83%
B 153 of 528 ~ 28.98%

%32.2
%38.83
%28.98

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.07
%0
%25.37
%19.61

Codes

Color #AACD99 in popluar color models

AACD99
RGB170205153
HSL100°34.21%70.20%
HSB/HSV100°25.37%80.39%
CMYK17.07%0.00%25.37%
19.61%

Color #AACD99 in popluar number systems.

HEXAACD99
Decimal170205153
Binary101010101100110110011001
Octal252315231

Shades and tints

Shades of #AACD99

#AACD99
(170,205,153)
#9BBB8C
(155,187,140)
#8CA97F
(140,169,127)
#7D9772
(125,151,114)
#6E8565
(110,133,101)
#5F7358
(95,115,88)
#50614B
(80,97,75)
#414F3E
(65,79,62)
#323D31
(50,61,49)
#232B24
(35,43,36)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #AACD99

#AACD99
(170,205,153)
#B1D1A2
(177,209,162)
#B8D5AB
(184,213,171)
#BFD9B4
(191,217,180)
#C6DDBD
(198,221,189)
#CDE1C6
(205,225,198)
#D4E5CF
(212,229,207)
#DBE9D8
(219,233,216)
#E2EDE1
(226,237,225)
#E9F1EA
(233,241,234)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACD99; }

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

This text font color is #AACD99.


Background Color

.myBgColor { background-color: #AACD99; }

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

This div background color is #AACD99.


Border color

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

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

This div border color is #AACD99.


Opacity

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

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

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

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

This text has shadow with #AACD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACD99 on black background.


Color preview on white background

This text has color #AACD99 on white background.



Black color preview on #AACD99 background

This text has black color on #AACD99 background.


White color preview on #AACD99 background

This text has white color on #AACD99 background.