COLOR #ACD5BB

HEX: #ACD5BB RGB: (172,213,187)

Color info

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

RGB color model

#ACD5BB color RGB value is (172,213,187).

RGB: (172,213,187) (67%, 84%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 187 of 255 = 73%

172
213
187

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

Portions of RGB colors in percentages

R + G + B = 172 + 213 + 187 = 572 (100%)
R 172 of 572 ~ 30.07%
G 213 of 572 ~ 37.24%
B 187 of 572 ~ 32.69'%

%30.07
%37.24
%32.69

CMYK color model

#ACD5BB color CMYK value is (19,0,12,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (19,0,12,16)
C19M0Y12K16 (19%, 0%, 12%, 16%)
(0.19 / 0.00 / 0.12 / 0.16)

CMYK percentages

%19.25
%0
%12.21
%16.47

Codes

Color #ACD5BB in popluar color models

AC D5 BB
RGB 172 213 187
HSL 142° 32.80% 75.49%
HSB/HSV 142° 19.25% 83.53%
CMYK 19.25% 0.00% 12.21%
16.47%

Color #ACD5BB in popluar number systems.

HEX AC D5 BB
Decimal 172 213 187
Binary 10101100 11010101 10111011
Octal 254 325 273

Shades and tints

Shades of #ACD5BB

#ACD5BB
(172,213,187)
#9DC2AA
(157,194,170)
#8EAF99
(142,175,153)
#7F9C88
(127,156,136)
#708977
(112,137,119)
#617666
(97,118,102)
#526355
(82,99,85)
#435044
(67,80,68)
#343D33
(52,61,51)
#252A22
(37,42,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACD5BB

#ACD5BB
(172,213,187)
#B3D8C1
(179,216,193)
#BADBC7
(186,219,199)
#C1DECD
(193,222,205)
#C8E1D3
(200,225,211)
#CFE4D9
(207,228,217)
#D6E7DF
(214,231,223)
#DDEAE5
(221,234,229)
#E4EDEB
(228,237,235)
#EBF0F1
(235,240,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD5BB; }

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

This text font color is #ACD5BB.

Background Color

.myBgColor { background-color: #ACD5BB; }

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

This div background color is #ACD5BB.

Border color

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

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

This div border color is #ACD5BB.

Opacity

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

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

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

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

This text has shadow with #ACD5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD5BB.

Preview

Color preview on black background

This text has color #ACD5BB on black background.


Color preview on white background

This text has color #ACD5BB on white background.


Black color preview on #ACD5BB background

This text has black color on #ACD5BB background.


White color preview on #ACD5BB background

This text has white color on #ACD5BB background.


Related colors

Complementary color

Complementary color for #hex is #532A44.


I love getcolorcode.com

Triadic colors

1 #BBACD5 and #D5BBAC with #ACD5BB are triadic colors.

2 #BBD5AC and #D5ACBB with #ACD5BB are triadic colors.