COLOR #ACBDA3

HEX: #ACBDA3
RGB: (172,189,163)

Color info

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

RGB color model

#ACBDA3 color RGB value is (172,189,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 163 of 255 = 64%

172
189
163

R + G + B ~ 68%. #ACBDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 163 = 524 (100%)
R 172 of 524 ~ 32.82%
G 189 of 524 ~ 36.07%
B 163 of 524 ~ 31.11%

%32.82
%36.07
%31.11

CMYK color model

#ACBDA3 color CMYK value is (9,0,14,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(9,0,14,26)
C9M0Y14K26 
(9%,0%,14%,26%)
(0.09/0.00/0.14/0.26)	

CMYK percentages

%8.99
%0
%13.76
%25.88

Codes

Color #ACBDA3 in popluar color models

ACBDA3
RGB172189163
HSL99°16.46%69.02%
HSB/HSV99°13.76%74.12%
CMYK8.99%0.00%13.76%
25.88%

Color #ACBDA3 in popluar number systems.

HEXACBDA3
Decimal172189163
Binary101011001011110110100011
Octal254275243

Shades and tints

Shades of #ACBDA3

#ACBDA3
(172,189,163)
#9DAC95
(157,172,149)
#8E9B87
(142,155,135)
#7F8A79
(127,138,121)
#70796B
(112,121,107)
#61685D
(97,104,93)
#52574F
(82,87,79)
#434641
(67,70,65)
#343533
(52,53,51)
#252425
(37,36,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACBDA3

#ACBDA3
(172,189,163)
#B3C3AB
(179,195,171)
#BAC9B3
(186,201,179)
#C1CFBB
(193,207,187)
#C8D5C3
(200,213,195)
#CFDBCB
(207,219,203)
#D6E1D3
(214,225,211)
#DDE7DB
(221,231,219)
#E4EDE3
(228,237,227)
#EBF3EB
(235,243,235)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDA3; }

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

This text font color is #ACBDA3.


Background Color

.myBgColor { background-color: #ACBDA3; }

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

This div background color is #ACBDA3.


Border color

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

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

This div border color is #ACBDA3.


Opacity

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

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

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

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

This text has shadow with #ACBDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDA3 on black background.


Color preview on white background

This text has color #ACBDA3 on white background.



Black color preview on #ACBDA3 background

This text has black color on #ACBDA3 background.


White color preview on #ACBDA3 background

This text has white color on #ACBDA3 background.