COLOR #A8DBDB

HEX: #A8DBDB RGB: (168,219,219)

Color info

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

RGB color model

#A8DBDB color RGB value is (168,219,219).

RGB: (168,219,219) (66%, 86%, 86%)

RGB channels and saturation

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

168
219
219

R + G + B ~ 79%. #A8DBDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 219 + 219 = 606 (100%)
R 168 of 606 ~ 27.72%
G 219 of 606 ~ 36.14%
B 219 of 606 ~ 36.14'%

%27.72
%36.14
%36.14

CMYK color model

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

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (23,0,0,14)
C23M0Y0K14 (23%, 0%, 0%, 14%)
(0.23 / 0.00 / 0.00 / 0.14)

CMYK percentages

%23.29
%0
%0
%14.12

Codes

Color #A8DBDB in popluar color models

A8 DB DB
RGB 168 219 219
HSL 180° 41.46% 75.88%
HSB/HSV 180° 23.29% 85.88%
CMYK 23.29% 0.00% 0.00%
14.12%

Color #A8DBDB in popluar number systems.

HEX A8 DB DB
Decimal 168 219 219
Binary 10101000 11011011 11011011
Octal 250 333 333

Shades and tints

Shades of #A8DBDB

#A8DBDB
(168,219,219)
#99C8C8
(153,200,200)
#8AB5B5
(138,181,181)
#7BA2A2
(123,162,162)
#6C8F8F
(108,143,143)
#5D7C7C
(93,124,124)
#4E6969
(78,105,105)
#3F5656
(63,86,86)
#304343
(48,67,67)
#213030
(33,48,48)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #A8DBDB

#A8DBDB
(168,219,219)
#AFDEDE
(175,222,222)
#B6E1E1
(182,225,225)
#BDE4E4
(189,228,228)
#C4E7E7
(196,231,231)
#CBEAEA
(203,234,234)
#D2EDED
(210,237,237)
#D9F0F0
(217,240,240)
#E0F3F3
(224,243,243)
#E7F6F6
(231,246,246)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DBDB; }

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

This text font color is #A8DBDB.

Background Color

.myBgColor { background-color: #A8DBDB; }

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

This div background color is #A8DBDB.

Border color

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

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

This div border color is #A8DBDB.

Opacity

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

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

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

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

This text has shadow with #A8DBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DBDB.

Preview

Color preview on black background

This text has color #A8DBDB on black background.


Color preview on white background

This text has color #A8DBDB on white background.


Black color preview on #A8DBDB background

This text has black color on #A8DBDB background.


White color preview on #A8DBDB background

This text has white color on #A8DBDB background.


Related colors

Complementary color

Complementary color for #hex is #572424.


I love getcolorcode.com