COLOR #A8DBD2

HEX: #A8DBD2 RGB: (168,219,210)

Color info

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

RGB color model

#A8DBD2 color RGB value is (168,219,210).

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

RGB channels and saturation

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

168
219
210

R + G + B ~ 78%. #A8DBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 219 + 210 = 597 (100%)
R 168 of 597 ~ 28.14%
G 219 of 597 ~ 36.68%
B 210 of 597 ~ 35.18'%

%28.14
%36.68
%35.18

CMYK color model

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

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

CMYK: (23,0,4,14)
C23M0Y4K14 (23%, 0%, 4%, 14%)
(0.23 / 0.00 / 0.04 / 0.14)

CMYK percentages

%23.29
%0
%4.11
%14.12

Codes

Color #A8DBD2 in popluar color models

A8 DB D2
RGB 168 219 210
HSL 169° 41.46% 75.88%
HSB/HSV 169° 23.29% 85.88%
CMYK 23.29% 0.00% 4.11%
14.12%

Color #A8DBD2 in popluar number systems.

HEX A8 DB D2
Decimal 168 219 210
Binary 10101000 11011011 11010010
Octal 250 333 322

Shades and tints

Shades of #A8DBD2

#A8DBD2
(168,219,210)
#99C8BF
(153,200,191)
#8AB5AC
(138,181,172)
#7BA299
(123,162,153)
#6C8F86
(108,143,134)
#5D7C73
(93,124,115)
#4E6960
(78,105,96)
#3F564D
(63,86,77)
#30433A
(48,67,58)
#213027
(33,48,39)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #A8DBD2

#A8DBD2
(168,219,210)
#AFDED6
(175,222,214)
#B6E1DA
(182,225,218)
#BDE4DE
(189,228,222)
#C4E7E2
(196,231,226)
#CBEAE6
(203,234,230)
#D2EDEA
(210,237,234)
#D9F0EE
(217,240,238)
#E0F3F2
(224,243,242)
#E7F6F6
(231,246,246)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DBD2; }

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

This text font color is #A8DBD2.

Background Color

.myBgColor { background-color: #A8DBD2; }

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

This div background color is #A8DBD2.

Border color

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

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

This div border color is #A8DBD2.

Opacity

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

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

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

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

This text has shadow with #A8DBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DBD2.

Preview

Color preview on black background

This text has color #A8DBD2 on black background.


Color preview on white background

This text has color #A8DBD2 on white background.


Black color preview on #A8DBD2 background

This text has black color on #A8DBD2 background.


White color preview on #A8DBD2 background

This text has white color on #A8DBD2 background.


Related colors

Complementary color

Complementary color for #hex is #57242D.


I love getcolorcode.com

Triadic colors

1 #D2A8DB and #DBD2A8 with #A8DBD2 are triadic colors.

2 #D2DBA8 and #DBA8D2 with #A8DBD2 are triadic colors.