COLOR #A8D3BB

HEX: #A8D3BB
RGB: (168,211,187)

Color info

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

RGB color model

#A8D3BB color RGB value is (168,211,187).

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

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 187 of 255 = 73%

168
211
187

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

Portions of RGB colors in percentages

R + G + B =
168 + 211 + 187 = 566 (100%)
R 168 of 566 ~ 29.68%
G 211 of 566 ~ 37.28%
B 187 of 566 ~ 33.04%

%29.68
%37.28
%33.04

CMYK color model

#A8D3BB color CMYK value is (20,0,11,17).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK:
(20,0,11,17)
C20M0Y11K17 
(20%,0%,11%,17%)
(0.20/0.00/0.11/0.17)	

CMYK percentages

%20.38
%0
%11.37
%17.25

Codes

Color #A8D3BB in popluar color models

A8D3BB
RGB168211187
HSL147°32.82%74.31%
HSB/HSV147°20.38%82.75%
CMYK20.38%0.00%11.37%
17.25%

Color #A8D3BB in popluar number systems.

HEXA8D3BB
Decimal168211187
Binary101010001101001110111011
Octal250323273

Shades and tints

Shades of #A8D3BB

#A8D3BB
(168,211,187)
#99C0AA
(153,192,170)
#8AAD99
(138,173,153)
#7B9A88
(123,154,136)
#6C8777
(108,135,119)
#5D7466
(93,116,102)
#4E6155
(78,97,85)
#3F4E44
(63,78,68)
#303B33
(48,59,51)
#212822
(33,40,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8D3BB

#A8D3BB
(168,211,187)
#AFD7C1
(175,215,193)
#B6DBC7
(182,219,199)
#BDDFCD
(189,223,205)
#C4E3D3
(196,227,211)
#CBE7D9
(203,231,217)
#D2EBDF
(210,235,223)
#D9EFE5
(217,239,229)
#E0F3EB
(224,243,235)
#E7F7F1
(231,247,241)
#EEFBF7
(238,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D3BB color. Also use rgb(168,211,187) instead hex code.

Text Font Color

.myTextColor { color: #A8D3BB; }

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

This text font color is #A8D3BB.


Background Color

.myBgColor { background-color: #A8D3BB; }

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

This div background color is #A8D3BB.


Border color

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

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

This div border color is #A8D3BB.


Opacity

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

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

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

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

This text has shadow with #A8D3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D3BB on black background.


Color preview on white background

This text has color #A8D3BB on white background.



Black color preview on #A8D3BB background

This text has black color on #A8D3BB background.


White color preview on #A8D3BB background

This text has white color on #A8D3BB background.