COLOR #A8DBB7

HEX: #A8DBB7
RGB: (168,219,183)

Color info

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

RGB color model

#A8DBB7 color RGB value is (168,219,183).

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

RGB channels and saturation

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

168
219
183

R + G + B ~ 75%. #A8DBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 219 + 183 = 570 (100%)
R 168 of 570 ~ 29.47%
G 219 of 570 ~ 38.42%
B 183 of 570 ~ 32.11%

%29.47
%38.42
%32.11

CMYK color model

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

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 14.12%
CMYK:
(23,0,16,14)
C23M0Y16K14 
(23%,0%,16%,14%)
(0.23/0.00/0.16/0.14)	

CMYK percentages

%23.29
%0
%16.44
%14.12

Codes

Color #A8DBB7 in popluar color models

A8DBB7
RGB168219183
HSL138°41.46%75.88%
HSB/HSV138°23.29%85.88%
CMYK23.29%0.00%16.44%
14.12%

Color #A8DBB7 in popluar number systems.

HEXA8DBB7
Decimal168219183
Binary101010001101101110110111
Octal250333267

Shades and tints

Shades of #A8DBB7

#A8DBB7
(168,219,183)
#99C8A7
(153,200,167)
#8AB597
(138,181,151)
#7BA287
(123,162,135)
#6C8F77
(108,143,119)
#5D7C67
(93,124,103)
#4E6957
(78,105,87)
#3F5647
(63,86,71)
#304337
(48,67,55)
#213027
(33,48,39)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #A8DBB7

#A8DBB7
(168,219,183)
#AFDEBD
(175,222,189)
#B6E1C3
(182,225,195)
#BDE4C9
(189,228,201)
#C4E7CF
(196,231,207)
#CBEAD5
(203,234,213)
#D2EDDB
(210,237,219)
#D9F0E1
(217,240,225)
#E0F3E7
(224,243,231)
#E7F6ED
(231,246,237)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DBB7; }

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

This text font color is #A8DBB7.


Background Color

.myBgColor { background-color: #A8DBB7; }

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

This div background color is #A8DBB7.


Border color

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

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

This div border color is #A8DBB7.


Opacity

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

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

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

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

This text has shadow with #A8DBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DBB7 on black background.


Color preview on white background

This text has color #A8DBB7 on white background.



Black color preview on #A8DBB7 background

This text has black color on #A8DBB7 background.


White color preview on #A8DBB7 background

This text has white color on #A8DBB7 background.