COLOR #A8D2DC

HEX: #A8D2DC RGB: (168,210,220)

Color info

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

RGB color model

#A8D2DC color RGB value is (168,210,220).

RGB: (168,210,220) (66%, 82%, 86%)

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 220 of 255 = 86%

168
210
220

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

Portions of RGB colors in percentages

R + G + B = 168 + 210 + 220 = 598 (100%)
R 168 of 598 ~ 28.09%
G 210 of 598 ~ 35.12%
B 220 of 598 ~ 36.79'%

%28.09
%35.12
%36.79

CMYK color model

#A8D2DC color CMYK value is (24,5,0,14).

  • cyan value is 23.64%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (24,5,0,14)
C24M5Y0K14 (24%, 5%, 0%, 14%)
(0.24 / 0.05 / 0.00 / 0.14)

CMYK percentages

%23.64
%4.55
%0
%13.73

Codes

Color #A8D2DC in popluar color models

A8 D2 DC
RGB 168 210 220
HSL 192° 42.62% 76.08%
HSB/HSV 192° 23.64% 86.27%
CMYK 23.64% 4.55% 0.00%
13.73%

Color #A8D2DC in popluar number systems.

HEX A8 D2 DC
Decimal 168 210 220
Binary 10101000 11010010 11011100
Octal 250 322 334

Shades and tints

Shades of #A8D2DC

#A8D2DC
(168,210,220)
#99BFC8
(153,191,200)
#8AACB4
(138,172,180)
#7B99A0
(123,153,160)
#6C868C
(108,134,140)
#5D7378
(93,115,120)
#4E6064
(78,96,100)
#3F4D50
(63,77,80)
#303A3C
(48,58,60)
#212728
(33,39,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8D2DC

#A8D2DC
(168,210,220)
#AFD6DF
(175,214,223)
#B6DAE2
(182,218,226)
#BDDEE5
(189,222,229)
#C4E2E8
(196,226,232)
#CBE6EB
(203,230,235)
#D2EAEE
(210,234,238)
#D9EEF1
(217,238,241)
#E0F2F4
(224,242,244)
#E7F6F7
(231,246,247)
#EEFAFA
(238,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D2DC color. Also use rgb(168,210,220) instead hex code.

Text Font Color

.myTextColor { color: #A8D2DC; }

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

This text font color is #A8D2DC.

Background Color

.myBgColor { background-color: #A8D2DC; }

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

This div background color is #A8D2DC.

Border color

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

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

This div border color is #A8D2DC.

Opacity

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

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

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

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

This text has shadow with #A8D2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D2DC.

Preview

Color preview on black background

This text has color #A8D2DC on black background.


Color preview on white background

This text has color #A8D2DC on white background.


Black color preview on #A8D2DC background

This text has black color on #A8D2DC background.


White color preview on #A8D2DC background

This text has white color on #A8D2DC background.


Related colors

Complementary color

Complementary color for #hex is #572D23.


I love getcolorcode.com

Triadic colors

1 #DCA8D2 and #D2DCA8 with #A8D2DC are triadic colors.

2 #DCD2A8 and #D2A8DC with #A8D2DC are triadic colors.