COLOR #ACD8BE

HEX: #ACD8BE
RGB: (172,216,190)

Color info

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

RGB color model

#ACD8BE color RGB value is (172,216,190).

  • red value is 172;
  • green value is 216;
  • blue value is 190.
RGB:
(172,216,190)
(67%,85%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 216 of 255 = 85%
B 190 of 255 = 75%

172
216
190

R + G + B ~ 76%. #ACD8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 216 + 190 = 578 (100%)
R 172 of 578 ~ 29.76%
G 216 of 578 ~ 37.37%
B 190 of 578 ~ 32.87%

%29.76
%37.37
%32.87

CMYK color model

#ACD8BE color CMYK value is (20,0,12,15).

  • cyan value is 20.37%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(20,0,12,15)
C20M0Y12K15 
(20%,0%,12%,15%)
(0.20/0.00/0.12/0.15)	

CMYK percentages

%20.37
%0
%12.04
%15.29

Codes

Color #ACD8BE in popluar color models

ACD8BE
RGB172216190
HSL145°36.07%76.08%
HSB/HSV145°20.37%84.71%
CMYK20.37%0.00%12.04%
15.29%

Color #ACD8BE in popluar number systems.

HEXACD8BE
Decimal172216190
Binary101011001101100010111110
Octal254330276

Shades and tints

Shades of #ACD8BE

#ACD8BE
(172,216,190)
#9DC5AD
(157,197,173)
#8EB29C
(142,178,156)
#7F9F8B
(127,159,139)
#708C7A
(112,140,122)
#617969
(97,121,105)
#526658
(82,102,88)
#435347
(67,83,71)
#344036
(52,64,54)
#252D25
(37,45,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACD8BE

#ACD8BE
(172,216,190)
#B3DBC3
(179,219,195)
#BADEC8
(186,222,200)
#C1E1CD
(193,225,205)
#C8E4D2
(200,228,210)
#CFE7D7
(207,231,215)
#D6EADC
(214,234,220)
#DDEDE1
(221,237,225)
#E4F0E6
(228,240,230)
#EBF3EB
(235,243,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD8BE color. Also use rgb(172,216,190) instead hex code.

Text Font Color

.myTextColor { color: #ACD8BE; }

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

This text font color is #ACD8BE.


Background Color

.myBgColor { background-color: #ACD8BE; }

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

This div background color is #ACD8BE.


Border color

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

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

This div border color is #ACD8BE.


Opacity

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

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

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

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

This text has shadow with #ACD8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD8BE on black background.


Color preview on white background

This text has color #ACD8BE on white background.



Black color preview on #ACD8BE background

This text has black color on #ACD8BE background.


White color preview on #ACD8BE background

This text has white color on #ACD8BE background.