COLOR #ACC7FE

HEX: #ACC7FE
RGB: (172,199,254)

Color info

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

RGB color model

#ACC7FE color RGB value is (172,199,254).

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

RGB channels and saturation

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

172
199
254

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

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 254 = 625 (100%)
R 172 of 625 ~ 27.52%
G 199 of 625 ~ 31.84%
B 254 of 625 ~ 40.64%

%27.52
%31.84
%40.64

CMYK color model

#ACC7FE color CMYK value is (32,22,0,0).

  • cyan value is 32.28%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(32,22,0,0)
C32M22Y0K0 
(32%,22%,0%,0%)
(0.32/0.22/0.00/0.00)	

CMYK percentages

%32.28
%21.65
%0
%0.39

Codes

Color #ACC7FE in popluar color models

ACC7FE
RGB172199254
HSL220°97.62%83.53%
HSB/HSV220°32.28%99.61%
CMYK32.28%21.65%0.00%
0.39%

Color #ACC7FE in popluar number systems.

HEXACC7FE
Decimal172199254
Binary101011001100011111111110
Octal254307376

Shades and tints

Shades of #ACC7FE

#ACC7FE
(172,199,254)
#9DB5E7
(157,181,231)
#8EA3D0
(142,163,208)
#7F91B9
(127,145,185)
#707FA2
(112,127,162)
#616D8B
(97,109,139)
#525B74
(82,91,116)
#43495D
(67,73,93)
#343746
(52,55,70)
#25252F
(37,37,47)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #ACC7FE

#ACC7FE
(172,199,254)
#B3CCFE
(179,204,254)
#BAD1FE
(186,209,254)
#C1D6FE
(193,214,254)
#C8DBFE
(200,219,254)
#CFE0FE
(207,224,254)
#D6E5FE
(214,229,254)
#DDEAFE
(221,234,254)
#E4EFFE
(228,239,254)
#EBF4FE
(235,244,254)
#F2F9FE
(242,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7FE; }

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

This text font color is #ACC7FE.


Background Color

.myBgColor { background-color: #ACC7FE; }

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

This div background color is #ACC7FE.


Border color

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

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

This div border color is #ACC7FE.


Opacity

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

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

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

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

This text has shadow with #ACC7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7FE on black background.


Color preview on white background

This text has color #ACC7FE on white background.



Black color preview on #ACC7FE background

This text has black color on #ACC7FE background.


White color preview on #ACC7FE background

This text has white color on #ACC7FE background.