COLOR #A6DB98

HEX: #A6DB98 RGB: (166,219,152)

Color info

#A6DB98 contains mainly red and green colors. Web safe color of #A6DB98 is #99CC99 (or #9C9).

RGB color model

#A6DB98 color RGB value is (166,219,152).

RGB: (166,219,152) (65%, 86%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 152 of 255 = 60%

166
219
152

R + G + B ~ 70%. #A6DB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 219 + 152 = 537 (100%)
R 166 of 537 ~ 30.91%
G 219 of 537 ~ 40.78%
B 152 of 537 ~ 28.31'%

%30.91
%40.78
%28.31

CMYK color model

#A6DB98 color CMYK value is (24,0,31,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 14.12%

CMYK: (24,0,31,14)
C24M0Y31K14 (24%, 0%, 31%, 14%)
(0.24 / 0.00 / 0.31 / 0.14)

CMYK percentages

%24.2
%0
%30.59
%14.12

Codes

Color #A6DB98 in popluar color models

A6 DB 98
RGB 166 219 152
HSL 107° 48.20% 72.75%
HSB/HSV 107° 30.59% 85.88%
CMYK 24.20% 0.00% 30.59%
14.12%

Color #A6DB98 in popluar number systems.

HEX A6 DB 98
Decimal 166 219 152
Binary 10100110 11011011 10011000
Octal 246 333 230

Shades and tints

Shades of #A6DB98

#A6DB98
(166,219,152)
#97C88B
(151,200,139)
#88B57E
(136,181,126)
#79A271
(121,162,113)
#6A8F64
(106,143,100)
#5B7C57
(91,124,87)
#4C694A
(76,105,74)
#3D563D
(61,86,61)
#2E4330
(46,67,48)
#1F3023
(31,48,35)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #A6DB98

#A6DB98
(166,219,152)
#AEDEA1
(174,222,161)
#B6E1AA
(182,225,170)
#BEE4B3
(190,228,179)
#C6E7BC
(198,231,188)
#CEEAC5
(206,234,197)
#D6EDCE
(214,237,206)
#DEF0D7
(222,240,215)
#E6F3E0
(230,243,224)
#EEF6E9
(238,246,233)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DB98; }

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

This text font color is #A6DB98.

Background Color

.myBgColor { background-color: #A6DB98; }

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

This div background color is #A6DB98.

Border color

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

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

This div border color is #A6DB98.

Opacity

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

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

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

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

This text has shadow with #A6DB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DB98.

Preview

Color preview on black background

This text has color #A6DB98 on black background.


Color preview on white background

This text has color #A6DB98 on white background.


Black color preview on #A6DB98 background

This text has black color on #A6DB98 background.


White color preview on #A6DB98 background

This text has white color on #A6DB98 background.


Related colors

Complementary color

Complementary color for #hex is #592467.


I love getcolorcode.com

Triadic colors

1 #98A6DB and #DB98A6 with #A6DB98 are triadic colors.

2 #98DBA6 and #DBA698 with #A6DB98 are triadic colors.