COLOR #ABBEAD

HEX: #ABBEAD
RGB: (171,190,173)

Color info

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

RGB color model

#ABBEAD color RGB value is (171,190,173).

  • red value is 171;
  • green value is 190;
  • blue value is 173.
RGB:
(171,190,173)
(67%,75%,68%)

RGB channels and saturation

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

171
190
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 173 = 534 (100%)
R 171 of 534 ~ 32.02%
G 190 of 534 ~ 35.58%
B 173 of 534 ~ 32.4%

%32.02
%35.58
%32.4

CMYK color model

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

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

CMYK percentages

%10
%0
%8.95
%25.49

Codes

Color #ABBEAD in popluar color models

ABBEAD
RGB171190173
HSL126°12.75%70.78%
HSB/HSV126°10.00%74.51%
CMYK10.00%0.00%8.95%
25.49%

Color #ABBEAD in popluar number systems.

HEXABBEAD
Decimal171190173
Binary101010111011111010101101
Octal253276255

Shades and tints

Shades of #ABBEAD

#ABBEAD
(171,190,173)
#9CAD9E
(156,173,158)
#8D9C8F
(141,156,143)
#7E8B80
(126,139,128)
#6F7A71
(111,122,113)
#606962
(96,105,98)
#515853
(81,88,83)
#424744
(66,71,68)
#333635
(51,54,53)
#242526
(36,37,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABBEAD

#ABBEAD
(171,190,173)
#B2C3B4
(178,195,180)
#B9C8BB
(185,200,187)
#C0CDC2
(192,205,194)
#C7D2C9
(199,210,201)
#CED7D0
(206,215,208)
#D5DCD7
(213,220,215)
#DCE1DE
(220,225,222)
#E3E6E5
(227,230,229)
#EAEBEC
(234,235,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEAD; }

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

This text font color is #ABBEAD.


Background Color

.myBgColor { background-color: #ABBEAD; }

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

This div background color is #ABBEAD.


Border color

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

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

This div border color is #ABBEAD.


Opacity

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

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

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

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

This text has shadow with #ABBEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBEAD on black background.


Color preview on white background

This text has color #ABBEAD on white background.



Black color preview on #ABBEAD background

This text has black color on #ABBEAD background.


White color preview on #ABBEAD background

This text has white color on #ABBEAD background.