COLOR #ACDD8D

HEX: #ACDD8D
RGB: (172,221,141)

Renk bilgisi

#ACDD8D contains mainly red and green colors. #ACDD8D ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACDD8D color RGB value is (172,221,141).

  • kırmız ton 172;
  • yeşil ton 221;
  • mavi ton 141.
RGB:
(172,221,141)
(67%,87%,55%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 221 of 255 = 87%
B 141 of 255 = 55%

172
221
141

R + G + B ~ 70%. #ACDD8D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 221 + 141 = 534 (100%)
R 172 of 534 ~ 32.21%
G 221 of 534 ~ 41.39%
B 141 of 534 ~ 26.4%

%32.21
%41.39
%26.4

CMYK RENK MODELİ

#ACDD8D rengi CMYK tonu (22,0,36,13).

  • camgöbeği tonu 22.17%
  • eflatun tonu 0.00%
  • sarı tonu 36.20%
  • ana renk tonu 13.33%
CMYK:
(22,0,36,13)
C22M0Y36K13 
(22%,0%,36%,13%)
(0.22/0.00/0.36/0.13)	

CMYK yüzdeleri

%22.17
%0
%36.2
%13.33

Codes

Color #ACDD8D in popluar color models

ACDD8D
RGB172221141
HSL97°54.05%70.98%
HSB/HSV97°36.20%86.67%
CMYK22.17%0.00%36.20%
13.33%

Color #ACDD8D in popluar number systems.

HEXACDD8D
Decimal172221141
Binary101011001101110110001101
Octal254335215

Shades and tints

Shades of #ACDD8D

#ACDD8D
(172,221,141)
#9DC981
(157,201,129)
#8EB575
(142,181,117)
#7FA169
(127,161,105)
#708D5D
(112,141,93)
#617951
(97,121,81)
#526545
(82,101,69)
#435139
(67,81,57)
#343D2D
(52,61,45)
#252921
(37,41,33)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACDD8D

#ACDD8D
(172,221,141)
#B3E097
(179,224,151)
#BAE3A1
(186,227,161)
#C1E6AB
(193,230,171)
#C8E9B5
(200,233,181)
#CFECBF
(207,236,191)
#D6EFC9
(214,239,201)
#DDF2D3
(221,242,211)
#E4F5DD
(228,245,221)
#EBF8E7
(235,248,231)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDD8D color. Also use rgb(172,221,141) instead hex code.

Text Font Color

.myTextColor { color: #ACDD8D; }

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

This text font color is #ACDD8D.


Background Color

.myBgColor { background-color: #ACDD8D; }

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

This div background color is #ACDD8D.


Border color

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

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

This div border color is #ACDD8D.


Opacity

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

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

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

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

This text has shadow with #ACDD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDD8D on black background.


Color preview on white background

This text has color #ACDD8D on white background.



Black color preview on #ACDD8D background

This text has black color on #ACDD8D background.


White color preview on #ACDD8D background

This text has white color on #ACDD8D background.