COLOR #ACE5BE

HEX: #ACE5BE
RGB: (172,229,190)

Renk bilgisi

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

RGB renk modeli

#ACE5BE color RGB value is (172,229,190).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 229 of 255 = 90%
B 190 of 255 = 75%

172
229
190

R + G + B ~ 77%. #ACE5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 229 + 190 = 591 (100%)
R 172 of 591 ~ 29.1%
G 229 of 591 ~ 38.75%
B 190 of 591 ~ 32.15%

%29.1
%38.75
%32.15

CMYK RENK MODELİ

#ACE5BE rengi CMYK tonu (25,0,17,10).

  • camgöbeği tonu 24.89%
  • eflatun tonu 0.00%
  • sarı tonu 17.03%
  • ana renk tonu 10.20%
CMYK:
(25,0,17,10)
C25M0Y17K10 
(25%,0%,17%,10%)
(0.25/0.00/0.17/0.10)	

CMYK yüzdeleri

%24.89
%0
%17.03
%10.2

Codes

Color #ACE5BE in popluar color models

ACE5BE
RGB172229190
HSL139°52.29%78.63%
HSB/HSV139°24.89%89.80%
CMYK24.89%0.00%17.03%
10.20%

Color #ACE5BE in popluar number systems.

HEXACE5BE
Decimal172229190
Binary101011001110010110111110
Octal254345276

Shades and tints

Shades of #ACE5BE

#ACE5BE
(172,229,190)
#9DD1AD
(157,209,173)
#8EBD9C
(142,189,156)
#7FA98B
(127,169,139)
#70957A
(112,149,122)
#618169
(97,129,105)
#526D58
(82,109,88)
#435947
(67,89,71)
#344536
(52,69,54)
#253125
(37,49,37)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #ACE5BE

#ACE5BE
(172,229,190)
#B3E7C3
(179,231,195)
#BAE9C8
(186,233,200)
#C1EBCD
(193,235,205)
#C8EDD2
(200,237,210)
#CFEFD7
(207,239,215)
#D6F1DC
(214,241,220)
#DDF3E1
(221,243,225)
#E4F5E6
(228,245,230)
#EBF7EB
(235,247,235)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5BE; }

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

This text font color is #ACE5BE.


Background Color

.myBgColor { background-color: #ACE5BE; }

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

This div background color is #ACE5BE.


Border color

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

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

This div border color is #ACE5BE.


Opacity

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

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

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

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

This text has shadow with #ACE5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5BE on black background.


Color preview on white background

This text has color #ACE5BE on white background.



Black color preview on #ACE5BE background

This text has black color on #ACE5BE background.


White color preview on #ACE5BE background

This text has white color on #ACE5BE background.