COLOR #ACEBB5

HEX: #ACEBB5
RGB: (172,235,181)

Color info

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

RGB color model

#ACEBB5 color RGB value is (172,235,181).

  • red value is 172;
  • green value is 235;
  • blue value is 181.
RGB:
(172,235,181)
(67%,92%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 235 of 255 = 92%
B 181 of 255 = 71%

172
235
181

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

Portions of RGB colors in percentages

R + G + B =
172 + 235 + 181 = 588 (100%)
R 172 of 588 ~ 29.25%
G 235 of 588 ~ 39.97%
B 181 of 588 ~ 30.78%

%29.25
%39.97
%30.78

CMYK color model

#ACEBB5 color CMYK value is (27,0,23,8).

  • cyan value is 26.81%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(27,0,23,8)
C27M0Y23K8 
(27%,0%,23%,8%)
(0.27/0.00/0.23/0.08)	

CMYK percentages

%26.81
%0
%22.98
%7.84

Codes

Color #ACEBB5 in popluar color models

ACEBB5
RGB172235181
HSL129°61.17%79.80%
HSB/HSV129°26.81%92.16%
CMYK26.81%0.00%22.98%
7.84%

Color #ACEBB5 in popluar number systems.

HEXACEBB5
Decimal172235181
Binary101011001110101110110101
Octal254353265

Shades and tints

Shades of #ACEBB5

#ACEBB5
(172,235,181)
#9DD6A5
(157,214,165)
#8EC195
(142,193,149)
#7FAC85
(127,172,133)
#709775
(112,151,117)
#618265
(97,130,101)
#526D55
(82,109,85)
#435845
(67,88,69)
#344335
(52,67,53)
#252E25
(37,46,37)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #ACEBB5

#ACEBB5
(172,235,181)
#B3ECBB
(179,236,187)
#BAEDC1
(186,237,193)
#C1EEC7
(193,238,199)
#C8EFCD
(200,239,205)
#CFF0D3
(207,240,211)
#D6F1D9
(214,241,217)
#DDF2DF
(221,242,223)
#E4F3E5
(228,243,229)
#EBF4EB
(235,244,235)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEBB5 color. Also use rgb(172,235,181) instead hex code.

Text Font Color

.myTextColor { color: #ACEBB5; }

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

This text font color is #ACEBB5.


Background Color

.myBgColor { background-color: #ACEBB5; }

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

This div background color is #ACEBB5.


Border color

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

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

This div border color is #ACEBB5.


Opacity

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

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

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

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

This text has shadow with #ACEBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEBB5 on black background.


Color preview on white background

This text has color #ACEBB5 on white background.



Black color preview on #ACEBB5 background

This text has black color on #ACEBB5 background.


White color preview on #ACEBB5 background

This text has white color on #ACEBB5 background.