COLOR #ACD0BD

HEX: #ACD0BD
RGB: (172,208,189)

Color info

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

RGB color model

#ACD0BD color RGB value is (172,208,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 208 of 255 = 82%
B 189 of 255 = 74%

172
208
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 208 + 189 = 569 (100%)
R 172 of 569 ~ 30.23%
G 208 of 569 ~ 36.56%
B 189 of 569 ~ 33.22%

%30.23
%36.56
%33.22

CMYK color model

#ACD0BD color CMYK value is (17,0,9,18).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(17,0,9,18)
C17M0Y9K18 
(17%,0%,9%,18%)
(0.17/0.00/0.09/0.18)	

CMYK percentages

%17.31
%0
%9.13
%18.43

Codes

Color #ACD0BD in popluar color models

ACD0BD
RGB172208189
HSL148°27.69%74.51%
HSB/HSV148°17.31%81.57%
CMYK17.31%0.00%9.13%
18.43%

Color #ACD0BD in popluar number systems.

HEXACD0BD
Decimal172208189
Binary101011001101000010111101
Octal254320275

Shades and tints

Shades of #ACD0BD

#ACD0BD
(172,208,189)
#9DBEAC
(157,190,172)
#8EAC9B
(142,172,155)
#7F9A8A
(127,154,138)
#708879
(112,136,121)
#617668
(97,118,104)
#526457
(82,100,87)
#435246
(67,82,70)
#344035
(52,64,53)
#252E24
(37,46,36)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #ACD0BD

#ACD0BD
(172,208,189)
#B3D4C3
(179,212,195)
#BAD8C9
(186,216,201)
#C1DCCF
(193,220,207)
#C8E0D5
(200,224,213)
#CFE4DB
(207,228,219)
#D6E8E1
(214,232,225)
#DDECE7
(221,236,231)
#E4F0ED
(228,240,237)
#EBF4F3
(235,244,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD0BD; }

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

This text font color is #ACD0BD.


Background Color

.myBgColor { background-color: #ACD0BD; }

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

This div background color is #ACD0BD.


Border color

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

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

This div border color is #ACD0BD.


Opacity

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

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

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

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

This text has shadow with #ACD0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD0BD on black background.


Color preview on white background

This text has color #ACD0BD on white background.



Black color preview on #ACD0BD background

This text has black color on #ACD0BD background.


White color preview on #ACD0BD background

This text has white color on #ACD0BD background.