COLOR #A8D0B8

HEX: #A8D0B8 RGB: (168,208,184)

Color info

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

RGB color model

#A8D0B8 color RGB value is (168,208,184).

RGB: (168,208,184) (66%, 82%, 72%)

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 184 of 255 = 72%

168
208
184

R + G + B ~ 73%. #A8D0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 208 + 184 = 560 (100%)
R 168 of 560 ~ 30%
G 208 of 560 ~ 37.14%
B 184 of 560 ~ 32.86'%

%30
%37.14
%32.86

CMYK color model

#A8D0B8 color CMYK value is (19,0,12,18).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 18.43%

CMYK: (19,0,12,18)
C19M0Y12K18 (19%, 0%, 12%, 18%)
(0.19 / 0.00 / 0.12 / 0.18)

CMYK percentages

%19.23
%0
%11.54
%18.43

Codes

Color #A8D0B8 in popluar color models

A8 D0 B8
RGB 168 208 184
HSL 144° 29.85% 73.73%
HSB/HSV 144° 19.23% 81.57%
CMYK 19.23% 0.00% 11.54%
18.43%

Color #A8D0B8 in popluar number systems.

HEX A8 D0 B8
Decimal 168 208 184
Binary 10101000 11010000 10111000
Octal 250 320 270

Shades and tints

Shades of #A8D0B8

#A8D0B8
(168,208,184)
#99BEA8
(153,190,168)
#8AAC98
(138,172,152)
#7B9A88
(123,154,136)
#6C8878
(108,136,120)
#5D7668
(93,118,104)
#4E6458
(78,100,88)
#3F5248
(63,82,72)
#304038
(48,64,56)
#212E28
(33,46,40)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #A8D0B8

#A8D0B8
(168,208,184)
#AFD4BE
(175,212,190)
#B6D8C4
(182,216,196)
#BDDCCA
(189,220,202)
#C4E0D0
(196,224,208)
#CBE4D6
(203,228,214)
#D2E8DC
(210,232,220)
#D9ECE2
(217,236,226)
#E0F0E8
(224,240,232)
#E7F4EE
(231,244,238)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D0B8; }

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

This text font color is #A8D0B8.

Background Color

.myBgColor { background-color: #A8D0B8; }

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

This div background color is #A8D0B8.

Border color

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

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

This div border color is #A8D0B8.

Opacity

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

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

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

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

This text has shadow with #A8D0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D0B8.

Preview

Color preview on black background

This text has color #A8D0B8 on black background.


Color preview on white background

This text has color #A8D0B8 on white background.


Black color preview on #A8D0B8 background

This text has black color on #A8D0B8 background.


White color preview on #A8D0B8 background

This text has white color on #A8D0B8 background.


Related colors

Complementary color

Complementary color for #hex is #572F47.


I love getcolorcode.com

Triadic colors

1 #B8A8D0 and #D0B8A8 with #A8D0B8 are triadic colors.

2 #B8D0A8 and #D0A8B8 with #A8D0B8 are triadic colors.