COLOR #A8DECC

HEX: #A8DECC
RGB: (168,222,204)

Color info

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

RGB color model

#A8DECC color RGB value is (168,222,204).

  • red value is 168;
  • green value is 222;
  • blue value is 204.
RGB:
(168,222,204)
(66%,87%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 222 of 255 = 87%
B 204 of 255 = 80%

168
222
204

R + G + B ~ 78%. #A8DECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 222 + 204 = 594 (100%)
R 168 of 594 ~ 28.28%
G 222 of 594 ~ 37.37%
B 204 of 594 ~ 34.34%

%28.28
%37.37
%34.34

CMYK color model

#A8DECC color CMYK value is (24,0,8,13).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%
CMYK:
(24,0,8,13)
C24M0Y8K13 
(24%,0%,8%,13%)
(0.24/0.00/0.08/0.13)	

CMYK percentages

%24.32
%0
%8.11
%12.94

Codes

Color #A8DECC in popluar color models

A8DECC
RGB168222204
HSL160°45.00%76.47%
HSB/HSV160°24.32%87.06%
CMYK24.32%0.00%8.11%
12.94%

Color #A8DECC in popluar number systems.

HEXA8DECC
Decimal168222204
Binary101010001101111011001100
Octal250336314

Shades and tints

Shades of #A8DECC

#A8DECC
(168,222,204)
#99CABA
(153,202,186)
#8AB6A8
(138,182,168)
#7BA296
(123,162,150)
#6C8E84
(108,142,132)
#5D7A72
(93,122,114)
#4E6660
(78,102,96)
#3F524E
(63,82,78)
#303E3C
(48,62,60)
#212A2A
(33,42,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8DECC

#A8DECC
(168,222,204)
#AFE1D0
(175,225,208)
#B6E4D4
(182,228,212)
#BDE7D8
(189,231,216)
#C4EADC
(196,234,220)
#CBEDE0
(203,237,224)
#D2F0E4
(210,240,228)
#D9F3E8
(217,243,232)
#E0F6EC
(224,246,236)
#E7F9F0
(231,249,240)
#EEFCF4
(238,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DECC color. Also use rgb(168,222,204) instead hex code.

Text Font Color

.myTextColor { color: #A8DECC; }

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

This text font color is #A8DECC.


Background Color

.myBgColor { background-color: #A8DECC; }

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

This div background color is #A8DECC.


Border color

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

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

This div border color is #A8DECC.


Opacity

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

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

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

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

This text has shadow with #A8DECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DECC on black background.


Color preview on white background

This text has color #A8DECC on white background.



Black color preview on #A8DECC background

This text has black color on #A8DECC background.


White color preview on #A8DECC background

This text has white color on #A8DECC background.