COLOR #A8DFD5

HEX: #A8DFD5
RGB: (168,223,213)

Color info

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

RGB color model

#A8DFD5 color RGB value is (168,223,213).

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

RGB channels and saturation

R 168 of 255 = 66%
G 223 of 255 = 87%
B 213 of 255 = 84%

168
223
213

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

Portions of RGB colors in percentages

R + G + B =
168 + 223 + 213 = 604 (100%)
R 168 of 604 ~ 27.81%
G 223 of 604 ~ 36.92%
B 213 of 604 ~ 35.26%

%27.81
%36.92
%35.26

CMYK color model

#A8DFD5 color CMYK value is (25,0,4,13).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(25,0,4,13)
C25M0Y4K13 
(25%,0%,4%,13%)
(0.25/0.00/0.04/0.13)	

CMYK percentages

%24.66
%0
%4.48
%12.55

Codes

Color #A8DFD5 in popluar color models

A8DFD5
RGB168223213
HSL169°46.22%76.67%
HSB/HSV169°24.66%87.45%
CMYK24.66%0.00%4.48%
12.55%

Color #A8DFD5 in popluar number systems.

HEXA8DFD5
Decimal168223213
Binary101010001101111111010101
Octal250337325

Shades and tints

Shades of #A8DFD5

#A8DFD5
(168,223,213)
#99CBC2
(153,203,194)
#8AB7AF
(138,183,175)
#7BA39C
(123,163,156)
#6C8F89
(108,143,137)
#5D7B76
(93,123,118)
#4E6763
(78,103,99)
#3F5350
(63,83,80)
#303F3D
(48,63,61)
#212B2A
(33,43,42)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8DFD5

#A8DFD5
(168,223,213)
#AFE1D8
(175,225,216)
#B6E3DB
(182,227,219)
#BDE5DE
(189,229,222)
#C4E7E1
(196,231,225)
#CBE9E4
(203,233,228)
#D2EBE7
(210,235,231)
#D9EDEA
(217,237,234)
#E0EFED
(224,239,237)
#E7F1F0
(231,241,240)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DFD5; }

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

This text font color is #A8DFD5.


Background Color

.myBgColor { background-color: #A8DFD5; }

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

This div background color is #A8DFD5.


Border color

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

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

This div border color is #A8DFD5.


Opacity

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

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

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

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

This text has shadow with #A8DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DFD5 on black background.


Color preview on white background

This text has color #A8DFD5 on white background.



Black color preview on #A8DFD5 background

This text has black color on #A8DFD5 background.


White color preview on #A8DFD5 background

This text has white color on #A8DFD5 background.