COLOR #ACEEAF

HEX: #ACEEAF
RGB: (172,238,175)

Renk bilgisi

#ACEEAF contains mainly green color. #ACEEAF ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#ACEEAF color RGB value is (172,238,175).

  • kırmız ton 172;
  • yeşil ton 238;
  • mavi ton 175.
RGB:
(172,238,175)
(67%,93%,69%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 238 of 255 = 93%
B 175 of 255 = 69%

172
238
175

R + G + B ~ 76%. #ACEEAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 238 + 175 = 585 (100%)
R 172 of 585 ~ 29.4%
G 238 of 585 ~ 40.68%
B 175 of 585 ~ 29.91%

%29.4
%40.68
%29.91

CMYK RENK MODELİ

#ACEEAF rengi CMYK tonu (28,0,26,7).

  • camgöbeği tonu 27.73%
  • eflatun tonu 0.00%
  • sarı tonu 26.47%
  • ana renk tonu 6.67%
CMYK:
(28,0,26,7)
C28M0Y26K7 
(28%,0%,26%,7%)
(0.28/0.00/0.26/0.07)	

CMYK yüzdeleri

%27.73
%0
%26.47
%6.67

Codes

Color #ACEEAF in popluar color models

ACEEAF
RGB172238175
HSL123°66.00%80.39%
HSB/HSV123°27.73%93.33%
CMYK27.73%0.00%26.47%
6.67%

Color #ACEEAF in popluar number systems.

HEXACEEAF
Decimal172238175
Binary101011001110111010101111
Octal254356257

Shades and tints

Shades of #ACEEAF

#ACEEAF
(172,238,175)
#9DD9A0
(157,217,160)
#8EC491
(142,196,145)
#7FAF82
(127,175,130)
#709A73
(112,154,115)
#618564
(97,133,100)
#527055
(82,112,85)
#435B46
(67,91,70)
#344637
(52,70,55)
#253128
(37,49,40)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #ACEEAF

#ACEEAF
(172,238,175)
#B3EFB6
(179,239,182)
#BAF0BD
(186,240,189)
#C1F1C4
(193,241,196)
#C8F2CB
(200,242,203)
#CFF3D2
(207,243,210)
#D6F4D9
(214,244,217)
#DDF5E0
(221,245,224)
#E4F6E7
(228,246,231)
#EBF7EE
(235,247,238)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEEAF color. Also use rgb(172,238,175) instead hex code.

Text Font Color

.myTextColor { color: #ACEEAF; }

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

This text font color is #ACEEAF.


Background Color

.myBgColor { background-color: #ACEEAF; }

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

This div background color is #ACEEAF.


Border color

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

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

This div border color is #ACEEAF.


Opacity

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

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

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

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

This text has shadow with #ACEEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEEAF on black background.


Color preview on white background

This text has color #ACEEAF on white background.



Black color preview on #ACEEAF background

This text has black color on #ACEEAF background.


White color preview on #ACEEAF background

This text has white color on #ACEEAF background.