COLOR #A8DBB3

HEX: #A8DBB3 RGB: (168,219,179)

Color info

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

RGB color model

#A8DBB3 color RGB value is (168,219,179).

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

RGB channels and saturation

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

168
219
179

R + G + B ~ 74%. #A8DBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 219 + 179 = 566 (100%)
R 168 of 566 ~ 29.68%
G 219 of 566 ~ 38.69%
B 179 of 566 ~ 31.63'%

%29.68
%38.69
%31.63

CMYK color model

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

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

CMYK: (23,0,18,14)
C23M0Y18K14 (23%, 0%, 18%, 14%)
(0.23 / 0.00 / 0.18 / 0.14)

CMYK percentages

%23.29
%0
%18.26
%14.12

Codes

Color #A8DBB3 in popluar color models

A8 DB B3
RGB 168 219 179
HSL 133° 41.46% 75.88%
HSB/HSV 133° 23.29% 85.88%
CMYK 23.29% 0.00% 18.26%
14.12%

Color #A8DBB3 in popluar number systems.

HEX A8 DB B3
Decimal 168 219 179
Binary 10101000 11011011 10110011
Octal 250 333 263

Shades and tints

Shades of #A8DBB3

#A8DBB3
(168,219,179)
#99C8A3
(153,200,163)
#8AB593
(138,181,147)
#7BA283
(123,162,131)
#6C8F73
(108,143,115)
#5D7C63
(93,124,99)
#4E6953
(78,105,83)
#3F5643
(63,86,67)
#304333
(48,67,51)
#213023
(33,48,35)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #A8DBB3

#A8DBB3
(168,219,179)
#AFDEB9
(175,222,185)
#B6E1BF
(182,225,191)
#BDE4C5
(189,228,197)
#C4E7CB
(196,231,203)
#CBEAD1
(203,234,209)
#D2EDD7
(210,237,215)
#D9F0DD
(217,240,221)
#E0F3E3
(224,243,227)
#E7F6E9
(231,246,233)
#EEF9EF
(238,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DBB3; }

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

This text font color is #A8DBB3.

Background Color

.myBgColor { background-color: #A8DBB3; }

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

This div background color is #A8DBB3.

Border color

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

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

This div border color is #A8DBB3.

Opacity

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

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

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

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

This text has shadow with #A8DBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DBB3.

Preview

Color preview on black background

This text has color #A8DBB3 on black background.


Color preview on white background

This text has color #A8DBB3 on white background.


Black color preview on #A8DBB3 background

This text has black color on #A8DBB3 background.


White color preview on #A8DBB3 background

This text has white color on #A8DBB3 background.


Related colors

Complementary color

Complementary color for #hex is #57244C.


I love getcolorcode.com

Triadic colors

1 #B3A8DB and #DBB3A8 with #A8DBB3 are triadic colors.

2 #B3DBA8 and #DBA8B3 with #A8DBB3 are triadic colors.