COLOR #ACBCEA

HEX: #ACBCEA
RGB: (172,188,234)

Color info

#ACBCEA contains mainly green and blue colors. Web safe color of #ACBCEA is #99CCFF (or #9CF).

RGB color model

#ACBCEA color RGB value is (172,188,234).

  • red value is 172;
  • green value is 188;
  • blue value is 234.
RGB:
(172,188,234)
(67%,74%,92%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 234 of 255 = 92%

172
188
234

R + G + B ~ 78%. #ACBCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 234 = 594 (100%)
R 172 of 594 ~ 28.96%
G 188 of 594 ~ 31.65%
B 234 of 594 ~ 39.39%

%28.96
%31.65
%39.39

CMYK color model

#ACBCEA color CMYK value is (26,20,0,8).

  • cyan value is 26.50%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(26,20,0,8)
C26M20Y0K8 
(26%,20%,0%,8%)
(0.26/0.20/0.00/0.08)	

CMYK percentages

%26.5
%19.66
%0
%8.24

Codes

Color #ACBCEA in popluar color models

ACBCEA
RGB172188234
HSL225°59.62%79.61%
HSB/HSV225°26.50%91.76%
CMYK26.50%19.66%0.00%
8.24%

Color #ACBCEA in popluar number systems.

HEXACBCEA
Decimal172188234
Binary101011001011110011101010
Octal254274352

Shades and tints

Shades of #ACBCEA

#ACBCEA
(172,188,234)
#9DABD5
(157,171,213)
#8E9AC0
(142,154,192)
#7F89AB
(127,137,171)
#707896
(112,120,150)
#616781
(97,103,129)
#52566C
(82,86,108)
#434557
(67,69,87)
#343442
(52,52,66)
#25232D
(37,35,45)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #ACBCEA

#ACBCEA
(172,188,234)
#B3C2EB
(179,194,235)
#BAC8EC
(186,200,236)
#C1CEED
(193,206,237)
#C8D4EE
(200,212,238)
#CFDAEF
(207,218,239)
#D6E0F0
(214,224,240)
#DDE6F1
(221,230,241)
#E4ECF2
(228,236,242)
#EBF2F3
(235,242,243)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBCEA color. Also use rgb(172,188,234) instead hex code.

Text Font Color

.myTextColor { color: #ACBCEA; }

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

This text font color is #ACBCEA.


Background Color

.myBgColor { background-color: #ACBCEA; }

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

This div background color is #ACBCEA.


Border color

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

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

This div border color is #ACBCEA.


Opacity

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

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

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

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

This text has shadow with #ACBCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCEA on black background.


Color preview on white background

This text has color #ACBCEA on white background.



Black color preview on #ACBCEA background

This text has black color on #ACBCEA background.


White color preview on #ACBCEA background

This text has white color on #ACBCEA background.