COLOR #A8D0CA

HEX: #A8D0CA
RGB: (168,208,202)

Color info

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

RGB color model

#A8D0CA color RGB value is (168,208,202).

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

RGB channels and saturation

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

168
208
202

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

Portions of RGB colors in percentages

R + G + B =
168 + 208 + 202 = 578 (100%)
R 168 of 578 ~ 29.07%
G 208 of 578 ~ 35.99%
B 202 of 578 ~ 34.95%

%29.07
%35.99
%34.95

CMYK color model

#A8D0CA color CMYK value is (19,0,3,18).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(19,0,3,18)
C19M0Y3K18 
(19%,0%,3%,18%)
(0.19/0.00/0.03/0.18)	

CMYK percentages

%19.23
%0
%2.88
%18.43

Codes

Color #A8D0CA in popluar color models

A8D0CA
RGB168208202
HSL171°29.85%73.73%
HSB/HSV171°19.23%81.57%
CMYK19.23%0.00%2.88%
18.43%

Color #A8D0CA in popluar number systems.

HEXA8D0CA
Decimal168208202
Binary101010001101000011001010
Octal250320312

Shades and tints

Shades of #A8D0CA

#A8D0CA
(168,208,202)
#99BEB8
(153,190,184)
#8AACA6
(138,172,166)
#7B9A94
(123,154,148)
#6C8882
(108,136,130)
#5D7670
(93,118,112)
#4E645E
(78,100,94)
#3F524C
(63,82,76)
#30403A
(48,64,58)
#212E28
(33,46,40)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #A8D0CA

#A8D0CA
(168,208,202)
#AFD4CE
(175,212,206)
#B6D8D2
(182,216,210)
#BDDCD6
(189,220,214)
#C4E0DA
(196,224,218)
#CBE4DE
(203,228,222)
#D2E8E2
(210,232,226)
#D9ECE6
(217,236,230)
#E0F0EA
(224,240,234)
#E7F4EE
(231,244,238)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D0CA; }

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

This text font color is #A8D0CA.


Background Color

.myBgColor { background-color: #A8D0CA; }

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

This div background color is #A8D0CA.


Border color

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

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

This div border color is #A8D0CA.


Opacity

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

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

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

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

This text has shadow with #A8D0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D0CA on black background.


Color preview on white background

This text has color #A8D0CA on white background.



Black color preview on #A8D0CA background

This text has black color on #A8D0CA background.


White color preview on #A8D0CA background

This text has white color on #A8D0CA background.