COLOR #A8DDBA

HEX: #A8DDBA
RGB: (168,221,186)

Color info

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

RGB color model

#A8DDBA color RGB value is (168,221,186).

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

RGB channels and saturation

R 168 of 255 = 66%
G 221 of 255 = 87%
B 186 of 255 = 73%

168
221
186

R + G + B ~ 75%. #A8DDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 221 + 186 = 575 (100%)
R 168 of 575 ~ 29.22%
G 221 of 575 ~ 38.43%
B 186 of 575 ~ 32.35%

%29.22
%38.43
%32.35

CMYK color model

#A8DDBA color CMYK value is (24,0,16,13).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 13.33%
CMYK:
(24,0,16,13)
C24M0Y16K13 
(24%,0%,16%,13%)
(0.24/0.00/0.16/0.13)	

CMYK percentages

%23.98
%0
%15.84
%13.33

Codes

Color #A8DDBA in popluar color models

A8DDBA
RGB168221186
HSL140°43.80%76.27%
HSB/HSV140°23.98%86.67%
CMYK23.98%0.00%15.84%
13.33%

Color #A8DDBA in popluar number systems.

HEXA8DDBA
Decimal168221186
Binary101010001101110110111010
Octal250335272

Shades and tints

Shades of #A8DDBA

#A8DDBA
(168,221,186)
#99C9AA
(153,201,170)
#8AB59A
(138,181,154)
#7BA18A
(123,161,138)
#6C8D7A
(108,141,122)
#5D796A
(93,121,106)
#4E655A
(78,101,90)
#3F514A
(63,81,74)
#303D3A
(48,61,58)
#21292A
(33,41,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #A8DDBA

#A8DDBA
(168,221,186)
#AFE0C0
(175,224,192)
#B6E3C6
(182,227,198)
#BDE6CC
(189,230,204)
#C4E9D2
(196,233,210)
#CBECD8
(203,236,216)
#D2EFDE
(210,239,222)
#D9F2E4
(217,242,228)
#E0F5EA
(224,245,234)
#E7F8F0
(231,248,240)
#EEFBF6
(238,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DDBA; }

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

This text font color is #A8DDBA.


Background Color

.myBgColor { background-color: #A8DDBA; }

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

This div background color is #A8DDBA.


Border color

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

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

This div border color is #A8DDBA.


Opacity

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

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

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

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

This text has shadow with #A8DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DDBA on black background.


Color preview on white background

This text has color #A8DDBA on white background.



Black color preview on #A8DDBA background

This text has black color on #A8DDBA background.


White color preview on #A8DDBA background

This text has white color on #A8DDBA background.