COLOR #ACBEAD

HEX: #ACBEAD RGB: (172,190,173)

Color info

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

RGB color model

#ACBEAD color RGB value is (172,190,173).

RGB: (172,190,173) (67%, 75%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 173 of 255 = 68%

172
190
173

R + G + B ~ 70%. #ACBEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 173 = 535 (100%)
R 172 of 535 ~ 32.15%
G 190 of 535 ~ 35.51%
B 173 of 535 ~ 32.34'%

%32.15
%35.51
%32.34

CMYK color model

#ACBEAD color CMYK value is (9,0,9,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (9,0,9,25)
C9M0Y9K25 (9%, 0%, 9%, 25%)
(0.09 / 0.00 / 0.09 / 0.25)

CMYK percentages

%9.47
%0
%8.95
%25.49

Codes

Color #ACBEAD in popluar color models

AC BE AD
RGB 172 190 173
HSL 123° 12.16% 70.98%
HSB/HSV 123° 9.47% 74.51%
CMYK 9.47% 0.00% 8.95%
25.49%

Color #ACBEAD in popluar number systems.

HEX AC BE AD
Decimal 172 190 173
Binary 10101100 10111110 10101101
Octal 254 276 255

Shades and tints

Shades of #ACBEAD

#ACBEAD
(172,190,173)
#9DAD9E
(157,173,158)
#8E9C8F
(142,156,143)
#7F8B80
(127,139,128)
#707A71
(112,122,113)
#616962
(97,105,98)
#525853
(82,88,83)
#434744
(67,71,68)
#343635
(52,54,53)
#252526
(37,37,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACBEAD

#ACBEAD
(172,190,173)
#B3C3B4
(179,195,180)
#BAC8BB
(186,200,187)
#C1CDC2
(193,205,194)
#C8D2C9
(200,210,201)
#CFD7D0
(207,215,208)
#D6DCD7
(214,220,215)
#DDE1DE
(221,225,222)
#E4E6E5
(228,230,229)
#EBEBEC
(235,235,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBEAD color. Also use rgb(172,190,173) instead hex code.

Text Font Color

.myTextColor { color: #ACBEAD; }

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

This text font color is #ACBEAD.

Background Color

.myBgColor { background-color: #ACBEAD; }

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

This div background color is #ACBEAD.

Border color

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

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

This div border color is #ACBEAD.

Opacity

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

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

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

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

This text has shadow with #ACBEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEAD.

Preview

Color preview on black background

This text has color #ACBEAD on black background.


Color preview on white background

This text has color #ACBEAD on white background.


Black color preview on #ACBEAD background

This text has black color on #ACBEAD background.


White color preview on #ACBEAD background

This text has white color on #ACBEAD background.


Related colors

Complementary color

Complementary color for #hex is #534152.


I love getcolorcode.com

Triadic colors

1 #ADACBE and #BEADAC with #ACBEAD are triadic colors.

2 #ADBEAC and #BEACAD with #ACBEAD are triadic colors.