COLOR #ACCCDA

HEX: #ACCCDA
RGB: (172,204,218)

Color info

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

RGB color model

#ACCCDA color RGB value is (172,204,218).

  • red value is 172;
  • green value is 204;
  • blue value is 218.
RGB:
(172,204,218)
(67%,80%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 218 of 255 = 85%

172
204
218

R + G + B ~ 77%. #ACCCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 218 = 594 (100%)
R 172 of 594 ~ 28.96%
G 204 of 594 ~ 34.34%
B 218 of 594 ~ 36.7%

%28.96
%34.34
%36.7

CMYK color model

#ACCCDA color CMYK value is (21,6,0,15).

  • cyan value is 21.10%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,6,0,15)
C21M6Y0K15 
(21%,6%,0%,15%)
(0.21/0.06/0.00/0.15)	

CMYK percentages

%21.1
%6.42
%0
%14.51

Codes

Color #ACCCDA in popluar color models

ACCCDA
RGB172204218
HSL198°38.33%76.47%
HSB/HSV198°21.10%85.49%
CMYK21.10%6.42%0.00%
14.51%

Color #ACCCDA in popluar number systems.

HEXACCCDA
Decimal172204218
Binary101011001100110011011010
Octal254314332

Shades and tints

Shades of #ACCCDA

#ACCCDA
(172,204,218)
#9DBAC7
(157,186,199)
#8EA8B4
(142,168,180)
#7F96A1
(127,150,161)
#70848E
(112,132,142)
#61727B
(97,114,123)
#526068
(82,96,104)
#434E55
(67,78,85)
#343C42
(52,60,66)
#252A2F
(37,42,47)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #ACCCDA

#ACCCDA
(172,204,218)
#B3D0DD
(179,208,221)
#BAD4E0
(186,212,224)
#C1D8E3
(193,216,227)
#C8DCE6
(200,220,230)
#CFE0E9
(207,224,233)
#D6E4EC
(214,228,236)
#DDE8EF
(221,232,239)
#E4ECF2
(228,236,242)
#EBF0F5
(235,240,245)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCCDA color. Also use rgb(172,204,218) instead hex code.

Text Font Color

.myTextColor { color: #ACCCDA; }

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

This text font color is #ACCCDA.


Background Color

.myBgColor { background-color: #ACCCDA; }

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

This div background color is #ACCCDA.


Border color

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

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

This div border color is #ACCCDA.


Opacity

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

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

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

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

This text has shadow with #ACCCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCDA on black background.


Color preview on white background

This text has color #ACCCDA on white background.



Black color preview on #ACCCDA background

This text has black color on #ACCCDA background.


White color preview on #ACCCDA background

This text has white color on #ACCCDA background.