COLOR #A8D3EA

HEX: #A8D3EA
RGB: (168,211,234)

Color info

#A8D3EA contains mainly green and blue colors. Web safe color of #A8D3EA is #99CCFF (or #9CF).

RGB color model

#A8D3EA color RGB value is (168,211,234).

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

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 234 of 255 = 92%

168
211
234

R + G + B ~ 80%. #A8D3EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 211 + 234 = 613 (100%)
R 168 of 613 ~ 27.41%
G 211 of 613 ~ 34.42%
B 234 of 613 ~ 38.17%

%27.41
%34.42
%38.17

CMYK color model

#A8D3EA color CMYK value is (28,10,0,8).

  • cyan value is 28.21%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,10,0,8)
C28M10Y0K8 
(28%,10%,0%,8%)
(0.28/0.10/0.00/0.08)	

CMYK percentages

%28.21
%9.83
%0
%8.24

Codes

Color #A8D3EA in popluar color models

A8D3EA
RGB168211234
HSL201°61.11%78.82%
HSB/HSV201°28.21%91.76%
CMYK28.21%9.83%0.00%
8.24%

Color #A8D3EA in popluar number systems.

HEXA8D3EA
Decimal168211234
Binary101010001101001111101010
Octal250323352

Shades and tints

Shades of #A8D3EA

#A8D3EA
(168,211,234)
#99C0D5
(153,192,213)
#8AADC0
(138,173,192)
#7B9AAB
(123,154,171)
#6C8796
(108,135,150)
#5D7481
(93,116,129)
#4E616C
(78,97,108)
#3F4E57
(63,78,87)
#303B42
(48,59,66)
#21282D
(33,40,45)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8D3EA

#A8D3EA
(168,211,234)
#AFD7EB
(175,215,235)
#B6DBEC
(182,219,236)
#BDDFED
(189,223,237)
#C4E3EE
(196,227,238)
#CBE7EF
(203,231,239)
#D2EBF0
(210,235,240)
#D9EFF1
(217,239,241)
#E0F3F2
(224,243,242)
#E7F7F3
(231,247,243)
#EEFBF4
(238,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D3EA; }

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

This text font color is #A8D3EA.


Background Color

.myBgColor { background-color: #A8D3EA; }

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

This div background color is #A8D3EA.


Border color

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

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

This div border color is #A8D3EA.


Opacity

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

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

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

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

This text has shadow with #A8D3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D3EA on black background.


Color preview on white background

This text has color #A8D3EA on white background.



Black color preview on #A8D3EA background

This text has black color on #A8D3EA background.


White color preview on #A8D3EA background

This text has white color on #A8D3EA background.