COLOR #A8D9C6

HEX: #A8D9C6
RGB: (168,217,198)

Color info

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

RGB color model

#A8D9C6 color RGB value is (168,217,198).

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

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 198 of 255 = 78%

168
217
198

R + G + B ~ 76%. #A8D9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 217 + 198 = 583 (100%)
R 168 of 583 ~ 28.82%
G 217 of 583 ~ 37.22%
B 198 of 583 ~ 33.96%

%28.82
%37.22
%33.96

CMYK color model

#A8D9C6 color CMYK value is (23,0,9,15).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 14.90%
CMYK:
(23,0,9,15)
C23M0Y9K15 
(23%,0%,9%,15%)
(0.23/0.00/0.09/0.15)	

CMYK percentages

%22.58
%0
%8.76
%14.9

Codes

Color #A8D9C6 in popluar color models

A8D9C6
RGB168217198
HSL157°39.20%75.49%
HSB/HSV157°22.58%85.10%
CMYK22.58%0.00%8.76%
14.90%

Color #A8D9C6 in popluar number systems.

HEXA8D9C6
Decimal168217198
Binary101010001101100111000110
Octal250331306

Shades and tints

Shades of #A8D9C6

#A8D9C6
(168,217,198)
#99C6B4
(153,198,180)
#8AB3A2
(138,179,162)
#7BA090
(123,160,144)
#6C8D7E
(108,141,126)
#5D7A6C
(93,122,108)
#4E675A
(78,103,90)
#3F5448
(63,84,72)
#304136
(48,65,54)
#212E24
(33,46,36)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #A8D9C6

#A8D9C6
(168,217,198)
#AFDCCB
(175,220,203)
#B6DFD0
(182,223,208)
#BDE2D5
(189,226,213)
#C4E5DA
(196,229,218)
#CBE8DF
(203,232,223)
#D2EBE4
(210,235,228)
#D9EEE9
(217,238,233)
#E0F1EE
(224,241,238)
#E7F4F3
(231,244,243)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D9C6; }

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

This text font color is #A8D9C6.


Background Color

.myBgColor { background-color: #A8D9C6; }

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

This div background color is #A8D9C6.


Border color

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

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

This div border color is #A8D9C6.


Opacity

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

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

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

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

This text has shadow with #A8D9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D9C6 on black background.


Color preview on white background

This text has color #A8D9C6 on white background.



Black color preview on #A8D9C6 background

This text has black color on #A8D9C6 background.


White color preview on #A8D9C6 background

This text has white color on #A8D9C6 background.