COLOR #ACC2FB

HEX: #ACC2FB RGB: (172,194,251)

Color info

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

RGB color model

#ACC2FB color RGB value is (172,194,251).

RGB: (172,194,251) (67%, 76%, 98%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 251 of 255 = 98%

172
194
251

R + G + B ~ 80%. #ACC2FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 251 = 617 (100%)
R 172 of 617 ~ 27.88%
G 194 of 617 ~ 31.44%
B 251 of 617 ~ 40.68'%

%27.88
%31.44
%40.68

CMYK color model

#ACC2FB color CMYK value is (31,23,0,2).

  • cyan value is 31.47%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (31,23,0,2)
C31M23Y0K2 (31%, 23%, 0%, 2%)
(0.31 / 0.23 / 0.00 / 0.02)

CMYK percentages

%31.47
%22.71
%0
%1.57

Codes

Color #ACC2FB in popluar color models

AC C2 FB
RGB 172 194 251
HSL 223° 90.80% 82.94%
HSB/HSV 223° 31.47% 98.43%
CMYK 31.47% 22.71% 0.00%
1.57%

Color #ACC2FB in popluar number systems.

HEX AC C2 FB
Decimal 172 194 251
Binary 10101100 11000010 11111011
Octal 254 302 373

Shades and tints

Shades of #ACC2FB

#ACC2FB
(172,194,251)
#9DB1E5
(157,177,229)
#8EA0CF
(142,160,207)
#7F8FB9
(127,143,185)
#707EA3
(112,126,163)
#616D8D
(97,109,141)
#525C77
(82,92,119)
#434B61
(67,75,97)
#343A4B
(52,58,75)
#252935
(37,41,53)
#16181F
(22,24,31)
#000000
(0,0,0)

Tints of #ACC2FB

#ACC2FB
(172,194,251)
#B3C7FB
(179,199,251)
#BACCFB
(186,204,251)
#C1D1FB
(193,209,251)
#C8D6FB
(200,214,251)
#CFDBFB
(207,219,251)
#D6E0FB
(214,224,251)
#DDE5FB
(221,229,251)
#E4EAFB
(228,234,251)
#EBEFFB
(235,239,251)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2FB color. Also use rgb(172,194,251) instead hex code.

Text Font Color

.myTextColor { color: #ACC2FB; }

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

This text font color is #ACC2FB.

Background Color

.myBgColor { background-color: #ACC2FB; }

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

This div background color is #ACC2FB.

Border color

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

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

This div border color is #ACC2FB.

Opacity

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

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

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

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

This text has shadow with #ACC2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC2FB.

Preview

Color preview on black background

This text has color #ACC2FB on black background.


Color preview on white background

This text has color #ACC2FB on white background.


Black color preview on #ACC2FB background

This text has black color on #ACC2FB background.


White color preview on #ACC2FB background

This text has white color on #ACC2FB background.


Related colors

Complementary color

Complementary color for #hex is #533D04.


I love getcolorcode.com

Triadic colors

1 #FBACC2 and #C2FBAC with #ACC2FB are triadic colors.

2 #FBC2AC and #C2ACFB with #ACC2FB are triadic colors.