COLOR #ACD5CB

HEX: #ACD5CB
RGB: (172,213,203)

Color info

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

RGB color model

#ACD5CB color RGB value is (172,213,203).

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

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 203 of 255 = 80%

172
213
203

R + G + B ~ 77%. #ACD5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 213 + 203 = 588 (100%)
R 172 of 588 ~ 29.25%
G 213 of 588 ~ 36.22%
B 203 of 588 ~ 34.52%

%29.25
%36.22
%34.52

CMYK color model

#ACD5CB color CMYK value is (19,0,5,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(19,0,5,16)
C19M0Y5K16 
(19%,0%,5%,16%)
(0.19/0.00/0.05/0.16)	

CMYK percentages

%19.25
%0
%4.69
%16.47

Codes

Color #ACD5CB in popluar color models

ACD5CB
RGB172213203
HSL165°32.80%75.49%
HSB/HSV165°19.25%83.53%
CMYK19.25%0.00%4.69%
16.47%

Color #ACD5CB in popluar number systems.

HEXACD5CB
Decimal172213203
Binary101011001101010111001011
Octal254325313

Shades and tints

Shades of #ACD5CB

#ACD5CB
(172,213,203)
#9DC2B9
(157,194,185)
#8EAFA7
(142,175,167)
#7F9C95
(127,156,149)
#708983
(112,137,131)
#617671
(97,118,113)
#52635F
(82,99,95)
#43504D
(67,80,77)
#343D3B
(52,61,59)
#252A29
(37,42,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACD5CB

#ACD5CB
(172,213,203)
#B3D8CF
(179,216,207)
#BADBD3
(186,219,211)
#C1DED7
(193,222,215)
#C8E1DB
(200,225,219)
#CFE4DF
(207,228,223)
#D6E7E3
(214,231,227)
#DDEAE7
(221,234,231)
#E4EDEB
(228,237,235)
#EBF0EF
(235,240,239)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD5CB; }

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

This text font color is #ACD5CB.


Background Color

.myBgColor { background-color: #ACD5CB; }

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

This div background color is #ACD5CB.


Border color

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

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

This div border color is #ACD5CB.


Opacity

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

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

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

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

This text has shadow with #ACD5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD5CB on black background.


Color preview on white background

This text has color #ACD5CB on white background.



Black color preview on #ACD5CB background

This text has black color on #ACD5CB background.


White color preview on #ACD5CB background

This text has white color on #ACD5CB background.