COLOR #A8D9CF

HEX: #A8D9CF
RGB: (168,217,207)

Color info

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

RGB color model

#A8D9CF color RGB value is (168,217,207).

  • red value is 168;
  • green value is 217;
  • blue value is 207.
RGB:
(168,217,207)
(66%,85%,81%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 207 of 255 = 81%

168
217
207

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

Portions of RGB colors in percentages

R + G + B =
168 + 217 + 207 = 592 (100%)
R 168 of 592 ~ 28.38%
G 217 of 592 ~ 36.66%
B 207 of 592 ~ 34.97%

%28.38
%36.66
%34.97

CMYK color model

#A8D9CF color CMYK value is (23,0,5,15).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 4.61%
  • key color value is 14.90%
CMYK:
(23,0,5,15)
C23M0Y5K15 
(23%,0%,5%,15%)
(0.23/0.00/0.05/0.15)	

CMYK percentages

%22.58
%0
%4.61
%14.9

Codes

Color #A8D9CF in popluar color models

A8D9CF
RGB168217207
HSL168°39.20%75.49%
HSB/HSV168°22.58%85.10%
CMYK22.58%0.00%4.61%
14.90%

Color #A8D9CF in popluar number systems.

HEXA8D9CF
Decimal168217207
Binary101010001101100111001111
Octal250331317

Shades and tints

Shades of #A8D9CF

#A8D9CF
(168,217,207)
#99C6BD
(153,198,189)
#8AB3AB
(138,179,171)
#7BA099
(123,160,153)
#6C8D87
(108,141,135)
#5D7A75
(93,122,117)
#4E6763
(78,103,99)
#3F5451
(63,84,81)
#30413F
(48,65,63)
#212E2D
(33,46,45)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #A8D9CF

#A8D9CF
(168,217,207)
#AFDCD3
(175,220,211)
#B6DFD7
(182,223,215)
#BDE2DB
(189,226,219)
#C4E5DF
(196,229,223)
#CBE8E3
(203,232,227)
#D2EBE7
(210,235,231)
#D9EEEB
(217,238,235)
#E0F1EF
(224,241,239)
#E7F4F3
(231,244,243)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D9CF; }

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

This text font color is #A8D9CF.


Background Color

.myBgColor { background-color: #A8D9CF; }

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

This div background color is #A8D9CF.


Border color

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

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

This div border color is #A8D9CF.


Opacity

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

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

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

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

This text has shadow with #A8D9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D9CF on black background.


Color preview on white background

This text has color #A8D9CF on white background.



Black color preview on #A8D9CF background

This text has black color on #A8D9CF background.


White color preview on #A8D9CF background

This text has white color on #A8D9CF background.