COLOR #A8D1D1

HEX: #A8D1D1
RGB: (168,209,209)

Color info

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

RGB color model

#A8D1D1 color RGB value is (168,209,209).

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

RGB channels and saturation

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

168
209
209

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

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 209 = 586 (100%)
R 168 of 586 ~ 28.67%
G 209 of 586 ~ 35.67%
B 209 of 586 ~ 35.67%

%28.67
%35.67
%35.67

CMYK color model

#A8D1D1 color CMYK value is (20,0,0,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,0,0,18)
C20M0Y0K18 
(20%,0%,0%,18%)
(0.20/0.00/0.00/0.18)	

CMYK percentages

%19.62
%0
%0
%18.04

Codes

Color #A8D1D1 in popluar color models

A8D1D1
RGB168209209
HSL180°30.83%73.92%
HSB/HSV180°19.62%81.96%
CMYK19.62%0.00%0.00%
18.04%

Color #A8D1D1 in popluar number systems.

HEXA8D1D1
Decimal168209209
Binary101010001101000111010001
Octal250321321

Shades and tints

Shades of #A8D1D1

#A8D1D1
(168,209,209)
#99BEBE
(153,190,190)
#8AABAB
(138,171,171)
#7B9898
(123,152,152)
#6C8585
(108,133,133)
#5D7272
(93,114,114)
#4E5F5F
(78,95,95)
#3F4C4C
(63,76,76)
#303939
(48,57,57)
#212626
(33,38,38)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #A8D1D1

#A8D1D1
(168,209,209)
#AFD5D5
(175,213,213)
#B6D9D9
(182,217,217)
#BDDDDD
(189,221,221)
#C4E1E1
(196,225,225)
#CBE5E5
(203,229,229)
#D2E9E9
(210,233,233)
#D9EDED
(217,237,237)
#E0F1F1
(224,241,241)
#E7F5F5
(231,245,245)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D1D1; }

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

This text font color is #A8D1D1.


Background Color

.myBgColor { background-color: #A8D1D1; }

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

This div background color is #A8D1D1.


Border color

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

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

This div border color is #A8D1D1.


Opacity

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

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

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

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

This text has shadow with #A8D1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D1D1 on black background.


Color preview on white background

This text has color #A8D1D1 on white background.



Black color preview on #A8D1D1 background

This text has black color on #A8D1D1 background.


White color preview on #A8D1D1 background

This text has white color on #A8D1D1 background.