COLOR #ABBEA5

HEX: #ABBEA5 RGB: (171,190,165)

Color info

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

RGB color model

#ABBEA5 color RGB value is (171,190,165).

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

RGB channels and saturation

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

171
190
165

R + G + B ~ 69%. #ABBEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 165 = 526 (100%)
R 171 of 526 ~ 32.51%
G 190 of 526 ~ 36.12%
B 165 of 526 ~ 31.37'%

%32.51
%36.12
%31.37

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 25.49%

CMYK: (10,0,13,25)
C10M0Y13K25 (10%, 0%, 13%, 25%)
(0.10 / 0.00 / 0.13 / 0.25)

CMYK percentages

%10
%0
%13.16
%25.49

Codes

Color #ABBEA5 in popluar color models

AB BE A5
RGB 171 190 165
HSL 106° 16.13% 69.61%
HSB/HSV 106° 13.16% 74.51%
CMYK 10.00% 0.00% 13.16%
25.49%

Color #ABBEA5 in popluar number systems.

HEX AB BE A5
Decimal 171 190 165
Binary 10101011 10111110 10100101
Octal 253 276 245

Shades and tints

Shades of #ABBEA5

#ABBEA5
(171,190,165)
#9CAD96
(156,173,150)
#8D9C87
(141,156,135)
#7E8B78
(126,139,120)
#6F7A69
(111,122,105)
#60695A
(96,105,90)
#51584B
(81,88,75)
#42473C
(66,71,60)
#33362D
(51,54,45)
#24251E
(36,37,30)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #ABBEA5

#ABBEA5
(171,190,165)
#B2C3AD
(178,195,173)
#B9C8B5
(185,200,181)
#C0CDBD
(192,205,189)
#C7D2C5
(199,210,197)
#CED7CD
(206,215,205)
#D5DCD5
(213,220,213)
#DCE1DD
(220,225,221)
#E3E6E5
(227,230,229)
#EAEBED
(234,235,237)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEA5; }

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

This text font color is #ABBEA5.

Background Color

.myBgColor { background-color: #ABBEA5; }

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

This div background color is #ABBEA5.

Border color

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

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

This div border color is #ABBEA5.

Opacity

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

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

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

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

This text has shadow with #ABBEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBEA5.

Preview

Color preview on black background

This text has color #ABBEA5 on black background.


Color preview on white background

This text has color #ABBEA5 on white background.


Black color preview on #ABBEA5 background

This text has black color on #ABBEA5 background.


White color preview on #ABBEA5 background

This text has white color on #ABBEA5 background.


Related colors

Complementary color

Complementary color for #hex is #54415A.


I love getcolorcode.com

Triadic colors

1 #A5ABBE and #BEA5AB with #ABBEA5 are triadic colors.

2 #A5BEAB and #BEABA5 with #ABBEA5 are triadic colors.