COLOR #A8DDC6

HEX: #A8DDC6
RGB: (168,221,198)

Color info

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

RGB color model

#A8DDC6 color RGB value is (168,221,198).

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

RGB channels and saturation

R 168 of 255 = 66%
G 221 of 255 = 87%
B 198 of 255 = 78%

168
221
198

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

Portions of RGB colors in percentages

R + G + B =
168 + 221 + 198 = 587 (100%)
R 168 of 587 ~ 28.62%
G 221 of 587 ~ 37.65%
B 198 of 587 ~ 33.73%

%28.62
%37.65
%33.73

CMYK color model

#A8DDC6 color CMYK value is (24,0,10,13).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(24,0,10,13)
C24M0Y10K13 
(24%,0%,10%,13%)
(0.24/0.00/0.10/0.13)	

CMYK percentages

%23.98
%0
%10.41
%13.33

Codes

Color #A8DDC6 in popluar color models

A8DDC6
RGB168221198
HSL154°43.80%76.27%
HSB/HSV154°23.98%86.67%
CMYK23.98%0.00%10.41%
13.33%

Color #A8DDC6 in popluar number systems.

HEXA8DDC6
Decimal168221198
Binary101010001101110111000110
Octal250335306

Shades and tints

Shades of #A8DDC6

#A8DDC6
(168,221,198)
#99C9B4
(153,201,180)
#8AB5A2
(138,181,162)
#7BA190
(123,161,144)
#6C8D7E
(108,141,126)
#5D796C
(93,121,108)
#4E655A
(78,101,90)
#3F5148
(63,81,72)
#303D36
(48,61,54)
#212924
(33,41,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A8DDC6

#A8DDC6
(168,221,198)
#AFE0CB
(175,224,203)
#B6E3D0
(182,227,208)
#BDE6D5
(189,230,213)
#C4E9DA
(196,233,218)
#CBECDF
(203,236,223)
#D2EFE4
(210,239,228)
#D9F2E9
(217,242,233)
#E0F5EE
(224,245,238)
#E7F8F3
(231,248,243)
#EEFBF8
(238,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DDC6; }

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

This text font color is #A8DDC6.


Background Color

.myBgColor { background-color: #A8DDC6; }

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

This div background color is #A8DDC6.


Border color

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

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

This div border color is #A8DDC6.


Opacity

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

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

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

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

This text has shadow with #A8DDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DDC6 on black background.


Color preview on white background

This text has color #A8DDC6 on white background.



Black color preview on #A8DDC6 background

This text has black color on #A8DDC6 background.


White color preview on #A8DDC6 background

This text has white color on #A8DDC6 background.