COLOR #ACBBD2

HEX: #ACBBD2
RGB: (172,187,210)

Color info

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

RGB color model

#ACBBD2 color RGB value is (172,187,210).

  • red value is 172;
  • green value is 187;
  • blue value is 210.
RGB:
(172,187,210)
(67%,73%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 210 of 255 = 82%

172
187
210

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

Portions of RGB colors in percentages

R + G + B =
172 + 187 + 210 = 569 (100%)
R 172 of 569 ~ 30.23%
G 187 of 569 ~ 32.86%
B 210 of 569 ~ 36.91%

%30.23
%32.86
%36.91

CMYK color model

#ACBBD2 color CMYK value is (18,11,0,18).

  • cyan value is 18.10%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(18,11,0,18)
C18M11Y0K18 
(18%,11%,0%,18%)
(0.18/0.11/0.00/0.18)	

CMYK percentages

%18.1
%10.95
%0
%17.65

Codes

Color #ACBBD2 in popluar color models

ACBBD2
RGB172187210
HSL216°29.69%74.90%
HSB/HSV216°18.10%82.35%
CMYK18.10%10.95%0.00%
17.65%

Color #ACBBD2 in popluar number systems.

HEXACBBD2
Decimal172187210
Binary101011001011101111010010
Octal254273322

Shades and tints

Shades of #ACBBD2

#ACBBD2
(172,187,210)
#9DAABF
(157,170,191)
#8E99AC
(142,153,172)
#7F8899
(127,136,153)
#707786
(112,119,134)
#616673
(97,102,115)
#525560
(82,85,96)
#43444D
(67,68,77)
#34333A
(52,51,58)
#252227
(37,34,39)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #ACBBD2

#ACBBD2
(172,187,210)
#B3C1D6
(179,193,214)
#BAC7DA
(186,199,218)
#C1CDDE
(193,205,222)
#C8D3E2
(200,211,226)
#CFD9E6
(207,217,230)
#D6DFEA
(214,223,234)
#DDE5EE
(221,229,238)
#E4EBF2
(228,235,242)
#EBF1F6
(235,241,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBBD2; }

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

This text font color is #ACBBD2.


Background Color

.myBgColor { background-color: #ACBBD2; }

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

This div background color is #ACBBD2.


Border color

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

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

This div border color is #ACBBD2.


Opacity

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

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

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

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

This text has shadow with #ACBBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBBD2 on black background.


Color preview on white background

This text has color #ACBBD2 on white background.



Black color preview on #ACBBD2 background

This text has black color on #ACBBD2 background.


White color preview on #ACBBD2 background

This text has white color on #ACBBD2 background.