COLOR #ACC7FF

HEX: #ACC7FF
RGB: (172,199,255)

Color info

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

RGB color model

#ACC7FF color RGB value is (172,199,255).

  • red value is 172;
  • green value is 199;
  • blue value is 255.
RGB:
(172,199,255)
(67%,78%,100%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 255 of 255 = 100%

172
199
255

R + G + B ~ 82%. #ACC7FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 255 = 626 (100%)
R 172 of 626 ~ 27.48%
G 199 of 626 ~ 31.79%
B 255 of 626 ~ 40.73%

%27.48
%31.79
%40.73

CMYK color model

#ACC7FF color CMYK value is (33,22,0,0).

  • cyan value is 32.55%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,22,0,0)
C33M22Y0K0 
(33%,22%,0%,0%)
(0.33/0.22/0.00/0.00)	

CMYK percentages

%32.55
%21.96
%0
%0

Codes

Color #ACC7FF in popluar color models

ACC7FF
RGB172199255
HSL220°100.00%83.73%
HSB/HSV220°32.55%100.00%
CMYK32.55%21.96%0.00%
0.00%

Color #ACC7FF in popluar number systems.

HEXACC7FF
Decimal172199255
Binary101011001100011111111111
Octal254307377

Shades and tints

Shades of #ACC7FF

#ACC7FF
(172,199,255)
#9DB5E8
(157,181,232)
#8EA3D1
(142,163,209)
#7F91BA
(127,145,186)
#707FA3
(112,127,163)
#616D8C
(97,109,140)
#525B75
(82,91,117)
#43495E
(67,73,94)
#343747
(52,55,71)
#252530
(37,37,48)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #ACC7FF

#ACC7FF
(172,199,255)
#B3CCFF
(179,204,255)
#BAD1FF
(186,209,255)
#C1D6FF
(193,214,255)
#C8DBFF
(200,219,255)
#CFE0FF
(207,224,255)
#D6E5FF
(214,229,255)
#DDEAFF
(221,234,255)
#E4EFFF
(228,239,255)
#EBF4FF
(235,244,255)
#F2F9FF
(242,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC7FF color. Also use rgb(172,199,255) instead hex code.

Text Font Color

.myTextColor { color: #ACC7FF; }

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

This text font color is #ACC7FF.


Background Color

.myBgColor { background-color: #ACC7FF; }

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

This div background color is #ACC7FF.


Border color

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

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

This div border color is #ACC7FF.


Opacity

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

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

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

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

This text has shadow with #ACC7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7FF on black background.


Color preview on white background

This text has color #ACC7FF on white background.



Black color preview on #ACC7FF background

This text has black color on #ACC7FF background.


White color preview on #ACC7FF background

This text has white color on #ACC7FF background.