COLOR #ACB1EB

HEX: #ACB1EB RGB: (172,177,235)

Color info

#ACB1EB contains mainly green and blue colors. Web safe color of #ACB1EB is #9999FF (or #99F).

RGB color model

#ACB1EB color RGB value is (172,177,235).

RGB: (172,177,235) (67%, 69%, 92%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 235 of 255 = 92%

172
177
235

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

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 235 = 584 (100%)
R 172 of 584 ~ 29.45%
G 177 of 584 ~ 30.31%
B 235 of 584 ~ 40.24'%

%29.45
%30.31
%40.24

CMYK color model

#ACB1EB color CMYK value is (27,25,0,8).

  • cyan value is 26.81%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (27,25,0,8) C27M25Y0K8 (27%,25%,0%,8%) (0.27/0.25/0.00/0.08) 

CMYK percentages

%26.81
%24.68
%0
%7.84

Codes

Color #ACB1EB in popluar color models

AC B1 EB
RGB 172 177 235
HSL 235° 61.17% 79.80%
HSB/HSV 235° 26.81% 92.16%
CMYK 26.81% 24.68% 0.00%
7.84%

Color #ACB1EB in popluar number systems.

HEX AC B1 EB
Decimal 172 177 235
Binary 10101100 10110001 11101011
Octal 254 261 353

Shades and tints

Shades of #ACB1EB

#ACB1EB
(172,177,235)
#9DA1D6
(157,161,214)
#8E91C1
(142,145,193)
#7F81AC
(127,129,172)
#707197
(112,113,151)
#616182
(97,97,130)
#52516D
(82,81,109)
#434158
(67,65,88)
#343143
(52,49,67)
#25212E
(37,33,46)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #ACB1EB

#ACB1EB
(172,177,235)
#B3B8EC
(179,184,236)
#BABFED
(186,191,237)
#C1C6EE
(193,198,238)
#C8CDEF
(200,205,239)
#CFD4F0
(207,212,240)
#D6DBF1
(214,219,241)
#DDE2F2
(221,226,242)
#E4E9F3
(228,233,243)
#EBF0F4
(235,240,244)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB1EB color. Also use rgb(172,177,235) instead hex code.

Text Font Color

.myTextColor { color: #ACB1EB; }

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

This text font color is #ACB1EB.

Background Color

.myBgColor { background-color: #ACB1EB; }

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

This div background color is #ACB1EB.

Border color

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

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

This div border color is #ACB1EB.

Opacity

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

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

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

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

This text has shadow with #ACB1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB1EB.

Preview

Color preview on black background

This text has color #ACB1EB on black background.


Color preview on white background

This text has color #ACB1EB on white background.


Black color preview on #ACB1EB background

This text has black color on #ACB1EB background.


White color preview on #ACB1EB background

This text has white color on #ACB1EB background.


Related colors

Complementary color

Complementary color for #hex is #534E14.


I love getcolorcode.com

Triadic colors

1 #EBACB1 and #B1EBAC with #ACB1EB are triadic colors.

2 #EBB1AC and #B1ACEB with #ACB1EB are triadic colors.