COLOR #A8DEE3

HEX: #A8DEE3
RGB: (168,222,227)

Color info

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

RGB color model

#A8DEE3 color RGB value is (168,222,227).

  • red value is 168;
  • green value is 222;
  • blue value is 227.
RGB:
(168,222,227)
(66%,87%,89%)

RGB channels and saturation

R 168 of 255 = 66%
G 222 of 255 = 87%
B 227 of 255 = 89%

168
222
227

R + G + B ~ 81%. #A8DEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 222 + 227 = 617 (100%)
R 168 of 617 ~ 27.23%
G 222 of 617 ~ 35.98%
B 227 of 617 ~ 36.79%

%27.23
%35.98
%36.79

CMYK color model

#A8DEE3 color CMYK value is (26,2,0,11).

  • cyan value is 25.99%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(26,2,0,11)
C26M2Y0K11 
(26%,2%,0%,11%)
(0.26/0.02/0.00/0.11)	

CMYK percentages

%25.99
%2.2
%0
%10.98

Codes

Color #A8DEE3 in popluar color models

A8DEE3
RGB168222227
HSL185°51.30%77.45%
HSB/HSV185°25.99%89.02%
CMYK25.99%2.20%0.00%
10.98%

Color #A8DEE3 in popluar number systems.

HEXA8DEE3
Decimal168222227
Binary101010001101111011100011
Octal250336343

Shades and tints

Shades of #A8DEE3

#A8DEE3
(168,222,227)
#99CACF
(153,202,207)
#8AB6BB
(138,182,187)
#7BA2A7
(123,162,167)
#6C8E93
(108,142,147)
#5D7A7F
(93,122,127)
#4E666B
(78,102,107)
#3F5257
(63,82,87)
#303E43
(48,62,67)
#212A2F
(33,42,47)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #A8DEE3

#A8DEE3
(168,222,227)
#AFE1E5
(175,225,229)
#B6E4E7
(182,228,231)
#BDE7E9
(189,231,233)
#C4EAEB
(196,234,235)
#CBEDED
(203,237,237)
#D2F0EF
(210,240,239)
#D9F3F1
(217,243,241)
#E0F6F3
(224,246,243)
#E7F9F5
(231,249,245)
#EEFCF7
(238,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DEE3 color. Also use rgb(168,222,227) instead hex code.

Text Font Color

.myTextColor { color: #A8DEE3; }

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

This text font color is #A8DEE3.


Background Color

.myBgColor { background-color: #A8DEE3; }

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

This div background color is #A8DEE3.


Border color

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

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

This div border color is #A8DEE3.


Opacity

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

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

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

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

This text has shadow with #A8DEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DEE3 on black background.


Color preview on white background

This text has color #A8DEE3 on white background.



Black color preview on #A8DEE3 background

This text has black color on #A8DEE3 background.


White color preview on #A8DEE3 background

This text has white color on #A8DEE3 background.