COLOR #ABBEB2

HEX: #ABBEB2
RGB: (171,190,178)

Color info

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

RGB color model

#ABBEB2 color RGB value is (171,190,178).

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

RGB channels and saturation

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

171
190
178

R + G + B ~ 71%. #ABBEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 178 = 539 (100%)
R 171 of 539 ~ 31.73%
G 190 of 539 ~ 35.25%
B 178 of 539 ~ 33.02%

%31.73
%35.25
%33.02

CMYK color model

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

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

CMYK percentages

%10
%0
%6.32
%25.49

Codes

Color #ABBEB2 in popluar color models

ABBEB2
RGB171190178
HSL142°12.75%70.78%
HSB/HSV142°10.00%74.51%
CMYK10.00%0.00%6.32%
25.49%

Color #ABBEB2 in popluar number systems.

HEXABBEB2
Decimal171190178
Binary101010111011111010110010
Octal253276262

Shades and tints

Shades of #ABBEB2

#ABBEB2
(171,190,178)
#9CADA2
(156,173,162)
#8D9C92
(141,156,146)
#7E8B82
(126,139,130)
#6F7A72
(111,122,114)
#606962
(96,105,98)
#515852
(81,88,82)
#424742
(66,71,66)
#333632
(51,54,50)
#242522
(36,37,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABBEB2

#ABBEB2
(171,190,178)
#B2C3B9
(178,195,185)
#B9C8C0
(185,200,192)
#C0CDC7
(192,205,199)
#C7D2CE
(199,210,206)
#CED7D5
(206,215,213)
#D5DCDC
(213,220,220)
#DCE1E3
(220,225,227)
#E3E6EA
(227,230,234)
#EAEBF1
(234,235,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEB2; }

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

This text font color is #ABBEB2.


Background Color

.myBgColor { background-color: #ABBEB2; }

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

This div background color is #ABBEB2.


Border color

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

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

This div border color is #ABBEB2.


Opacity

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

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

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

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

This text has shadow with #ABBEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBEB2 on black background.


Color preview on white background

This text has color #ABBEB2 on white background.



Black color preview on #ABBEB2 background

This text has black color on #ABBEB2 background.


White color preview on #ABBEB2 background

This text has white color on #ABBEB2 background.