COLOR #ACBEF5

HEX: #ACBEF5 RGB: (172,190,245)

Color info

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

RGB color model

#ACBEF5 color RGB value is (172,190,245).

RGB: (172,190,245) (67%, 75%, 96%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 245 of 255 = 96%

172
190
245

R + G + B ~ 79%. #ACBEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 245 = 607 (100%)
R 172 of 607 ~ 28.34%
G 190 of 607 ~ 31.3%
B 245 of 607 ~ 40.36'%

%28.34
%31.3
%40.36

CMYK color model

#ACBEF5 color CMYK value is (30,22,0,4).

  • cyan value is 29.80%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (30,22,0,4)
C30M22Y0K4 (30%, 22%, 0%, 4%)
(0.30 / 0.22 / 0.00 / 0.04)

CMYK percentages

%29.8
%22.45
%0
%3.92

Codes

Color #ACBEF5 in popluar color models

AC BE F5
RGB 172 190 245
HSL 225° 78.49% 81.76%
HSB/HSV 225° 29.80% 96.08%
CMYK 29.80% 22.45% 0.00%
3.92%

Color #ACBEF5 in popluar number systems.

HEX AC BE F5
Decimal 172 190 245
Binary 10101100 10111110 11110101
Octal 254 276 365

Shades and tints

Shades of #ACBEF5

#ACBEF5
(172,190,245)
#9DADDF
(157,173,223)
#8E9CC9
(142,156,201)
#7F8BB3
(127,139,179)
#707A9D
(112,122,157)
#616987
(97,105,135)
#525871
(82,88,113)
#43475B
(67,71,91)
#343645
(52,54,69)
#25252F
(37,37,47)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACBEF5

#ACBEF5
(172,190,245)
#B3C3F5
(179,195,245)
#BAC8F5
(186,200,245)
#C1CDF5
(193,205,245)
#C8D2F5
(200,210,245)
#CFD7F5
(207,215,245)
#D6DCF5
(214,220,245)
#DDE1F5
(221,225,245)
#E4E6F5
(228,230,245)
#EBEBF5
(235,235,245)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBEF5 color. Also use rgb(172,190,245) instead hex code.

Text Font Color

.myTextColor { color: #ACBEF5; }

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

This text font color is #ACBEF5.

Background Color

.myBgColor { background-color: #ACBEF5; }

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

This div background color is #ACBEF5.

Border color

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

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

This div border color is #ACBEF5.

Opacity

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

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

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

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

This text has shadow with #ACBEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEF5.

Preview

Color preview on black background

This text has color #ACBEF5 on black background.


Color preview on white background

This text has color #ACBEF5 on white background.


Black color preview on #ACBEF5 background

This text has black color on #ACBEF5 background.


White color preview on #ACBEF5 background

This text has white color on #ACBEF5 background.


Related colors

Complementary color

Complementary color for #hex is #53410A.


I love getcolorcode.com

Triadic colors

1 #F5ACBE and #BEF5AC with #ACBEF5 are triadic colors.

2 #F5BEAC and #BEACF5 with #ACBEF5 are triadic colors.