COLOR #ABC265

HEX: #ABC265 RGB: (171,194,101)

Color info

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

RGB color model

#ABC265 color RGB value is (171,194,101).

RGB: (171,194,101) (67%, 76%, 40%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 101 of 255 = 40%

171
194
101

R + G + B ~ 61%. #ABC265 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 194 + 101 = 466 (100%)
R 171 of 466 ~ 36.7%
G 194 of 466 ~ 41.63%
B 101 of 466 ~ 21.67'%

%36.7
%41.63
%21.67

CMYK color model

#ABC265 color CMYK value is (12,0,48,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 47.94%
  • key color value is 23.92%

CMYK: (12,0,48,24)
C12M0Y48K24 (12%, 0%, 48%, 24%)
(0.12 / 0.00 / 0.48 / 0.24)

CMYK percentages

%11.86
%0
%47.94
%23.92

Codes

Color #ABC265 in popluar color models

AB C2 65
RGB 171 194 101
HSL 75° 43.26% 57.84%
HSB/HSV 75° 47.94% 76.08%
CMYK 11.86% 0.00% 47.94%
23.92%

Color #ABC265 in popluar number systems.

HEX AB C2 65
Decimal 171 194 101
Binary 10101011 11000010 1100101
Octal 253 302 145

Shades and tints

Shades of #ABC265

#ABC265
(171,194,101)
#9CB15C
(156,177,92)
#8DA053
(141,160,83)
#7E8F4A
(126,143,74)
#6F7E41
(111,126,65)
#606D38
(96,109,56)
#515C2F
(81,92,47)
#424B26
(66,75,38)
#333A1D
(51,58,29)
#242914
(36,41,20)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #ABC265

#ABC265
(171,194,101)
#B2C773
(178,199,115)
#B9CC81
(185,204,129)
#C0D18F
(192,209,143)
#C7D69D
(199,214,157)
#CEDBAB
(206,219,171)
#D5E0B9
(213,224,185)
#DCE5C7
(220,229,199)
#E3EAD5
(227,234,213)
#EAEFE3
(234,239,227)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC265; }

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

This text font color is #ABC265.

Background Color

.myBgColor { background-color: #ABC265; }

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

This div background color is #ABC265.

Border color

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

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

This div border color is #ABC265.

Opacity

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

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

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

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

This text has shadow with #ABC265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC265.

Preview

Color preview on black background

This text has color #ABC265 on black background.


Color preview on white background

This text has color #ABC265 on white background.


Black color preview on #ABC265 background

This text has black color on #ABC265 background.


White color preview on #ABC265 background

This text has white color on #ABC265 background.


Related colors

Complementary color

Complementary color for #hex is #543D9A.


I love getcolorcode.com

Triadic colors

1 #65ABC2 and #C265AB with #ABC265 are triadic colors.

2 #65C2AB and #C2AB65 with #ABC265 are triadic colors.