COLOR #ACD5B7

HEX: #ACD5B7
RGB: (172,213,183)

Color info

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

RGB color model

#ACD5B7 color RGB value is (172,213,183).

  • red value is 172;
  • green value is 213;
  • blue value is 183.
RGB:
(172,213,183)
(67%,84%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 183 of 255 = 72%

172
213
183

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

Portions of RGB colors in percentages

R + G + B =
172 + 213 + 183 = 568 (100%)
R 172 of 568 ~ 30.28%
G 213 of 568 ~ 37.5%
B 183 of 568 ~ 32.22%

%30.28
%37.5
%32.22

CMYK color model

#ACD5B7 color CMYK value is (19,0,14,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(19,0,14,16)
C19M0Y14K16 
(19%,0%,14%,16%)
(0.19/0.00/0.14/0.16)	

CMYK percentages

%19.25
%0
%14.08
%16.47

Codes

Color #ACD5B7 in popluar color models

ACD5B7
RGB172213183
HSL136°32.80%75.49%
HSB/HSV136°19.25%83.53%
CMYK19.25%0.00%14.08%
16.47%

Color #ACD5B7 in popluar number systems.

HEXACD5B7
Decimal172213183
Binary101011001101010110110111
Octal254325267

Shades and tints

Shades of #ACD5B7

#ACD5B7
(172,213,183)
#9DC2A7
(157,194,167)
#8EAF97
(142,175,151)
#7F9C87
(127,156,135)
#708977
(112,137,119)
#617667
(97,118,103)
#526357
(82,99,87)
#435047
(67,80,71)
#343D37
(52,61,55)
#252A27
(37,42,39)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACD5B7

#ACD5B7
(172,213,183)
#B3D8BD
(179,216,189)
#BADBC3
(186,219,195)
#C1DEC9
(193,222,201)
#C8E1CF
(200,225,207)
#CFE4D5
(207,228,213)
#D6E7DB
(214,231,219)
#DDEAE1
(221,234,225)
#E4EDE7
(228,237,231)
#EBF0ED
(235,240,237)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD5B7 color. Also use rgb(172,213,183) instead hex code.

Text Font Color

.myTextColor { color: #ACD5B7; }

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

This text font color is #ACD5B7.


Background Color

.myBgColor { background-color: #ACD5B7; }

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

This div background color is #ACD5B7.


Border color

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

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

This div border color is #ACD5B7.


Opacity

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

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

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

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

This text has shadow with #ACD5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD5B7 on black background.


Color preview on white background

This text has color #ACD5B7 on white background.



Black color preview on #ACD5B7 background

This text has black color on #ACD5B7 background.


White color preview on #ACD5B7 background

This text has white color on #ACD5B7 background.