COLOR #ABCDB8

HEX: #ABCDB8
RGB: (171,205,184)

Color info

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

RGB color model

#ABCDB8 color RGB value is (171,205,184).

  • red value is 171;
  • green value is 205;
  • blue value is 184.
RGB:
(171,205,184)
(67%,80%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 184 of 255 = 72%

171
205
184

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

Portions of RGB colors in percentages

R + G + B =
171 + 205 + 184 = 560 (100%)
R 171 of 560 ~ 30.54%
G 205 of 560 ~ 36.61%
B 184 of 560 ~ 32.86%

%30.54
%36.61
%32.86

CMYK color model

#ABCDB8 color CMYK value is (17,0,10,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 19.61%
CMYK:
(17,0,10,20)
C17M0Y10K20 
(17%,0%,10%,20%)
(0.17/0.00/0.10/0.20)	

CMYK percentages

%16.59
%0
%10.24
%19.61

Codes

Color #ABCDB8 in popluar color models

ABCDB8
RGB171205184
HSL143°25.37%73.73%
HSB/HSV143°16.59%80.39%
CMYK16.59%0.00%10.24%
19.61%

Color #ABCDB8 in popluar number systems.

HEXABCDB8
Decimal171205184
Binary101010111100110110111000
Octal253315270

Shades and tints

Shades of #ABCDB8

#ABCDB8
(171,205,184)
#9CBBA8
(156,187,168)
#8DA998
(141,169,152)
#7E9788
(126,151,136)
#6F8578
(111,133,120)
#607368
(96,115,104)
#516158
(81,97,88)
#424F48
(66,79,72)
#333D38
(51,61,56)
#242B28
(36,43,40)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #ABCDB8

#ABCDB8
(171,205,184)
#B2D1BE
(178,209,190)
#B9D5C4
(185,213,196)
#C0D9CA
(192,217,202)
#C7DDD0
(199,221,208)
#CEE1D6
(206,225,214)
#D5E5DC
(213,229,220)
#DCE9E2
(220,233,226)
#E3EDE8
(227,237,232)
#EAF1EE
(234,241,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCDB8 color. Also use rgb(171,205,184) instead hex code.

Text Font Color

.myTextColor { color: #ABCDB8; }

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

This text font color is #ABCDB8.


Background Color

.myBgColor { background-color: #ABCDB8; }

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

This div background color is #ABCDB8.


Border color

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

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

This div border color is #ABCDB8.


Opacity

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

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

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

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

This text has shadow with #ABCDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCDB8 on black background.


Color preview on white background

This text has color #ABCDB8 on white background.



Black color preview on #ABCDB8 background

This text has black color on #ABCDB8 background.


White color preview on #ABCDB8 background

This text has white color on #ABCDB8 background.