COLOR #ACCDD2

HEX: #ACCDD2
RGB: (172,205,210)

Color info

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

RGB color model

#ACCDD2 color RGB value is (172,205,210).

  • red value is 172;
  • green value is 205;
  • blue value is 210.
RGB:
(172,205,210)
(67%,80%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 210 of 255 = 82%

172
205
210

R + G + B ~ 76%. #ACCDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 205 + 210 = 587 (100%)
R 172 of 587 ~ 29.3%
G 205 of 587 ~ 34.92%
B 210 of 587 ~ 35.78%

%29.3
%34.92
%35.78

CMYK color model

#ACCDD2 color CMYK value is (18,2,0,18).

  • cyan value is 18.10%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(18,2,0,18)
C18M2Y0K18 
(18%,2%,0%,18%)
(0.18/0.02/0.00/0.18)	

CMYK percentages

%18.1
%2.38
%0
%17.65

Codes

Color #ACCDD2 in popluar color models

ACCDD2
RGB172205210
HSL188°29.69%74.90%
HSB/HSV188°18.10%82.35%
CMYK18.10%2.38%0.00%
17.65%

Color #ACCDD2 in popluar number systems.

HEXACCDD2
Decimal172205210
Binary101011001100110111010010
Octal254315322

Shades and tints

Shades of #ACCDD2

#ACCDD2
(172,205,210)
#9DBBBF
(157,187,191)
#8EA9AC
(142,169,172)
#7F9799
(127,151,153)
#708586
(112,133,134)
#617373
(97,115,115)
#526160
(82,97,96)
#434F4D
(67,79,77)
#343D3A
(52,61,58)
#252B27
(37,43,39)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACCDD2

#ACCDD2
(172,205,210)
#B3D1D6
(179,209,214)
#BAD5DA
(186,213,218)
#C1D9DE
(193,217,222)
#C8DDE2
(200,221,226)
#CFE1E6
(207,225,230)
#D6E5EA
(214,229,234)
#DDE9EE
(221,233,238)
#E4EDF2
(228,237,242)
#EBF1F6
(235,241,246)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCDD2 color. Also use rgb(172,205,210) instead hex code.

Text Font Color

.myTextColor { color: #ACCDD2; }

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

This text font color is #ACCDD2.


Background Color

.myBgColor { background-color: #ACCDD2; }

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

This div background color is #ACCDD2.


Border color

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

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

This div border color is #ACCDD2.


Opacity

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

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

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

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

This text has shadow with #ACCDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCDD2 on black background.


Color preview on white background

This text has color #ACCDD2 on white background.



Black color preview on #ACCDD2 background

This text has black color on #ACCDD2 background.


White color preview on #ACCDD2 background

This text has white color on #ACCDD2 background.