COLOR #A8D2CA

HEX: #A8D2CA
RGB: (168,210,202)

Color info

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

RGB color model

#A8D2CA color RGB value is (168,210,202).

  • red value is 168;
  • green value is 210;
  • blue value is 202.
RGB:
(168,210,202)
(66%,82%,79%)

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 202 of 255 = 79%

168
210
202

R + G + B ~ 76%. #A8D2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 210 + 202 = 580 (100%)
R 168 of 580 ~ 28.97%
G 210 of 580 ~ 36.21%
B 202 of 580 ~ 34.83%

%28.97
%36.21
%34.83

CMYK color model

#A8D2CA color CMYK value is (20,0,4,18).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(20,0,4,18)
C20M0Y4K18 
(20%,0%,4%,18%)
(0.20/0.00/0.04/0.18)	

CMYK percentages

%20
%0
%3.81
%17.65

Codes

Color #A8D2CA in popluar color models

A8D2CA
RGB168210202
HSL169°31.82%74.12%
HSB/HSV169°20.00%82.35%
CMYK20.00%0.00%3.81%
17.65%

Color #A8D2CA in popluar number systems.

HEXA8D2CA
Decimal168210202
Binary101010001101001011001010
Octal250322312

Shades and tints

Shades of #A8D2CA

#A8D2CA
(168,210,202)
#99BFB8
(153,191,184)
#8AACA6
(138,172,166)
#7B9994
(123,153,148)
#6C8682
(108,134,130)
#5D7370
(93,115,112)
#4E605E
(78,96,94)
#3F4D4C
(63,77,76)
#303A3A
(48,58,58)
#212728
(33,39,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8D2CA

#A8D2CA
(168,210,202)
#AFD6CE
(175,214,206)
#B6DAD2
(182,218,210)
#BDDED6
(189,222,214)
#C4E2DA
(196,226,218)
#CBE6DE
(203,230,222)
#D2EAE2
(210,234,226)
#D9EEE6
(217,238,230)
#E0F2EA
(224,242,234)
#E7F6EE
(231,246,238)
#EEFAF2
(238,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D2CA color. Also use rgb(168,210,202) instead hex code.

Text Font Color

.myTextColor { color: #A8D2CA; }

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

This text font color is #A8D2CA.


Background Color

.myBgColor { background-color: #A8D2CA; }

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

This div background color is #A8D2CA.


Border color

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

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

This div border color is #A8D2CA.


Opacity

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

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

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

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

This text has shadow with #A8D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D2CA on black background.


Color preview on white background

This text has color #A8D2CA on white background.



Black color preview on #A8D2CA background

This text has black color on #A8D2CA background.


White color preview on #A8D2CA background

This text has white color on #A8D2CA background.