COLOR #ACAFE6

HEX: #ACAFE6
RGB: (172,175,230)

Color info

#ACAFE6 contains red, green and blue colors in about the same proportion. Web safe color of #ACAFE6 is #9999CC (or #99C).

RGB color model

#ACAFE6 color RGB value is (172,175,230).

  • red value is 172;
  • green value is 175;
  • blue value is 230.
RGB:
(172,175,230)
(67%,69%,90%)

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 230 of 255 = 90%

172
175
230

R + G + B ~ 75%. #ACAFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 230 = 577 (100%)
R 172 of 577 ~ 29.81%
G 175 of 577 ~ 30.33%
B 230 of 577 ~ 39.86%

%29.81
%30.33
%39.86

CMYK color model

#ACAFE6 color CMYK value is (25,24,0,10).

  • cyan value is 25.22%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(25,24,0,10)
C25M24Y0K10 
(25%,24%,0%,10%)
(0.25/0.24/0.00/0.10)	

CMYK percentages

%25.22
%23.91
%0
%9.8

Codes

Color #ACAFE6 in popluar color models

ACAFE6
RGB172175230
HSL237°53.70%78.82%
HSB/HSV237°25.22%90.20%
CMYK25.22%23.91%0.00%
9.80%

Color #ACAFE6 in popluar number systems.

HEXACAFE6
Decimal172175230
Binary101011001010111111100110
Octal254257346

Shades and tints

Shades of #ACAFE6

#ACAFE6
(172,175,230)
#9DA0D2
(157,160,210)
#8E91BE
(142,145,190)
#7F82AA
(127,130,170)
#707396
(112,115,150)
#616482
(97,100,130)
#52556E
(82,85,110)
#43465A
(67,70,90)
#343746
(52,55,70)
#252832
(37,40,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #ACAFE6

#ACAFE6
(172,175,230)
#B3B6E8
(179,182,232)
#BABDEA
(186,189,234)
#C1C4EC
(193,196,236)
#C8CBEE
(200,203,238)
#CFD2F0
(207,210,240)
#D6D9F2
(214,217,242)
#DDE0F4
(221,224,244)
#E4E7F6
(228,231,246)
#EBEEF8
(235,238,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAFE6 color. Also use rgb(172,175,230) instead hex code.

Text Font Color

.myTextColor { color: #ACAFE6; }

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

This text font color is #ACAFE6.


Background Color

.myBgColor { background-color: #ACAFE6; }

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

This div background color is #ACAFE6.


Border color

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

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

This div border color is #ACAFE6.


Opacity

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

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

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

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

This text has shadow with #ACAFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAFE6 on black background.


Color preview on white background

This text has color #ACAFE6 on white background.



Black color preview on #ACAFE6 background

This text has black color on #ACAFE6 background.


White color preview on #ACAFE6 background

This text has white color on #ACAFE6 background.