COLOR #A8D4BA

HEX: #A8D4BA
RGB: (168,212,186)

Color info

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

RGB color model

#A8D4BA color RGB value is (168,212,186).

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

RGB channels and saturation

R 168 of 255 = 66%
G 212 of 255 = 83%
B 186 of 255 = 73%

168
212
186

R + G + B ~ 74%. #A8D4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 212 + 186 = 566 (100%)
R 168 of 566 ~ 29.68%
G 212 of 566 ~ 37.46%
B 186 of 566 ~ 32.86%

%29.68
%37.46
%32.86

CMYK color model

#A8D4BA color CMYK value is (21,0,12,17).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 16.86%
CMYK:
(21,0,12,17)
C21M0Y12K17 
(21%,0%,12%,17%)
(0.21/0.00/0.12/0.17)	

CMYK percentages

%20.75
%0
%12.26
%16.86

Codes

Color #A8D4BA in popluar color models

A8D4BA
RGB168212186
HSL145°33.85%74.51%
HSB/HSV145°20.75%83.14%
CMYK20.75%0.00%12.26%
16.86%

Color #A8D4BA in popluar number systems.

HEXA8D4BA
Decimal168212186
Binary101010001101010010111010
Octal250324272

Shades and tints

Shades of #A8D4BA

#A8D4BA
(168,212,186)
#99C1AA
(153,193,170)
#8AAE9A
(138,174,154)
#7B9B8A
(123,155,138)
#6C887A
(108,136,122)
#5D756A
(93,117,106)
#4E625A
(78,98,90)
#3F4F4A
(63,79,74)
#303C3A
(48,60,58)
#21292A
(33,41,42)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #A8D4BA

#A8D4BA
(168,212,186)
#AFD7C0
(175,215,192)
#B6DAC6
(182,218,198)
#BDDDCC
(189,221,204)
#C4E0D2
(196,224,210)
#CBE3D8
(203,227,216)
#D2E6DE
(210,230,222)
#D9E9E4
(217,233,228)
#E0ECEA
(224,236,234)
#E7EFF0
(231,239,240)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D4BA; }

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

This text font color is #A8D4BA.


Background Color

.myBgColor { background-color: #A8D4BA; }

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

This div background color is #A8D4BA.


Border color

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

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

This div border color is #A8D4BA.


Opacity

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

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

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

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

This text has shadow with #A8D4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D4BA on black background.


Color preview on white background

This text has color #A8D4BA on white background.



Black color preview on #A8D4BA background

This text has black color on #A8D4BA background.


White color preview on #A8D4BA background

This text has white color on #A8D4BA background.