COLOR #ACE0A5

HEX: #ACE0A5
RGB: (172,224,165)

Renk bilgisi

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

RGB renk modeli

#ACE0A5 color RGB value is (172,224,165).

  • kırmız ton 172;
  • yeşil ton 224;
  • mavi ton 165.
RGB:
(172,224,165)
(67%,88%,65%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 224 of 255 = 88%
B 165 of 255 = 65%

172
224
165

R + G + B ~ 73%. #ACE0A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 224 + 165 = 561 (100%)
R 172 of 561 ~ 30.66%
G 224 of 561 ~ 39.93%
B 165 of 561 ~ 29.41%

%30.66
%39.93
%29.41

CMYK RENK MODELİ

#ACE0A5 rengi CMYK tonu (23,0,26,12).

  • camgöbeği tonu 23.21%
  • eflatun tonu 0.00%
  • sarı tonu 26.34%
  • ana renk tonu 12.16%
CMYK:
(23,0,26,12)
C23M0Y26K12 
(23%,0%,26%,12%)
(0.23/0.00/0.26/0.12)	

CMYK yüzdeleri

%23.21
%0
%26.34
%12.16

Codes

Color #ACE0A5 in popluar color models

ACE0A5
RGB172224165
HSL113°48.76%76.27%
HSB/HSV113°26.34%87.84%
CMYK23.21%0.00%26.34%
12.16%

Color #ACE0A5 in popluar number systems.

HEXACE0A5
Decimal172224165
Binary101011001110000010100101
Octal254340245

Shades and tints

Shades of #ACE0A5

#ACE0A5
(172,224,165)
#9DCC96
(157,204,150)
#8EB887
(142,184,135)
#7FA478
(127,164,120)
#709069
(112,144,105)
#617C5A
(97,124,90)
#52684B
(82,104,75)
#43543C
(67,84,60)
#34402D
(52,64,45)
#252C1E
(37,44,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #ACE0A5

#ACE0A5
(172,224,165)
#B3E2AD
(179,226,173)
#BAE4B5
(186,228,181)
#C1E6BD
(193,230,189)
#C8E8C5
(200,232,197)
#CFEACD
(207,234,205)
#D6ECD5
(214,236,213)
#DDEEDD
(221,238,221)
#E4F0E5
(228,240,229)
#EBF2ED
(235,242,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE0A5 color. Also use rgb(172,224,165) instead hex code.

Text Font Color

.myTextColor { color: #ACE0A5; }

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

This text font color is #ACE0A5.


Background Color

.myBgColor { background-color: #ACE0A5; }

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

This div background color is #ACE0A5.


Border color

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

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

This div border color is #ACE0A5.


Opacity

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

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

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

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

This text has shadow with #ACE0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE0A5 on black background.


Color preview on white background

This text has color #ACE0A5 on white background.



Black color preview on #ACE0A5 background

This text has black color on #ACE0A5 background.


White color preview on #ACE0A5 background

This text has white color on #ACE0A5 background.