COLOR #A8CDDB

HEX: #A8CDDB
RGB: (168,205,219)

Color info

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

RGB color model

#A8CDDB color RGB value is (168,205,219).

  • red value is 168;
  • green value is 205;
  • blue value is 219.
RGB:
(168,205,219)
(66%,80%,86%)

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 219 of 255 = 86%

168
205
219

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

Portions of RGB colors in percentages

R + G + B =
168 + 205 + 219 = 592 (100%)
R 168 of 592 ~ 28.38%
G 205 of 592 ~ 34.63%
B 219 of 592 ~ 36.99%

%28.38
%34.63
%36.99

CMYK color model

#A8CDDB color CMYK value is (23,6,0,14).

  • cyan value is 23.29%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,6,0,14)
C23M6Y0K14 
(23%,6%,0%,14%)
(0.23/0.06/0.00/0.14)	

CMYK percentages

%23.29
%6.39
%0
%14.12

Codes

Color #A8CDDB in popluar color models

A8CDDB
RGB168205219
HSL196°41.46%75.88%
HSB/HSV196°23.29%85.88%
CMYK23.29%6.39%0.00%
14.12%

Color #A8CDDB in popluar number systems.

HEXA8CDDB
Decimal168205219
Binary101010001100110111011011
Octal250315333

Shades and tints

Shades of #A8CDDB

#A8CDDB
(168,205,219)
#99BBC8
(153,187,200)
#8AA9B5
(138,169,181)
#7B97A2
(123,151,162)
#6C858F
(108,133,143)
#5D737C
(93,115,124)
#4E6169
(78,97,105)
#3F4F56
(63,79,86)
#303D43
(48,61,67)
#212B30
(33,43,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #A8CDDB

#A8CDDB
(168,205,219)
#AFD1DE
(175,209,222)
#B6D5E1
(182,213,225)
#BDD9E4
(189,217,228)
#C4DDE7
(196,221,231)
#CBE1EA
(203,225,234)
#D2E5ED
(210,229,237)
#D9E9F0
(217,233,240)
#E0EDF3
(224,237,243)
#E7F1F6
(231,241,246)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CDDB color. Also use rgb(168,205,219) instead hex code.

Text Font Color

.myTextColor { color: #A8CDDB; }

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

This text font color is #A8CDDB.


Background Color

.myBgColor { background-color: #A8CDDB; }

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

This div background color is #A8CDDB.


Border color

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

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

This div border color is #A8CDDB.


Opacity

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

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

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

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

This text has shadow with #A8CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CDDB on black background.


Color preview on white background

This text has color #A8CDDB on white background.



Black color preview on #A8CDDB background

This text has black color on #A8CDDB background.


White color preview on #A8CDDB background

This text has white color on #A8CDDB background.