COLOR #A8D1DF

HEX: #A8D1DF
RGB: (168,209,223)

Color info

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

RGB color model

#A8D1DF color RGB value is (168,209,223).

  • red value is 168;
  • green value is 209;
  • blue value is 223.
RGB:
(168,209,223)
(66%,82%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 223 of 255 = 87%

168
209
223

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

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 223 = 600 (100%)
R 168 of 600 ~ 28%
G 209 of 600 ~ 34.83%
B 223 of 600 ~ 37.17%

%28
%34.83
%37.17

CMYK color model

#A8D1DF color CMYK value is (25,6,0,13).

  • cyan value is 24.66%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(25,6,0,13)
C25M6Y0K13 
(25%,6%,0%,13%)
(0.25/0.06/0.00/0.13)	

CMYK percentages

%24.66
%6.28
%0
%12.55

Codes

Color #A8D1DF in popluar color models

A8D1DF
RGB168209223
HSL195°46.22%76.67%
HSB/HSV195°24.66%87.45%
CMYK24.66%6.28%0.00%
12.55%

Color #A8D1DF in popluar number systems.

HEXA8D1DF
Decimal168209223
Binary101010001101000111011111
Octal250321337

Shades and tints

Shades of #A8D1DF

#A8D1DF
(168,209,223)
#99BECB
(153,190,203)
#8AABB7
(138,171,183)
#7B98A3
(123,152,163)
#6C858F
(108,133,143)
#5D727B
(93,114,123)
#4E5F67
(78,95,103)
#3F4C53
(63,76,83)
#30393F
(48,57,63)
#21262B
(33,38,43)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A8D1DF

#A8D1DF
(168,209,223)
#AFD5E1
(175,213,225)
#B6D9E3
(182,217,227)
#BDDDE5
(189,221,229)
#C4E1E7
(196,225,231)
#CBE5E9
(203,229,233)
#D2E9EB
(210,233,235)
#D9EDED
(217,237,237)
#E0F1EF
(224,241,239)
#E7F5F1
(231,245,241)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D1DF color. Also use rgb(168,209,223) instead hex code.

Text Font Color

.myTextColor { color: #A8D1DF; }

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

This text font color is #A8D1DF.


Background Color

.myBgColor { background-color: #A8D1DF; }

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

This div background color is #A8D1DF.


Border color

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

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

This div border color is #A8D1DF.


Opacity

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

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

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

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

This text has shadow with #A8D1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D1DF on black background.


Color preview on white background

This text has color #A8D1DF on white background.



Black color preview on #A8D1DF background

This text has black color on #A8D1DF background.


White color preview on #A8D1DF background

This text has white color on #A8D1DF background.