COLOR #ACB7E6

HEX: #ACB7E6
RGB: (172,183,230)

Color info

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

RGB color model

#ACB7E6 color RGB value is (172,183,230).

  • red value is 172;
  • green value is 183;
  • blue value is 230.
RGB: (172,183,230) (67%,72%,90%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 230 of 255 = 90%

172
183
230

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 230 = 585 (100%)
R 172 of 585 ~ 29.4%
G 183 of 585 ~ 31.28%
B 230 of 585 ~ 39.32%

%29.4
%31.28
%39.32

CMYK color model

#ACB7E6 color CMYK value is (25,20,0,10).

  • cyan value is 25.22%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (25,20,0,10) C25M20Y0K10 (25%,20%,0%,10%) (0.25/0.20/0.00/0.10)

CMYK percentages

%25.22
%20.43
%0
%9.8

Codes

Color #ACB7E6 in popluar color models

ACB7E6
RGB172183230
HSL229°53.70%78.82%
HSB/HSV229°25.22%90.20%
CMYK25.22%20.43%0.00%
9.80%

Color #ACB7E6 in popluar number systems.

HEXACB7E6
Decimal172183230
Binary101011001011011111100110
Octal254267346

Shades and tints

Shades of #ACB7E6

#ACB7E6
(172,183,230)
#9DA7D2
(157,167,210)
#8E97BE
(142,151,190)
#7F87AA
(127,135,170)
#707796
(112,119,150)
#616782
(97,103,130)
#52576E
(82,87,110)
#43475A
(67,71,90)
#343746
(52,55,70)
#252732
(37,39,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #ACB7E6

#ACB7E6
(172,183,230)
#B3BDE8
(179,189,232)
#BAC3EA
(186,195,234)
#C1C9EC
(193,201,236)
#C8CFEE
(200,207,238)
#CFD5F0
(207,213,240)
#D6DBF2
(214,219,242)
#DDE1F4
(221,225,244)
#E4E7F6
(228,231,246)
#EBEDF8
(235,237,248)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB7E6 color. Also use rgb(172,183,230) instead hex code.

Text Font Color

.myTextColor { color: #ACB7E6; }

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

This text font color is #ACB7E6.


Background Color

.myBgColor { background-color: #ACB7E6; }

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

This div background color is #ACB7E6.


Border color

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

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

This div border color is #ACB7E6.


Opacity

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

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

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

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

This text has shadow with #ACB7E6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACB7E6 on black background.


Color preview on white background

This text has color #ACB7E6 on white background.



Black color preview on #ACB7E6 background

This text has black color on #ACB7E6 background.


White color preview on #ACB7E6 background

This text has white color on #ACB7E6 background.