COLOR #ACCEF6

HEX: #ACCEF6
RGB: (172,206,246)

Color info

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

RGB color model

#ACCEF6 color RGB value is (172,206,246).

  • red value is 172;
  • green value is 206;
  • blue value is 246.
RGB:
(172,206,246)
(67%,81%,96%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 246 of 255 = 96%

172
206
246

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 246 = 624 (100%)
R 172 of 624 ~ 27.56%
G 206 of 624 ~ 33.01%
B 246 of 624 ~ 39.42%

%27.56
%33.01
%39.42

CMYK color model

#ACCEF6 color CMYK value is (30,16,0,4).

  • cyan value is 30.08%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,16,0,4)
C30M16Y0K4 
(30%,16%,0%,4%)
(0.30/0.16/0.00/0.04)	

CMYK percentages

%30.08
%16.26
%0
%3.53

Codes

Color #ACCEF6 in popluar color models

ACCEF6
RGB172206246
HSL212°80.43%81.96%
HSB/HSV212°30.08%96.47%
CMYK30.08%16.26%0.00%
3.53%

Color #ACCEF6 in popluar number systems.

HEXACCEF6
Decimal172206246
Binary101011001100111011110110
Octal254316366

Shades and tints

Shades of #ACCEF6

#ACCEF6
(172,206,246)
#9DBCE0
(157,188,224)
#8EAACA
(142,170,202)
#7F98B4
(127,152,180)
#70869E
(112,134,158)
#617488
(97,116,136)
#526272
(82,98,114)
#43505C
(67,80,92)
#343E46
(52,62,70)
#252C30
(37,44,48)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #ACCEF6

#ACCEF6
(172,206,246)
#B3D2F6
(179,210,246)
#BAD6F6
(186,214,246)
#C1DAF6
(193,218,246)
#C8DEF6
(200,222,246)
#CFE2F6
(207,226,246)
#D6E6F6
(214,230,246)
#DDEAF6
(221,234,246)
#E4EEF6
(228,238,246)
#EBF2F6
(235,242,246)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEF6; }

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

This text font color is #ACCEF6.


Background Color

.myBgColor { background-color: #ACCEF6; }

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

This div background color is #ACCEF6.


Border color

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

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

This div border color is #ACCEF6.


Opacity

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

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

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

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

This text has shadow with #ACCEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEF6 on black background.


Color preview on white background

This text has color #ACCEF6 on white background.



Black color preview on #ACCEF6 background

This text has black color on #ACCEF6 background.


White color preview on #ACCEF6 background

This text has white color on #ACCEF6 background.