COLOR #AC9EBF

HEX: #AC9EBF RGB: (172,158,191)

Color info

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

RGB color model

#AC9EBF color RGB value is (172,158,191).

RGB: (172,158,191) (67%, 62%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 191 of 255 = 75%

172
158
191

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

Portions of RGB colors in percentages

R + G + B = 172 + 158 + 191 = 521 (100%)
R 172 of 521 ~ 33.01%
G 158 of 521 ~ 30.33%
B 191 of 521 ~ 36.66'%

%33.01
%30.33
%36.66

CMYK color model

#AC9EBF color CMYK value is (10,17,0,25).

  • cyan value is 9.95%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (10,17,0,25)
C10M17Y0K25 (10%, 17%, 0%, 25%)
(0.10 / 0.17 / 0.00 / 0.25)

CMYK percentages

%9.95
%17.28
%0
%25.1

Codes

Color #AC9EBF in popluar color models

AC 9E BF
RGB 172 158 191
HSL 265° 20.50% 68.43%
HSB/HSV 265° 17.28% 74.90%
CMYK 9.95% 17.28% 0.00%
25.10%

Color #AC9EBF in popluar number systems.

HEX AC 9E BF
Decimal 172 158 191
Binary 10101100 10011110 10111111
Octal 254 236 277

Shades and tints

Shades of #AC9EBF

#AC9EBF
(172,158,191)
#9D90AE
(157,144,174)
#8E829D
(142,130,157)
#7F748C
(127,116,140)
#70667B
(112,102,123)
#61586A
(97,88,106)
#524A59
(82,74,89)
#433C48
(67,60,72)
#342E37
(52,46,55)
#252026
(37,32,38)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #AC9EBF

#AC9EBF
(172,158,191)
#B3A6C4
(179,166,196)
#BAAEC9
(186,174,201)
#C1B6CE
(193,182,206)
#C8BED3
(200,190,211)
#CFC6D8
(207,198,216)
#D6CEDD
(214,206,221)
#DDD6E2
(221,214,226)
#E4DEE7
(228,222,231)
#EBE6EC
(235,230,236)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9EBF color. Also use rgb(172,158,191) instead hex code.

Text Font Color

.myTextColor { color: #AC9EBF; }

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

This text font color is #AC9EBF.

Background Color

.myBgColor { background-color: #AC9EBF; }

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

This div background color is #AC9EBF.

Border color

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

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

This div border color is #AC9EBF.

Opacity

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

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

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

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

This text has shadow with #AC9EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9EBF.

Preview

Color preview on black background

This text has color #AC9EBF on black background.


Color preview on white background

This text has color #AC9EBF on white background.


Black color preview on #AC9EBF background

This text has black color on #AC9EBF background.


White color preview on #AC9EBF background

This text has white color on #AC9EBF background.


Related colors

Complementary color

Complementary color for #hex is #536140.


I love getcolorcode.com

Triadic colors

1 #BFAC9E and #9EBFAC with #AC9EBF are triadic colors.

2 #BF9EAC and #9EACBF with #AC9EBF are triadic colors.