COLOR #ACEAB8

HEX: #ACEAB8
RGB: (172,234,184)

Color info

#ACEAB8 contains mainly green and blue colors. Web safe color of #ACEAB8 is #99FFCC (or #9FC).

RGB color model

#ACEAB8 color RGB value is (172,234,184).

  • red value is 172;
  • green value is 234;
  • blue value is 184.
RGB:
(172,234,184)
(67%,92%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 234 of 255 = 92%
B 184 of 255 = 72%

172
234
184

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

Portions of RGB colors in percentages

R + G + B =
172 + 234 + 184 = 590 (100%)
R 172 of 590 ~ 29.15%
G 234 of 590 ~ 39.66%
B 184 of 590 ~ 31.19%

%29.15
%39.66
%31.19

CMYK color model

#ACEAB8 color CMYK value is (26,0,21,8).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(26,0,21,8)
C26M0Y21K8 
(26%,0%,21%,8%)
(0.26/0.00/0.21/0.08)	

CMYK percentages

%26.5
%0
%21.37
%8.24

Codes

Color #ACEAB8 in popluar color models

ACEAB8
RGB172234184
HSL132°59.62%79.61%
HSB/HSV132°26.50%91.76%
CMYK26.50%0.00%21.37%
8.24%

Color #ACEAB8 in popluar number systems.

HEXACEAB8
Decimal172234184
Binary101011001110101010111000
Octal254352270

Shades and tints

Shades of #ACEAB8

#ACEAB8
(172,234,184)
#9DD5A8
(157,213,168)
#8EC098
(142,192,152)
#7FAB88
(127,171,136)
#709678
(112,150,120)
#618168
(97,129,104)
#526C58
(82,108,88)
#435748
(67,87,72)
#344238
(52,66,56)
#252D28
(37,45,40)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACEAB8

#ACEAB8
(172,234,184)
#B3EBBE
(179,235,190)
#BAECC4
(186,236,196)
#C1EDCA
(193,237,202)
#C8EED0
(200,238,208)
#CFEFD6
(207,239,214)
#D6F0DC
(214,240,220)
#DDF1E2
(221,241,226)
#E4F2E8
(228,242,232)
#EBF3EE
(235,243,238)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEAB8 color. Also use rgb(172,234,184) instead hex code.

Text Font Color

.myTextColor { color: #ACEAB8; }

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

This text font color is #ACEAB8.


Background Color

.myBgColor { background-color: #ACEAB8; }

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

This div background color is #ACEAB8.


Border color

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

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

This div border color is #ACEAB8.


Opacity

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

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

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

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

This text has shadow with #ACEAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEAB8 on black background.


Color preview on white background

This text has color #ACEAB8 on white background.



Black color preview on #ACEAB8 background

This text has black color on #ACEAB8 background.


White color preview on #ACEAB8 background

This text has white color on #ACEAB8 background.