COLOR #ACE5B0

HEX: #ACE5B0
RGB: (172,229,176)

Renk bilgisi

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

RGB renk modeli

#ACE5B0 color RGB value is (172,229,176).

  • kırmız ton 172;
  • yeşil ton 229;
  • mavi ton 176.
RGB:
(172,229,176)
(67%,90%,69%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 229 of 255 = 90%
B 176 of 255 = 69%

172
229
176

R + G + B ~ 75%. #ACE5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 229 + 176 = 577 (100%)
R 172 of 577 ~ 29.81%
G 229 of 577 ~ 39.69%
B 176 of 577 ~ 30.5%

%29.81
%39.69
%30.5

CMYK RENK MODELİ

#ACE5B0 rengi CMYK tonu (25,0,23,10).

  • camgöbeği tonu 24.89%
  • eflatun tonu 0.00%
  • sarı tonu 23.14%
  • ana renk tonu 10.20%
CMYK:
(25,0,23,10)
C25M0Y23K10 
(25%,0%,23%,10%)
(0.25/0.00/0.23/0.10)	

CMYK yüzdeleri

%24.89
%0
%23.14
%10.2

Codes

Color #ACE5B0 in popluar color models

ACE5B0
RGB172229176
HSL124°52.29%78.63%
HSB/HSV124°24.89%89.80%
CMYK24.89%0.00%23.14%
10.20%

Color #ACE5B0 in popluar number systems.

HEXACE5B0
Decimal172229176
Binary101011001110010110110000
Octal254345260

Shades and tints

Shades of #ACE5B0

#ACE5B0
(172,229,176)
#9DD1A0
(157,209,160)
#8EBD90
(142,189,144)
#7FA980
(127,169,128)
#709570
(112,149,112)
#618160
(97,129,96)
#526D50
(82,109,80)
#435940
(67,89,64)
#344530
(52,69,48)
#253120
(37,49,32)
#161D10
(22,29,16)
#000000
(0,0,0)

Tints of #ACE5B0

#ACE5B0
(172,229,176)
#B3E7B7
(179,231,183)
#BAE9BE
(186,233,190)
#C1EBC5
(193,235,197)
#C8EDCC
(200,237,204)
#CFEFD3
(207,239,211)
#D6F1DA
(214,241,218)
#DDF3E1
(221,243,225)
#E4F5E8
(228,245,232)
#EBF7EF
(235,247,239)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE5B0 color. Also use rgb(172,229,176) instead hex code.

Text Font Color

.myTextColor { color: #ACE5B0; }

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

This text font color is #ACE5B0.


Background Color

.myBgColor { background-color: #ACE5B0; }

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

This div background color is #ACE5B0.


Border color

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

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

This div border color is #ACE5B0.


Opacity

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

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

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

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

This text has shadow with #ACE5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5B0 on black background.


Color preview on white background

This text has color #ACE5B0 on white background.



Black color preview on #ACE5B0 background

This text has black color on #ACE5B0 background.


White color preview on #ACE5B0 background

This text has white color on #ACE5B0 background.