COLOR #ACBDEE

HEX: #ACBDEE RGB: (172,189,238)

Color info

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

RGB color model

#ACBDEE color RGB value is (172,189,238).

RGB: (172,189,238) (67%, 74%, 93%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 238 of 255 = 93%

172
189
238

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

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 238 = 599 (100%)
R 172 of 599 ~ 28.71%
G 189 of 599 ~ 31.55%
B 238 of 599 ~ 39.73'%

%28.71
%31.55
%39.73

CMYK color model

#ACBDEE color CMYK value is (28,21,0,7).

  • cyan value is 27.73%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (28,21,0,7)
C28M21Y0K7 (28%, 21%, 0%, 7%)
(0.28 / 0.21 / 0.00 / 0.07)

CMYK percentages

%27.73
%20.59
%0
%6.67

Codes

Color #ACBDEE in popluar color models

AC BD EE
RGB 172 189 238
HSL 225° 66.00% 80.39%
HSB/HSV 225° 27.73% 93.33%
CMYK 27.73% 20.59% 0.00%
6.67%

Color #ACBDEE in popluar number systems.

HEX AC BD EE
Decimal 172 189 238
Binary 10101100 10111101 11101110
Octal 254 275 356

Shades and tints

Shades of #ACBDEE

#ACBDEE
(172,189,238)
#9DACD9
(157,172,217)
#8E9BC4
(142,155,196)
#7F8AAF
(127,138,175)
#70799A
(112,121,154)
#616885
(97,104,133)
#525770
(82,87,112)
#43465B
(67,70,91)
#343546
(52,53,70)
#252431
(37,36,49)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #ACBDEE

#ACBDEE
(172,189,238)
#B3C3EF
(179,195,239)
#BAC9F0
(186,201,240)
#C1CFF1
(193,207,241)
#C8D5F2
(200,213,242)
#CFDBF3
(207,219,243)
#D6E1F4
(214,225,244)
#DDE7F5
(221,231,245)
#E4EDF6
(228,237,246)
#EBF3F7
(235,243,247)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBDEE; }

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

This text font color is #ACBDEE.

Background Color

.myBgColor { background-color: #ACBDEE; }

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

This div background color is #ACBDEE.

Border color

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

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

This div border color is #ACBDEE.

Opacity

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

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

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

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

This text has shadow with #ACBDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBDEE.

Preview

Color preview on black background

This text has color #ACBDEE on black background.


Color preview on white background

This text has color #ACBDEE on white background.


Black color preview on #ACBDEE background

This text has black color on #ACBDEE background.


White color preview on #ACBDEE background

This text has white color on #ACBDEE background.


Related colors

Complementary color

Complementary color for #hex is #534211.


I love getcolorcode.com

Triadic colors

1 #EEACBD and #BDEEAC with #ACBDEE are triadic colors.

2 #EEBDAC and #BDACEE with #ACBDEE are triadic colors.