COLOR #ABBE63

HEX: #ABBE63 RGB: (171,190,99)

Color info

#ABBE63 contains mainly red and green colors. Web safe color of #ABBE63 is #99CC66 (or #9C6).

RGB color model

#ABBE63 color RGB value is (171,190,99).

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

RGB channels and saturation

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

171
190
99

R + G + B ~ 60%. #ABBE63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 99 = 460 (100%)
R 171 of 460 ~ 37.17%
G 190 of 460 ~ 41.3%
B 99 of 460 ~ 21.52'%

%37.17
%41.3
%21.52

CMYK color model

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

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

CMYK: (10,0,48,25)
C10M0Y48K25 (10%, 0%, 48%, 25%)
(0.10 / 0.00 / 0.48 / 0.25)

CMYK percentages

%10
%0
%47.89
%25.49

Codes

Color #ABBE63 in popluar color models

AB BE 63
RGB 171 190 99
HSL 73° 41.18% 56.67%
HSB/HSV 73° 47.89% 74.51%
CMYK 10.00% 0.00% 47.89%
25.49%

Color #ABBE63 in popluar number systems.

HEX AB BE 63
Decimal 171 190 99
Binary 10101011 10111110 1100011
Octal 253 276 143

Shades and tints

Shades of #ABBE63

#ABBE63
(171,190,99)
#9CAD5A
(156,173,90)
#8D9C51
(141,156,81)
#7E8B48
(126,139,72)
#6F7A3F
(111,122,63)
#606936
(96,105,54)
#51582D
(81,88,45)
#424724
(66,71,36)
#33361B
(51,54,27)
#242512
(36,37,18)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #ABBE63

#ABBE63
(171,190,99)
#B2C371
(178,195,113)
#B9C87F
(185,200,127)
#C0CD8D
(192,205,141)
#C7D29B
(199,210,155)
#CED7A9
(206,215,169)
#D5DCB7
(213,220,183)
#DCE1C5
(220,225,197)
#E3E6D3
(227,230,211)
#EAEBE1
(234,235,225)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE63; }

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

This text font color is #ABBE63.

Background Color

.myBgColor { background-color: #ABBE63; }

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

This div background color is #ABBE63.

Border color

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

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

This div border color is #ABBE63.

Opacity

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

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

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

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

This text has shadow with #ABBE63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBE63.

Preview

Color preview on black background

This text has color #ABBE63 on black background.


Color preview on white background

This text has color #ABBE63 on white background.


Black color preview on #ABBE63 background

This text has black color on #ABBE63 background.


White color preview on #ABBE63 background

This text has white color on #ABBE63 background.


Related colors

Complementary color

Complementary color for #hex is #54419C.


I love getcolorcode.com

Triadic colors

1 #63ABBE and #BE63AB with #ABBE63 are triadic colors.

2 #63BEAB and #BEAB63 with #ABBE63 are triadic colors.