COLOR #ACD2B8

HEX: #ACD2B8
RGB: (172,210,184)

Color info

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

RGB color model

#ACD2B8 color RGB value is (172,210,184).

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

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 184 of 255 = 72%

172
210
184

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

Portions of RGB colors in percentages

R + G + B =
172 + 210 + 184 = 566 (100%)
R 172 of 566 ~ 30.39%
G 210 of 566 ~ 37.1%
B 184 of 566 ~ 32.51%

%30.39
%37.1
%32.51

CMYK color model

#ACD2B8 color CMYK value is (18,0,12,18).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 17.65%
CMYK:
(18,0,12,18)
C18M0Y12K18 
(18%,0%,12%,18%)
(0.18/0.00/0.12/0.18)	

CMYK percentages

%18.1
%0
%12.38
%17.65

Codes

Color #ACD2B8 in popluar color models

ACD2B8
RGB172210184
HSL139°29.69%74.90%
HSB/HSV139°18.10%82.35%
CMYK18.10%0.00%12.38%
17.65%

Color #ACD2B8 in popluar number systems.

HEXACD2B8
Decimal172210184
Binary101011001101001010111000
Octal254322270

Shades and tints

Shades of #ACD2B8

#ACD2B8
(172,210,184)
#9DBFA8
(157,191,168)
#8EAC98
(142,172,152)
#7F9988
(127,153,136)
#708678
(112,134,120)
#617368
(97,115,104)
#526058
(82,96,88)
#434D48
(67,77,72)
#343A38
(52,58,56)
#252728
(37,39,40)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #ACD2B8

#ACD2B8
(172,210,184)
#B3D6BE
(179,214,190)
#BADAC4
(186,218,196)
#C1DECA
(193,222,202)
#C8E2D0
(200,226,208)
#CFE6D6
(207,230,214)
#D6EADC
(214,234,220)
#DDEEE2
(221,238,226)
#E4F2E8
(228,242,232)
#EBF6EE
(235,246,238)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD2B8; }

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

This text font color is #ACD2B8.


Background Color

.myBgColor { background-color: #ACD2B8; }

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

This div background color is #ACD2B8.


Border color

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

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

This div border color is #ACD2B8.


Opacity

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

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

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

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

This text has shadow with #ACD2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD2B8 on black background.


Color preview on white background

This text has color #ACD2B8 on white background.



Black color preview on #ACD2B8 background

This text has black color on #ACD2B8 background.


White color preview on #ACD2B8 background

This text has white color on #ACD2B8 background.