COLOR #ACDEAF

HEX: #ACDEAF
RGB: (172,222,175)

Color info

#ACDEAF contains red, green and blue colors in about the same proportion. Web safe color of #ACDEAF is #99CC99 (or #9C9).

RGB color model

#ACDEAF color RGB value is (172,222,175).

  • red value is 172;
  • green value is 222;
  • blue value is 175.
RGB:
(172,222,175)
(67%,87%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 175 of 255 = 69%

172
222
175

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

Portions of RGB colors in percentages

R + G + B =
172 + 222 + 175 = 569 (100%)
R 172 of 569 ~ 30.23%
G 222 of 569 ~ 39.02%
B 175 of 569 ~ 30.76%

%30.23
%39.02
%30.76

CMYK color model

#ACDEAF color CMYK value is (23,0,21,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 12.94%
CMYK:
(23,0,21,13)
C23M0Y21K13 
(23%,0%,21%,13%)
(0.23/0.00/0.21/0.13)	

CMYK percentages

%22.52
%0
%21.17
%12.94

Codes

Color #ACDEAF in popluar color models

ACDEAF
RGB172222175
HSL124°43.10%77.25%
HSB/HSV124°22.52%87.06%
CMYK22.52%0.00%21.17%
12.94%

Color #ACDEAF in popluar number systems.

HEXACDEAF
Decimal172222175
Binary101011001101111010101111
Octal254336257

Shades and tints

Shades of #ACDEAF

#ACDEAF
(172,222,175)
#9DCAA0
(157,202,160)
#8EB691
(142,182,145)
#7FA282
(127,162,130)
#708E73
(112,142,115)
#617A64
(97,122,100)
#526655
(82,102,85)
#435246
(67,82,70)
#343E37
(52,62,55)
#252A28
(37,42,40)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #ACDEAF

#ACDEAF
(172,222,175)
#B3E1B6
(179,225,182)
#BAE4BD
(186,228,189)
#C1E7C4
(193,231,196)
#C8EACB
(200,234,203)
#CFEDD2
(207,237,210)
#D6F0D9
(214,240,217)
#DDF3E0
(221,243,224)
#E4F6E7
(228,246,231)
#EBF9EE
(235,249,238)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDEAF; }

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

This text font color is #ACDEAF.


Background Color

.myBgColor { background-color: #ACDEAF; }

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

This div background color is #ACDEAF.


Border color

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

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

This div border color is #ACDEAF.


Opacity

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

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

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

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

This text has shadow with #ACDEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDEAF on black background.


Color preview on white background

This text has color #ACDEAF on white background.



Black color preview on #ACDEAF background

This text has black color on #ACDEAF background.


White color preview on #ACDEAF background

This text has white color on #ACDEAF background.