COLOR #ABBEAB

HEX: #ABBEAB RGB: (171,190,171)

Color info

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

RGB color model

#ABBEAB color RGB value is (171,190,171).

RGB: (171,190,171) (67%, 75%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 171 of 255 = 67%

171
190
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 171 = 532 (100%)
R 171 of 532 ~ 32.14%
G 190 of 532 ~ 35.71%
B 171 of 532 ~ 32.14'%

%32.14
%35.71
%32.14

CMYK color model

#ABBEAB color CMYK value is (10,0,10,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK: (10,0,10,25) C10M0Y10K25 (10%,0%,10%,25%) (0.10/0.00/0.10/0.25) 

CMYK percentages

%10
%0
%10
%25.49

Codes

Color #ABBEAB in popluar color models

AB BE AB
RGB 171 190 171
HSL 120° 12.75% 70.78%
HSB/HSV 120° 10.00% 74.51%
CMYK 10.00% 0.00% 10.00%
25.49%

Color #ABBEAB in popluar number systems.

HEX AB BE AB
Decimal 171 190 171
Binary 10101011 10111110 10101011
Octal 253 276 253

Shades and tints

Shades of #ABBEAB

#ABBEAB
(171,190,171)
#9CAD9C
(156,173,156)
#8D9C8D
(141,156,141)
#7E8B7E
(126,139,126)
#6F7A6F
(111,122,111)
#606960
(96,105,96)
#515851
(81,88,81)
#424742
(66,71,66)
#333633
(51,54,51)
#242524
(36,37,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #ABBEAB

#ABBEAB
(171,190,171)
#B2C3B2
(178,195,178)
#B9C8B9
(185,200,185)
#C0CDC0
(192,205,192)
#C7D2C7
(199,210,199)
#CED7CE
(206,215,206)
#D5DCD5
(213,220,213)
#DCE1DC
(220,225,220)
#E3E6E3
(227,230,227)
#EAEBEA
(234,235,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBEAB color. Also use rgb(171,190,171) instead hex code.

Text Font Color

.myTextColor { color: #ABBEAB; }

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

This text font color is #ABBEAB.

Background Color

.myBgColor { background-color: #ABBEAB; }

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

This div background color is #ABBEAB.

Border color

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

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

This div border color is #ABBEAB.

Opacity

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

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

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

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

This text has shadow with #ABBEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBEAB.

Preview

Color preview on black background

This text has color #ABBEAB on black background.


Color preview on white background

This text has color #ABBEAB on white background.


Black color preview on #ABBEAB background

This text has black color on #ABBEAB background.


White color preview on #ABBEAB background

This text has white color on #ABBEAB background.


Related colors

Complementary color

Complementary color for #hex is #544154.


I love getcolorcode.com

Triadic colors

1 #ABABBE and #BEABAB with #ABBEAB are triadic colors.

2 #ABBEAB and #BEABAB with #ABBEAB are triadic colors.