COLOR #ACB5D5

HEX: #ACB5D5
RGB: (172,181,213)

Color info

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

RGB color model

#ACB5D5 color RGB value is (172,181,213).

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

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 213 of 255 = 84%

172
181
213

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

Portions of RGB colors in percentages

R + G + B =
172 + 181 + 213 = 566 (100%)
R 172 of 566 ~ 30.39%
G 181 of 566 ~ 31.98%
B 213 of 566 ~ 37.63%

%30.39
%31.98
%37.63

CMYK color model

#ACB5D5 color CMYK value is (19,15,0,16).

  • cyan value is 19.25%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,15,0,16)
C19M15Y0K16 
(19%,15%,0%,16%)
(0.19/0.15/0.00/0.16)	

CMYK percentages

%19.25
%15.02
%0
%16.47

Codes

Color #ACB5D5 in popluar color models

ACB5D5
RGB172181213
HSL227°32.80%75.49%
HSB/HSV227°19.25%83.53%
CMYK19.25%15.02%0.00%
16.47%

Color #ACB5D5 in popluar number systems.

HEXACB5D5
Decimal172181213
Binary101011001011010111010101
Octal254265325

Shades and tints

Shades of #ACB5D5

#ACB5D5
(172,181,213)
#9DA5C2
(157,165,194)
#8E95AF
(142,149,175)
#7F859C
(127,133,156)
#707589
(112,117,137)
#616576
(97,101,118)
#525563
(82,85,99)
#434550
(67,69,80)
#34353D
(52,53,61)
#25252A
(37,37,42)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACB5D5

#ACB5D5
(172,181,213)
#B3BBD8
(179,187,216)
#BAC1DB
(186,193,219)
#C1C7DE
(193,199,222)
#C8CDE1
(200,205,225)
#CFD3E4
(207,211,228)
#D6D9E7
(214,217,231)
#DDDFEA
(221,223,234)
#E4E5ED
(228,229,237)
#EBEBF0
(235,235,240)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5D5; }

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

This text font color is #ACB5D5.


Background Color

.myBgColor { background-color: #ACB5D5; }

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

This div background color is #ACB5D5.


Border color

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

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

This div border color is #ACB5D5.


Opacity

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

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

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

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

This text has shadow with #ACB5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB5D5 on black background.


Color preview on white background

This text has color #ACB5D5 on white background.



Black color preview on #ACB5D5 background

This text has black color on #ACB5D5 background.


White color preview on #ACB5D5 background

This text has white color on #ACB5D5 background.