COLOR #ACCFDC

HEX: #ACCFDC
RGB: (172,207,220)

Color info

#ACCFDC contains red, green and blue colors in about the same proportion. Web safe color of #ACCFDC is #99CCCC (or #9CC).

RGB color model

#ACCFDC color RGB value is (172,207,220).

  • red value is 172;
  • green value is 207;
  • blue value is 220.
RGB:
(172,207,220)
(67%,81%,86%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 220 of 255 = 86%

172
207
220

R + G + B ~ 78%. #ACCFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 207 + 220 = 599 (100%)
R 172 of 599 ~ 28.71%
G 207 of 599 ~ 34.56%
B 220 of 599 ~ 36.73%

%28.71
%34.56
%36.73

CMYK color model

#ACCFDC color CMYK value is (22,6,0,14).

  • cyan value is 21.82%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,6,0,14)
C22M6Y0K14 
(22%,6%,0%,14%)
(0.22/0.06/0.00/0.14)	

CMYK percentages

%21.82
%5.91
%0
%13.73

Codes

Color #ACCFDC in popluar color models

ACCFDC
RGB172207220
HSL196°40.68%76.86%
HSB/HSV196°21.82%86.27%
CMYK21.82%5.91%0.00%
13.73%

Color #ACCFDC in popluar number systems.

HEXACCFDC
Decimal172207220
Binary101011001100111111011100
Octal254317334

Shades and tints

Shades of #ACCFDC

#ACCFDC
(172,207,220)
#9DBDC8
(157,189,200)
#8EABB4
(142,171,180)
#7F99A0
(127,153,160)
#70878C
(112,135,140)
#617578
(97,117,120)
#526364
(82,99,100)
#435150
(67,81,80)
#343F3C
(52,63,60)
#252D28
(37,45,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #ACCFDC

#ACCFDC
(172,207,220)
#B3D3DF
(179,211,223)
#BAD7E2
(186,215,226)
#C1DBE5
(193,219,229)
#C8DFE8
(200,223,232)
#CFE3EB
(207,227,235)
#D6E7EE
(214,231,238)
#DDEBF1
(221,235,241)
#E4EFF4
(228,239,244)
#EBF3F7
(235,243,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCFDC; }

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

This text font color is #ACCFDC.


Background Color

.myBgColor { background-color: #ACCFDC; }

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

This div background color is #ACCFDC.


Border color

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

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

This div border color is #ACCFDC.


Opacity

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

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

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

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

This text has shadow with #ACCFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCFDC on black background.


Color preview on white background

This text has color #ACCFDC on white background.



Black color preview on #ACCFDC background

This text has black color on #ACCFDC background.


White color preview on #ACCFDC background

This text has white color on #ACCFDC background.