COLOR #ACCEFD

HEX: #ACCEFD
RGB: (172,206,253)

Color info

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

RGB color model

#ACCEFD color RGB value is (172,206,253).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 253 of 255 = 99%

172
206
253

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 253 = 631 (100%)
R 172 of 631 ~ 27.26%
G 206 of 631 ~ 32.65%
B 253 of 631 ~ 40.1%

%27.26
%32.65
%40.1

CMYK color model

#ACCEFD color CMYK value is (32,19,0,1).

  • cyan value is 32.02%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(32,19,0,1)
C32M19Y0K1 
(32%,19%,0%,1%)
(0.32/0.19/0.00/0.01)	

CMYK percentages

%32.02
%18.58
%0
%0.78

Codes

Color #ACCEFD in popluar color models

ACCEFD
RGB172206253
HSL215°95.29%83.33%
HSB/HSV215°32.02%99.22%
CMYK32.02%18.58%0.00%
0.78%

Color #ACCEFD in popluar number systems.

HEXACCEFD
Decimal172206253
Binary101011001100111011111101
Octal254316375

Shades and tints

Shades of #ACCEFD

#ACCEFD
(172,206,253)
#9DBCE6
(157,188,230)
#8EAACF
(142,170,207)
#7F98B8
(127,152,184)
#7086A1
(112,134,161)
#61748A
(97,116,138)
#526273
(82,98,115)
#43505C
(67,80,92)
#343E45
(52,62,69)
#252C2E
(37,44,46)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACCEFD

#ACCEFD
(172,206,253)
#B3D2FD
(179,210,253)
#BAD6FD
(186,214,253)
#C1DAFD
(193,218,253)
#C8DEFD
(200,222,253)
#CFE2FD
(207,226,253)
#D6E6FD
(214,230,253)
#DDEAFD
(221,234,253)
#E4EEFD
(228,238,253)
#EBF2FD
(235,242,253)
#F2F6FD
(242,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEFD; }

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

This text font color is #ACCEFD.


Background Color

.myBgColor { background-color: #ACCEFD; }

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

This div background color is #ACCEFD.


Border color

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

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

This div border color is #ACCEFD.


Opacity

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

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

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

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

This text has shadow with #ACCEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEFD on black background.


Color preview on white background

This text has color #ACCEFD on white background.



Black color preview on #ACCEFD background

This text has black color on #ACCEFD background.


White color preview on #ACCEFD background

This text has white color on #ACCEFD background.