COLOR #ACBBDF

HEX: #ACBBDF RGB: (172,187,223)

Color info

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

RGB color model

#ACBBDF color RGB value is (172,187,223).

RGB: (172,187,223) (67%, 73%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 223 of 255 = 87%

172
187
223

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 223 = 582 (100%)
R 172 of 582 ~ 29.55%
G 187 of 582 ~ 32.13%
B 223 of 582 ~ 38.32'%

%29.55
%32.13
%38.32

CMYK color model

#ACBBDF color CMYK value is (23,16,0,13).

  • cyan value is 22.87%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (23,16,0,13)
C23M16Y0K13 (23%, 16%, 0%, 13%)
(0.23 / 0.16 / 0.00 / 0.13)

CMYK percentages

%22.87
%16.14
%0
%12.55

Codes

Color #ACBBDF in popluar color models

AC BB DF
RGB 172 187 223
HSL 222° 44.35% 77.45%
HSB/HSV 222° 22.87% 87.45%
CMYK 22.87% 16.14% 0.00%
12.55%

Color #ACBBDF in popluar number systems.

HEX AC BB DF
Decimal 172 187 223
Binary 10101100 10111011 11011111
Octal 254 273 337

Shades and tints

Shades of #ACBBDF

#ACBBDF
(172,187,223)
#9DAACB
(157,170,203)
#8E99B7
(142,153,183)
#7F88A3
(127,136,163)
#70778F
(112,119,143)
#61667B
(97,102,123)
#525567
(82,85,103)
#434453
(67,68,83)
#34333F
(52,51,63)
#25222B
(37,34,43)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #ACBBDF

#ACBBDF
(172,187,223)
#B3C1E1
(179,193,225)
#BAC7E3
(186,199,227)
#C1CDE5
(193,205,229)
#C8D3E7
(200,211,231)
#CFD9E9
(207,217,233)
#D6DFEB
(214,223,235)
#DDE5ED
(221,229,237)
#E4EBEF
(228,235,239)
#EBF1F1
(235,241,241)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBBDF color. Also use rgb(172,187,223) instead hex code.

Text Font Color

.myTextColor { color: #ACBBDF; }

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

This text font color is #ACBBDF.

Background Color

.myBgColor { background-color: #ACBBDF; }

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

This div background color is #ACBBDF.

Border color

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

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

This div border color is #ACBBDF.

Opacity

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

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

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

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

This text has shadow with #ACBBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBBDF.

Preview

Color preview on black background

This text has color #ACBBDF on black background.


Color preview on white background

This text has color #ACBBDF on white background.


Black color preview on #ACBBDF background

This text has black color on #ACBBDF background.


White color preview on #ACBBDF background

This text has white color on #ACBBDF background.


Related colors

Complementary color

Complementary color for #hex is #534420.


I love getcolorcode.com

Triadic colors

1 #DFACBB and #BBDFAC with #ACBBDF are triadic colors.

2 #DFBBAC and #BBACDF with #ACBBDF are triadic colors.