COLOR #ACBDF5

HEX: #ACBDF5 RGB: (172,189,245)

Color info

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

RGB color model

#ACBDF5 color RGB value is (172,189,245).

RGB: (172,189,245) (67%, 74%, 96%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 245 of 255 = 96%

172
189
245

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

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 245 = 606 (100%)
R 172 of 606 ~ 28.38%
G 189 of 606 ~ 31.19%
B 245 of 606 ~ 40.43'%

%28.38
%31.19
%40.43

CMYK color model

#ACBDF5 color CMYK value is (30,23,0,4).

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

CMYK: (30,23,0,4)
C30M23Y0K4 (30%, 23%, 0%, 4%)
(0.30 / 0.23 / 0.00 / 0.04)

CMYK percentages

%29.8
%22.86
%0
%3.92

Codes

Color #ACBDF5 in popluar color models

AC BD F5
RGB 172 189 245
HSL 226° 78.49% 81.76%
HSB/HSV 226° 29.80% 96.08%
CMYK 29.80% 22.86% 0.00%
3.92%

Color #ACBDF5 in popluar number systems.

HEX AC BD F5
Decimal 172 189 245
Binary 10101100 10111101 11110101
Octal 254 275 365

Shades and tints

Shades of #ACBDF5

#ACBDF5
(172,189,245)
#9DACDF
(157,172,223)
#8E9BC9
(142,155,201)
#7F8AB3
(127,138,179)
#70799D
(112,121,157)
#616887
(97,104,135)
#525771
(82,87,113)
#43465B
(67,70,91)
#343545
(52,53,69)
#25242F
(37,36,47)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #ACBDF5

#ACBDF5
(172,189,245)
#B3C3F5
(179,195,245)
#BAC9F5
(186,201,245)
#C1CFF5
(193,207,245)
#C8D5F5
(200,213,245)
#CFDBF5
(207,219,245)
#D6E1F5
(214,225,245)
#DDE7F5
(221,231,245)
#E4EDF5
(228,237,245)
#EBF3F5
(235,243,245)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDF5; }

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

This text font color is #ACBDF5.

Background Color

.myBgColor { background-color: #ACBDF5; }

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

This div background color is #ACBDF5.

Border color

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

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

This div border color is #ACBDF5.

Opacity

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

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

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

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

This text has shadow with #ACBDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBDF5.

Preview

Color preview on black background

This text has color #ACBDF5 on black background.


Color preview on white background

This text has color #ACBDF5 on white background.


Black color preview on #ACBDF5 background

This text has black color on #ACBDF5 background.


White color preview on #ACBDF5 background

This text has white color on #ACBDF5 background.


Related colors

Complementary color

Complementary color for #hex is #53420A.


I love getcolorcode.com

Triadic colors

1 #F5ACBD and #BDF5AC with #ACBDF5 are triadic colors.

2 #F5BDAC and #BDACF5 with #ACBDF5 are triadic colors.