COLOR #ACC6DB

HEX: #ACC6DB
RGB: (172,198,219)

Color info

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

RGB color model

#ACC6DB color RGB value is (172,198,219).

  • red value is 172;
  • green value is 198;
  • blue value is 219.
RGB:
(172,198,219)
(67%,78%,86%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 219 of 255 = 86%

172
198
219

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

Portions of RGB colors in percentages

R + G + B =
172 + 198 + 219 = 589 (100%)
R 172 of 589 ~ 29.2%
G 198 of 589 ~ 33.62%
B 219 of 589 ~ 37.18%

%29.2
%33.62
%37.18

CMYK color model

#ACC6DB color CMYK value is (21,10,0,14).

  • cyan value is 21.46%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(21,10,0,14)
C21M10Y0K14 
(21%,10%,0%,14%)
(0.21/0.10/0.00/0.14)	

CMYK percentages

%21.46
%9.59
%0
%14.12

Codes

Color #ACC6DB in popluar color models

ACC6DB
RGB172198219
HSL207°39.50%76.67%
HSB/HSV207°21.46%85.88%
CMYK21.46%9.59%0.00%
14.12%

Color #ACC6DB in popluar number systems.

HEXACC6DB
Decimal172198219
Binary101011001100011011011011
Octal254306333

Shades and tints

Shades of #ACC6DB

#ACC6DB
(172,198,219)
#9DB4C8
(157,180,200)
#8EA2B5
(142,162,181)
#7F90A2
(127,144,162)
#707E8F
(112,126,143)
#616C7C
(97,108,124)
#525A69
(82,90,105)
#434856
(67,72,86)
#343643
(52,54,67)
#252430
(37,36,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #ACC6DB

#ACC6DB
(172,198,219)
#B3CBDE
(179,203,222)
#BAD0E1
(186,208,225)
#C1D5E4
(193,213,228)
#C8DAE7
(200,218,231)
#CFDFEA
(207,223,234)
#D6E4ED
(214,228,237)
#DDE9F0
(221,233,240)
#E4EEF3
(228,238,243)
#EBF3F6
(235,243,246)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC6DB color. Also use rgb(172,198,219) instead hex code.

Text Font Color

.myTextColor { color: #ACC6DB; }

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

This text font color is #ACC6DB.


Background Color

.myBgColor { background-color: #ACC6DB; }

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

This div background color is #ACC6DB.


Border color

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

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

This div border color is #ACC6DB.


Opacity

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

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

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

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

This text has shadow with #ACC6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC6DB on black background.


Color preview on white background

This text has color #ACC6DB on white background.



Black color preview on #ACC6DB background

This text has black color on #ACC6DB background.


White color preview on #ACC6DB background

This text has white color on #ACC6DB background.