COLOR #A6DBB2

HEX: #A6DBB2
RGB: (166,219,178)

Color info

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

RGB color model

#A6DBB2 color RGB value is (166,219,178).

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

RGB channels and saturation

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

166
219
178

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

Portions of RGB colors in percentages

R + G + B =
166 + 219 + 178 = 563 (100%)
R 166 of 563 ~ 29.48%
G 219 of 563 ~ 38.9%
B 178 of 563 ~ 31.62%

%29.48
%38.9
%31.62

CMYK color model

#A6DBB2 color CMYK value is (24,0,19,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(24,0,19,14)
C24M0Y19K14 
(24%,0%,19%,14%)
(0.24/0.00/0.19/0.14)	

CMYK percentages

%24.2
%0
%18.72
%14.12

Codes

Color #A6DBB2 in popluar color models

A6DBB2
RGB166219178
HSL134°42.40%75.49%
HSB/HSV134°24.20%85.88%
CMYK24.20%0.00%18.72%
14.12%

Color #A6DBB2 in popluar number systems.

HEXA6DBB2
Decimal166219178
Binary101001101101101110110010
Octal246333262

Shades and tints

Shades of #A6DBB2

#A6DBB2
(166,219,178)
#97C8A2
(151,200,162)
#88B592
(136,181,146)
#79A282
(121,162,130)
#6A8F72
(106,143,114)
#5B7C62
(91,124,98)
#4C6952
(76,105,82)
#3D5642
(61,86,66)
#2E4332
(46,67,50)
#1F3022
(31,48,34)
#101D12
(16,29,18)
#000000
(0,0,0)

Tints of #A6DBB2

#A6DBB2
(166,219,178)
#AEDEB9
(174,222,185)
#B6E1C0
(182,225,192)
#BEE4C7
(190,228,199)
#C6E7CE
(198,231,206)
#CEEAD5
(206,234,213)
#D6EDDC
(214,237,220)
#DEF0E3
(222,240,227)
#E6F3EA
(230,243,234)
#EEF6F1
(238,246,241)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DBB2; }

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

This text font color is #A6DBB2.


Background Color

.myBgColor { background-color: #A6DBB2; }

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

This div background color is #A6DBB2.


Border color

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

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

This div border color is #A6DBB2.


Opacity

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

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

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

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

This text has shadow with #A6DBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DBB2 on black background.


Color preview on white background

This text has color #A6DBB2 on white background.



Black color preview on #A6DBB2 background

This text has black color on #A6DBB2 background.


White color preview on #A6DBB2 background

This text has white color on #A6DBB2 background.