COLOR #ACE6A3

HEX: #ACE6A3
RGB: (172,230,163)

Renk bilgisi

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

RGB renk modeli

#ACE6A3 color RGB value is (172,230,163).

  • kırmız ton 172;
  • yeşil ton 230;
  • mavi ton 163.
RGB:
(172,230,163)
(67%,90%,64%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 230 of 255 = 90%
B 163 of 255 = 64%

172
230
163

R + G + B ~ 74%. #ACE6A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 230 + 163 = 565 (100%)
R 172 of 565 ~ 30.44%
G 230 of 565 ~ 40.71%
B 163 of 565 ~ 28.85%

%30.44
%40.71
%28.85

CMYK RENK MODELİ

#ACE6A3 rengi CMYK tonu (25,0,29,10).

  • camgöbeği tonu 25.22%
  • eflatun tonu 0.00%
  • sarı tonu 29.13%
  • ana renk tonu 9.80%
CMYK:
(25,0,29,10)
C25M0Y29K10 
(25%,0%,29%,10%)
(0.25/0.00/0.29/0.10)	

CMYK yüzdeleri

%25.22
%0
%29.13
%9.8

Codes

Color #ACE6A3 in popluar color models

ACE6A3
RGB172230163
HSL112°57.26%77.06%
HSB/HSV112°29.13%90.20%
CMYK25.22%0.00%29.13%
9.80%

Color #ACE6A3 in popluar number systems.

HEXACE6A3
Decimal172230163
Binary101011001110011010100011
Octal254346243

Shades and tints

Shades of #ACE6A3

#ACE6A3
(172,230,163)
#9DD295
(157,210,149)
#8EBE87
(142,190,135)
#7FAA79
(127,170,121)
#70966B
(112,150,107)
#61825D
(97,130,93)
#526E4F
(82,110,79)
#435A41
(67,90,65)
#344633
(52,70,51)
#253225
(37,50,37)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #ACE6A3

#ACE6A3
(172,230,163)
#B3E8AB
(179,232,171)
#BAEAB3
(186,234,179)
#C1ECBB
(193,236,187)
#C8EEC3
(200,238,195)
#CFF0CB
(207,240,203)
#D6F2D3
(214,242,211)
#DDF4DB
(221,244,219)
#E4F6E3
(228,246,227)
#EBF8EB
(235,248,235)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE6A3 color. Also use rgb(172,230,163) instead hex code.

Text Font Color

.myTextColor { color: #ACE6A3; }

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

This text font color is #ACE6A3.


Background Color

.myBgColor { background-color: #ACE6A3; }

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

This div background color is #ACE6A3.


Border color

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

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

This div border color is #ACE6A3.


Opacity

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

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

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

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

This text has shadow with #ACE6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE6A3 on black background.


Color preview on white background

This text has color #ACE6A3 on white background.



Black color preview on #ACE6A3 background

This text has black color on #ACE6A3 background.


White color preview on #ACE6A3 background

This text has white color on #ACE6A3 background.