COLOR #ACCFEC

HEX: #ACCFEC RGB: (172,207,236)

Color info

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

RGB color model

#ACCFEC color RGB value is (172,207,236).

RGB: (172,207,236) (67%, 81%, 93%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 236 of 255 = 93%

172
207
236

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

Portions of RGB colors in percentages

R + G + B = 172 + 207 + 236 = 615 (100%)
R 172 of 615 ~ 27.97%
G 207 of 615 ~ 33.66%
B 236 of 615 ~ 38.37'%

%27.97
%33.66
%38.37

CMYK color model

#ACCFEC color CMYK value is (27,12,0,7).

  • cyan value is 27.12%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (27,12,0,7)
C27M12Y0K7 (27%, 12%, 0%, 7%)
(0.27 / 0.12 / 0.00 / 0.07)

CMYK percentages

%27.12
%12.29
%0
%7.45

Codes

Color #ACCFEC in popluar color models

AC CF EC
RGB 172 207 236
HSL 207° 62.75% 80.00%
HSB/HSV 207° 27.12% 92.55%
CMYK 27.12% 12.29% 0.00%
7.45%

Color #ACCFEC in popluar number systems.

HEX AC CF EC
Decimal 172 207 236
Binary 10101100 11001111 11101100
Octal 254 317 354

Shades and tints

Shades of #ACCFEC

#ACCFEC
(172,207,236)
#9DBDD7
(157,189,215)
#8EABC2
(142,171,194)
#7F99AD
(127,153,173)
#708798
(112,135,152)
#617583
(97,117,131)
#52636E
(82,99,110)
#435159
(67,81,89)
#343F44
(52,63,68)
#252D2F
(37,45,47)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #ACCFEC

#ACCFEC
(172,207,236)
#B3D3ED
(179,211,237)
#BAD7EE
(186,215,238)
#C1DBEF
(193,219,239)
#C8DFF0
(200,223,240)
#CFE3F1
(207,227,241)
#D6E7F2
(214,231,242)
#DDEBF3
(221,235,243)
#E4EFF4
(228,239,244)
#EBF3F5
(235,243,245)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCFEC color. Also use rgb(172,207,236) instead hex code.

Text Font Color

.myTextColor { color: #ACCFEC; }

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

This text font color is #ACCFEC.

Background Color

.myBgColor { background-color: #ACCFEC; }

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

This div background color is #ACCFEC.

Border color

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

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

This div border color is #ACCFEC.

Opacity

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

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

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

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

This text has shadow with #ACCFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCFEC.

Preview

Color preview on black background

This text has color #ACCFEC on black background.


Color preview on white background

This text has color #ACCFEC on white background.


Black color preview on #ACCFEC background

This text has black color on #ACCFEC background.


White color preview on #ACCFEC background

This text has white color on #ACCFEC background.


Related colors

Complementary color

Complementary color for #hex is #533013.


I love getcolorcode.com

Triadic colors

1 #ECACCF and #CFECAC with #ACCFEC are triadic colors.

2 #ECCFAC and #CFACEC with #ACCFEC are triadic colors.