COLOR #ACBFDD

HEX: #ACBFDD
RGB: (172,191,221)

Color info

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

RGB color model

#ACBFDD color RGB value is (172,191,221).

  • red value is 172;
  • green value is 191;
  • blue value is 221.
RGB:
(172,191,221)
(67%,75%,87%)

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 221 of 255 = 87%

172
191
221

R + G + B ~ 76%. #ACBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 221 = 584 (100%)
R 172 of 584 ~ 29.45%
G 191 of 584 ~ 32.71%
B 221 of 584 ~ 37.84%

%29.45
%32.71
%37.84

CMYK color model

#ACBFDD color CMYK value is (22,14,0,13).

  • cyan value is 22.17%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(22,14,0,13)
C22M14Y0K13 
(22%,14%,0%,13%)
(0.22/0.14/0.00/0.13)	

CMYK percentages

%22.17
%13.57
%0
%13.33

Codes

Color #ACBFDD in popluar color models

ACBFDD
RGB172191221
HSL217°41.88%77.06%
HSB/HSV217°22.17%86.67%
CMYK22.17%13.57%0.00%
13.33%

Color #ACBFDD in popluar number systems.

HEXACBFDD
Decimal172191221
Binary101011001011111111011101
Octal254277335

Shades and tints

Shades of #ACBFDD

#ACBFDD
(172,191,221)
#9DAEC9
(157,174,201)
#8E9DB5
(142,157,181)
#7F8CA1
(127,140,161)
#707B8D
(112,123,141)
#616A79
(97,106,121)
#525965
(82,89,101)
#434851
(67,72,81)
#34373D
(52,55,61)
#252629
(37,38,41)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACBFDD

#ACBFDD
(172,191,221)
#B3C4E0
(179,196,224)
#BAC9E3
(186,201,227)
#C1CEE6
(193,206,230)
#C8D3E9
(200,211,233)
#CFD8EC
(207,216,236)
#D6DDEF
(214,221,239)
#DDE2F2
(221,226,242)
#E4E7F5
(228,231,245)
#EBECF8
(235,236,248)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBFDD; }

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

This text font color is #ACBFDD.


Background Color

.myBgColor { background-color: #ACBFDD; }

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

This div background color is #ACBFDD.


Border color

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

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

This div border color is #ACBFDD.


Opacity

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

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

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

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

This text has shadow with #ACBFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFDD on black background.


Color preview on white background

This text has color #ACBFDD on white background.



Black color preview on #ACBFDD background

This text has black color on #ACBFDD background.


White color preview on #ACBFDD background

This text has white color on #ACBFDD background.