COLOR #A8DCED

HEX: #A8DCED
RGB: (168,220,237)

Color info

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

RGB color model

#A8DCED color RGB value is (168,220,237).

  • red value is 168;
  • green value is 220;
  • blue value is 237.
RGB:
(168,220,237)
(66%,86%,93%)

RGB channels and saturation

R 168 of 255 = 66%
G 220 of 255 = 86%
B 237 of 255 = 93%

168
220
237

R + G + B ~ 82%. #A8DCED is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 220 + 237 = 625 (100%)
R 168 of 625 ~ 26.88%
G 220 of 625 ~ 35.2%
B 237 of 625 ~ 37.92%

%26.88
%35.2
%37.92

CMYK color model

#A8DCED color CMYK value is (29,7,0,7).

  • cyan value is 29.11%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,7,0,7)
C29M7Y0K7 
(29%,7%,0%,7%)
(0.29/0.07/0.00/0.07)	

CMYK percentages

%29.11
%7.17
%0
%7.06

Codes

Color #A8DCED in popluar color models

A8DCED
RGB168220237
HSL195°65.71%79.41%
HSB/HSV195°29.11%92.94%
CMYK29.11%7.17%0.00%
7.06%

Color #A8DCED in popluar number systems.

HEXA8DCED
Decimal168220237
Binary101010001101110011101101
Octal250334355

Shades and tints

Shades of #A8DCED

#A8DCED
(168,220,237)
#99C8D8
(153,200,216)
#8AB4C3
(138,180,195)
#7BA0AE
(123,160,174)
#6C8C99
(108,140,153)
#5D7884
(93,120,132)
#4E646F
(78,100,111)
#3F505A
(63,80,90)
#303C45
(48,60,69)
#212830
(33,40,48)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #A8DCED

#A8DCED
(168,220,237)
#AFDFEE
(175,223,238)
#B6E2EF
(182,226,239)
#BDE5F0
(189,229,240)
#C4E8F1
(196,232,241)
#CBEBF2
(203,235,242)
#D2EEF3
(210,238,243)
#D9F1F4
(217,241,244)
#E0F4F5
(224,244,245)
#E7F7F6
(231,247,246)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DCED color. Also use rgb(168,220,237) instead hex code.

Text Font Color

.myTextColor { color: #A8DCED; }

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

This text font color is #A8DCED.


Background Color

.myBgColor { background-color: #A8DCED; }

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

This div background color is #A8DCED.


Border color

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

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

This div border color is #A8DCED.


Opacity

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

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

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

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

This text has shadow with #A8DCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DCED on black background.


Color preview on white background

This text has color #A8DCED on white background.



Black color preview on #A8DCED background

This text has black color on #A8DCED background.


White color preview on #A8DCED background

This text has white color on #A8DCED background.