COLOR #A8D3CF

HEX: #A8D3CF
RGB: (168,211,207)

Color info

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

RGB color model

#A8D3CF color RGB value is (168,211,207).

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

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 207 of 255 = 81%

168
211
207

R + G + B ~ 77%. #A8D3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 211 + 207 = 586 (100%)
R 168 of 586 ~ 28.67%
G 211 of 586 ~ 36.01%
B 207 of 586 ~ 35.32%

%28.67
%36.01
%35.32

CMYK color model

#A8D3CF color CMYK value is (20,0,2,17).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.25%
CMYK:
(20,0,2,17)
C20M0Y2K17 
(20%,0%,2%,17%)
(0.20/0.00/0.02/0.17)	

CMYK percentages

%20.38
%0
%1.9
%17.25

Codes

Color #A8D3CF in popluar color models

A8D3CF
RGB168211207
HSL174°32.82%74.31%
HSB/HSV174°20.38%82.75%
CMYK20.38%0.00%1.90%
17.25%

Color #A8D3CF in popluar number systems.

HEXA8D3CF
Decimal168211207
Binary101010001101001111001111
Octal250323317

Shades and tints

Shades of #A8D3CF

#A8D3CF
(168,211,207)
#99C0BD
(153,192,189)
#8AADAB
(138,173,171)
#7B9A99
(123,154,153)
#6C8787
(108,135,135)
#5D7475
(93,116,117)
#4E6163
(78,97,99)
#3F4E51
(63,78,81)
#303B3F
(48,59,63)
#21282D
(33,40,45)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #A8D3CF

#A8D3CF
(168,211,207)
#AFD7D3
(175,215,211)
#B6DBD7
(182,219,215)
#BDDFDB
(189,223,219)
#C4E3DF
(196,227,223)
#CBE7E3
(203,231,227)
#D2EBE7
(210,235,231)
#D9EFEB
(217,239,235)
#E0F3EF
(224,243,239)
#E7F7F3
(231,247,243)
#EEFBF7
(238,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D3CF; }

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

This text font color is #A8D3CF.


Background Color

.myBgColor { background-color: #A8D3CF; }

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

This div background color is #A8D3CF.


Border color

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

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

This div border color is #A8D3CF.


Opacity

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

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

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

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

This text has shadow with #A8D3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D3CF on black background.


Color preview on white background

This text has color #A8D3CF on white background.



Black color preview on #A8D3CF background

This text has black color on #A8D3CF background.


White color preview on #A8D3CF background

This text has white color on #A8D3CF background.