COLOR #ACCEF1

HEX: #ACCEF1 RGB: (172,206,241)

Color info

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

RGB color model

#ACCEF1 color RGB value is (172,206,241).

RGB: (172,206,241) (67%, 81%, 95%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 241 of 255 = 95%

172
206
241

R + G + B ~ 81%. #ACCEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 206 + 241 = 619 (100%)
R 172 of 619 ~ 27.79%
G 206 of 619 ~ 33.28%
B 241 of 619 ~ 38.93'%

%27.79
%33.28
%38.93

CMYK color model

#ACCEF1 color CMYK value is (29,15,0,5).

  • cyan value is 28.63%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (29,15,0,5)
C29M15Y0K5 (29%, 15%, 0%, 5%)
(0.29 / 0.15 / 0.00 / 0.05)

CMYK percentages

%28.63
%14.52
%0
%5.49

Codes

Color #ACCEF1 in popluar color models

AC CE F1
RGB 172 206 241
HSL 210° 71.13% 80.98%
HSB/HSV 210° 28.63% 94.51%
CMYK 28.63% 14.52% 0.00%
5.49%

Color #ACCEF1 in popluar number systems.

HEX AC CE F1
Decimal 172 206 241
Binary 10101100 11001110 11110001
Octal 254 316 361

Shades and tints

Shades of #ACCEF1

#ACCEF1
(172,206,241)
#9DBCDC
(157,188,220)
#8EAAC7
(142,170,199)
#7F98B2
(127,152,178)
#70869D
(112,134,157)
#617488
(97,116,136)
#526273
(82,98,115)
#43505E
(67,80,94)
#343E49
(52,62,73)
#252C34
(37,44,52)
#161A1F
(22,26,31)
#000000
(0,0,0)

Tints of #ACCEF1

#ACCEF1
(172,206,241)
#B3D2F2
(179,210,242)
#BAD6F3
(186,214,243)
#C1DAF4
(193,218,244)
#C8DEF5
(200,222,245)
#CFE2F6
(207,226,246)
#D6E6F7
(214,230,247)
#DDEAF8
(221,234,248)
#E4EEF9
(228,238,249)
#EBF2FA
(235,242,250)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCEF1 color. Also use rgb(172,206,241) instead hex code.

Text Font Color

.myTextColor { color: #ACCEF1; }

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

This text font color is #ACCEF1.

Background Color

.myBgColor { background-color: #ACCEF1; }

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

This div background color is #ACCEF1.

Border color

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

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

This div border color is #ACCEF1.

Opacity

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

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

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

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

This text has shadow with #ACCEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCEF1.

Preview

Color preview on black background

This text has color #ACCEF1 on black background.


Color preview on white background

This text has color #ACCEF1 on white background.


Black color preview on #ACCEF1 background

This text has black color on #ACCEF1 background.


White color preview on #ACCEF1 background

This text has white color on #ACCEF1 background.


Related colors

Complementary color

Complementary color for #hex is #53310E.


I love getcolorcode.com

Triadic colors

1 #F1ACCE and #CEF1AC with #ACCEF1 are triadic colors.

2 #F1CEAC and #CEACF1 with #ACCEF1 are triadic colors.