COLOR #A8D3DD

HEX: #A8D3DD
RGB: (168,211,221)

Color info

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

RGB color model

#A8D3DD color RGB value is (168,211,221).

  • red value is 168;
  • green value is 211;
  • blue value is 221.
RGB:
(168,211,221)
(66%,83%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 221 of 255 = 87%

168
211
221

R + G + B ~ 79%. #A8D3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 211 + 221 = 600 (100%)
R 168 of 600 ~ 28%
G 211 of 600 ~ 35.17%
B 221 of 600 ~ 36.83%

%28
%35.17
%36.83

CMYK color model

#A8D3DD color CMYK value is (24,5,0,13).

  • cyan value is 23.98%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(24,5,0,13)
C24M5Y0K13 
(24%,5%,0%,13%)
(0.24/0.05/0.00/0.13)	

CMYK percentages

%23.98
%4.52
%0
%13.33

Codes

Color #A8D3DD in popluar color models

A8D3DD
RGB168211221
HSL191°43.80%76.27%
HSB/HSV191°23.98%86.67%
CMYK23.98%4.52%0.00%
13.33%

Color #A8D3DD in popluar number systems.

HEXA8D3DD
Decimal168211221
Binary101010001101001111011101
Octal250323335

Shades and tints

Shades of #A8D3DD

#A8D3DD
(168,211,221)
#99C0C9
(153,192,201)
#8AADB5
(138,173,181)
#7B9AA1
(123,154,161)
#6C878D
(108,135,141)
#5D7479
(93,116,121)
#4E6165
(78,97,101)
#3F4E51
(63,78,81)
#303B3D
(48,59,61)
#212829
(33,40,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8D3DD

#A8D3DD
(168,211,221)
#AFD7E0
(175,215,224)
#B6DBE3
(182,219,227)
#BDDFE6
(189,223,230)
#C4E3E9
(196,227,233)
#CBE7EC
(203,231,236)
#D2EBEF
(210,235,239)
#D9EFF2
(217,239,242)
#E0F3F5
(224,243,245)
#E7F7F8
(231,247,248)
#EEFBFB
(238,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D3DD color. Also use rgb(168,211,221) instead hex code.

Text Font Color

.myTextColor { color: #A8D3DD; }

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

This text font color is #A8D3DD.


Background Color

.myBgColor { background-color: #A8D3DD; }

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

This div background color is #A8D3DD.


Border color

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

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

This div border color is #A8D3DD.


Opacity

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

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

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

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

This text has shadow with #A8D3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D3DD on black background.


Color preview on white background

This text has color #A8D3DD on white background.



Black color preview on #A8D3DD background

This text has black color on #A8D3DD background.


White color preview on #A8D3DD background

This text has white color on #A8D3DD background.