COLOR #ACDB98

HEX: #ACDB98 RGB: (172,219,152)

Color info

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

RGB color model

#ACDB98 color RGB value is (172,219,152).

RGB: (172,219,152) (67%, 86%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 219 of 255 = 86%
B 152 of 255 = 60%

172
219
152

R + G + B ~ 71%. #ACDB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 219 + 152 = 543 (100%)
R 172 of 543 ~ 31.68%
G 219 of 543 ~ 40.33%
B 152 of 543 ~ 27.99'%

%31.68
%40.33
%27.99

CMYK color model

#ACDB98 color CMYK value is (21,0,31,14).

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

CMYK: (21,0,31,14)
C21M0Y31K14 (21%, 0%, 31%, 14%)
(0.21 / 0.00 / 0.31 / 0.14)

CMYK percentages

%21.46
%0
%30.59
%14.12

Codes

Color #ACDB98 in popluar color models

AC DB 98
RGB 172 219 152
HSL 102° 48.20% 72.75%
HSB/HSV 102° 30.59% 85.88%
CMYK 21.46% 0.00% 30.59%
14.12%

Color #ACDB98 in popluar number systems.

HEX AC DB 98
Decimal 172 219 152
Binary 10101100 11011011 10011000
Octal 254 333 230

Shades and tints

Shades of #ACDB98

#ACDB98
(172,219,152)
#9DC88B
(157,200,139)
#8EB57E
(142,181,126)
#7FA271
(127,162,113)
#708F64
(112,143,100)
#617C57
(97,124,87)
#52694A
(82,105,74)
#43563D
(67,86,61)
#344330
(52,67,48)
#253023
(37,48,35)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #ACDB98

#ACDB98
(172,219,152)
#B3DEA1
(179,222,161)
#BAE1AA
(186,225,170)
#C1E4B3
(193,228,179)
#C8E7BC
(200,231,188)
#CFEAC5
(207,234,197)
#D6EDCE
(214,237,206)
#DDF0D7
(221,240,215)
#E4F3E0
(228,243,224)
#EBF6E9
(235,246,233)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDB98; }

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

This text font color is #ACDB98.

Background Color

.myBgColor { background-color: #ACDB98; }

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

This div background color is #ACDB98.

Border color

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

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

This div border color is #ACDB98.

Opacity

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

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

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

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

This text has shadow with #ACDB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDB98.

Preview

Color preview on black background

This text has color #ACDB98 on black background.


Color preview on white background

This text has color #ACDB98 on white background.


Black color preview on #ACDB98 background

This text has black color on #ACDB98 background.


White color preview on #ACDB98 background

This text has white color on #ACDB98 background.


Related colors

Complementary color

Complementary color for #hex is #532467.


I love getcolorcode.com

Triadic colors

1 #98ACDB and #DB98AC with #ACDB98 are triadic colors.

2 #98DBAC and #DBAC98 with #ACDB98 are triadic colors.