COLOR #ABCEB5

HEX: #ABCEB5
RGB: (171,206,181)

Color info

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

RGB color model

#ABCEB5 color RGB value is (171,206,181).

  • red value is 171;
  • green value is 206;
  • blue value is 181.
RGB:
(171,206,181)
(67%,81%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 181 of 255 = 71%

171
206
181

R + G + B ~ 73%. #ABCEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 206 + 181 = 558 (100%)
R 171 of 558 ~ 30.65%
G 206 of 558 ~ 36.92%
B 181 of 558 ~ 32.44%

%30.65
%36.92
%32.44

CMYK color model

#ABCEB5 color CMYK value is (17,0,12,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(17,0,12,19)
C17M0Y12K19 
(17%,0%,12%,19%)
(0.17/0.00/0.12/0.19)	

CMYK percentages

%16.99
%0
%12.14
%19.22

Codes

Color #ABCEB5 in popluar color models

ABCEB5
RGB171206181
HSL137°26.32%73.92%
HSB/HSV137°16.99%80.78%
CMYK16.99%0.00%12.14%
19.22%

Color #ABCEB5 in popluar number systems.

HEXABCEB5
Decimal171206181
Binary101010111100111010110101
Octal253316265

Shades and tints

Shades of #ABCEB5

#ABCEB5
(171,206,181)
#9CBCA5
(156,188,165)
#8DAA95
(141,170,149)
#7E9885
(126,152,133)
#6F8675
(111,134,117)
#607465
(96,116,101)
#516255
(81,98,85)
#425045
(66,80,69)
#333E35
(51,62,53)
#242C25
(36,44,37)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABCEB5

#ABCEB5
(171,206,181)
#B2D2BB
(178,210,187)
#B9D6C1
(185,214,193)
#C0DAC7
(192,218,199)
#C7DECD
(199,222,205)
#CEE2D3
(206,226,211)
#D5E6D9
(213,230,217)
#DCEADF
(220,234,223)
#E3EEE5
(227,238,229)
#EAF2EB
(234,242,235)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCEB5 color. Also use rgb(171,206,181) instead hex code.

Text Font Color

.myTextColor { color: #ABCEB5; }

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

This text font color is #ABCEB5.


Background Color

.myBgColor { background-color: #ABCEB5; }

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

This div background color is #ABCEB5.


Border color

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

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

This div border color is #ABCEB5.


Opacity

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

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

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

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

This text has shadow with #ABCEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCEB5 on black background.


Color preview on white background

This text has color #ABCEB5 on white background.



Black color preview on #ABCEB5 background

This text has black color on #ABCEB5 background.


White color preview on #ABCEB5 background

This text has white color on #ABCEB5 background.