COLOR #ACD3BD

HEX: #ACD3BD
RGB: (172,211,189)

Color info

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

RGB color model

#ACD3BD color RGB value is (172,211,189).

  • red value is 172;
  • green value is 211;
  • blue value is 189.
RGB:
(172,211,189)
(67%,83%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 189 of 255 = 74%

172
211
189

R + G + B ~ 75%. #ACD3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 189 = 572 (100%)
R 172 of 572 ~ 30.07%
G 211 of 572 ~ 36.89%
B 189 of 572 ~ 33.04%

%30.07
%36.89
%33.04

CMYK color model

#ACD3BD color CMYK value is (18,0,10,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(18,0,10,17)
C18M0Y10K17 
(18%,0%,10%,17%)
(0.18/0.00/0.10/0.17)	

CMYK percentages

%18.48
%0
%10.43
%17.25

Codes

Color #ACD3BD in popluar color models

ACD3BD
RGB172211189
HSL146°30.71%75.10%
HSB/HSV146°18.48%82.75%
CMYK18.48%0.00%10.43%
17.25%

Color #ACD3BD in popluar number systems.

HEXACD3BD
Decimal172211189
Binary101011001101001110111101
Octal254323275

Shades and tints

Shades of #ACD3BD

#ACD3BD
(172,211,189)
#9DC0AC
(157,192,172)
#8EAD9B
(142,173,155)
#7F9A8A
(127,154,138)
#708779
(112,135,121)
#617468
(97,116,104)
#526157
(82,97,87)
#434E46
(67,78,70)
#343B35
(52,59,53)
#252824
(37,40,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #ACD3BD

#ACD3BD
(172,211,189)
#B3D7C3
(179,215,195)
#BADBC9
(186,219,201)
#C1DFCF
(193,223,207)
#C8E3D5
(200,227,213)
#CFE7DB
(207,231,219)
#D6EBE1
(214,235,225)
#DDEFE7
(221,239,231)
#E4F3ED
(228,243,237)
#EBF7F3
(235,247,243)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD3BD color. Also use rgb(172,211,189) instead hex code.

Text Font Color

.myTextColor { color: #ACD3BD; }

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

This text font color is #ACD3BD.


Background Color

.myBgColor { background-color: #ACD3BD; }

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

This div background color is #ACD3BD.


Border color

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

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

This div border color is #ACD3BD.


Opacity

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

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

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

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

This text has shadow with #ACD3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD3BD on black background.


Color preview on white background

This text has color #ACD3BD on white background.



Black color preview on #ACD3BD background

This text has black color on #ACD3BD background.


White color preview on #ACD3BD background

This text has white color on #ACD3BD background.