COLOR #A6DBB3

HEX: #A6DBB3
RGB: (166,219,179)

Color info

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

RGB color model

#A6DBB3 color RGB value is (166,219,179).

  • red value is 166;
  • green value is 219;
  • blue value is 179.
RGB:
(166,219,179)
(65%,86%,70%)

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 179 of 255 = 70%

166
219
179

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

Portions of RGB colors in percentages

R + G + B =
166 + 219 + 179 = 564 (100%)
R 166 of 564 ~ 29.43%
G 219 of 564 ~ 38.83%
B 179 of 564 ~ 31.74%

%29.43
%38.83
%31.74

CMYK color model

#A6DBB3 color CMYK value is (24,0,18,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 14.12%
CMYK:
(24,0,18,14)
C24M0Y18K14 
(24%,0%,18%,14%)
(0.24/0.00/0.18/0.14)	

CMYK percentages

%24.2
%0
%18.26
%14.12

Codes

Color #A6DBB3 in popluar color models

A6DBB3
RGB166219179
HSL135°42.40%75.49%
HSB/HSV135°24.20%85.88%
CMYK24.20%0.00%18.26%
14.12%

Color #A6DBB3 in popluar number systems.

HEXA6DBB3
Decimal166219179
Binary101001101101101110110011
Octal246333263

Shades and tints

Shades of #A6DBB3

#A6DBB3
(166,219,179)
#97C8A3
(151,200,163)
#88B593
(136,181,147)
#79A283
(121,162,131)
#6A8F73
(106,143,115)
#5B7C63
(91,124,99)
#4C6953
(76,105,83)
#3D5643
(61,86,67)
#2E4333
(46,67,51)
#1F3023
(31,48,35)
#101D13
(16,29,19)
#000000
(0,0,0)

Tints of #A6DBB3

#A6DBB3
(166,219,179)
#AEDEB9
(174,222,185)
#B6E1BF
(182,225,191)
#BEE4C5
(190,228,197)
#C6E7CB
(198,231,203)
#CEEAD1
(206,234,209)
#D6EDD7
(214,237,215)
#DEF0DD
(222,240,221)
#E6F3E3
(230,243,227)
#EEF6E9
(238,246,233)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DBB3; }

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

This text font color is #A6DBB3.


Background Color

.myBgColor { background-color: #A6DBB3; }

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

This div background color is #A6DBB3.


Border color

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

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

This div border color is #A6DBB3.


Opacity

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

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

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

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

This text has shadow with #A6DBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DBB3 on black background.


Color preview on white background

This text has color #A6DBB3 on white background.



Black color preview on #A6DBB3 background

This text has black color on #A6DBB3 background.


White color preview on #A6DBB3 background

This text has white color on #A6DBB3 background.