COLOR #A8D6C6

HEX: #A8D6C6
RGB: (168,214,198)

Color info

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

RGB color model

#A8D6C6 color RGB value is (168,214,198).

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

RGB channels and saturation

R 168 of 255 = 66%
G 214 of 255 = 84%
B 198 of 255 = 78%

168
214
198

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

Portions of RGB colors in percentages

R + G + B =
168 + 214 + 198 = 580 (100%)
R 168 of 580 ~ 28.97%
G 214 of 580 ~ 36.9%
B 198 of 580 ~ 34.14%

%28.97
%36.9
%34.14

CMYK color model

#A8D6C6 color CMYK value is (21,0,7,16).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(21,0,7,16)
C21M0Y7K16 
(21%,0%,7%,16%)
(0.21/0.00/0.07/0.16)	

CMYK percentages

%21.5
%0
%7.48
%16.08

Codes

Color #A8D6C6 in popluar color models

A8D6C6
RGB168214198
HSL159°35.94%74.90%
HSB/HSV159°21.50%83.92%
CMYK21.50%0.00%7.48%
16.08%

Color #A8D6C6 in popluar number systems.

HEXA8D6C6
Decimal168214198
Binary101010001101011011000110
Octal250326306

Shades and tints

Shades of #A8D6C6

#A8D6C6
(168,214,198)
#99C3B4
(153,195,180)
#8AB0A2
(138,176,162)
#7B9D90
(123,157,144)
#6C8A7E
(108,138,126)
#5D776C
(93,119,108)
#4E645A
(78,100,90)
#3F5148
(63,81,72)
#303E36
(48,62,54)
#212B24
(33,43,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #A8D6C6

#A8D6C6
(168,214,198)
#AFD9CB
(175,217,203)
#B6DCD0
(182,220,208)
#BDDFD5
(189,223,213)
#C4E2DA
(196,226,218)
#CBE5DF
(203,229,223)
#D2E8E4
(210,232,228)
#D9EBE9
(217,235,233)
#E0EEEE
(224,238,238)
#E7F1F3
(231,241,243)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D6C6; }

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

This text font color is #A8D6C6.


Background Color

.myBgColor { background-color: #A8D6C6; }

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

This div background color is #A8D6C6.


Border color

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

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

This div border color is #A8D6C6.


Opacity

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

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

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

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

This text has shadow with #A8D6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D6C6 on black background.


Color preview on white background

This text has color #A8D6C6 on white background.



Black color preview on #A8D6C6 background

This text has black color on #A8D6C6 background.


White color preview on #A8D6C6 background

This text has white color on #A8D6C6 background.