COLOR #ABD1BE

HEX: #ABD1BE RGB: (171,209,190)

Color info

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

RGB color model

#ABD1BE color RGB value is (171,209,190).

RGB: (171,209,190) (67%, 82%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 190 of 255 = 75%

171
209
190

R + G + B ~ 75%. #ABD1BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 209 + 190 = 570 (100%)
R 171 of 570 ~ 30%
G 209 of 570 ~ 36.67%
B 190 of 570 ~ 33.33'%

%30
%36.67
%33.33

CMYK color model

#ABD1BE color CMYK value is (18,0,9,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%

CMYK: (18,0,9,18)
C18M0Y9K18 (18%, 0%, 9%, 18%)
(0.18 / 0.00 / 0.09 / 0.18)

CMYK percentages

%18.18
%0
%9.09
%18.04

Codes

Color #ABD1BE in popluar color models

AB D1 BE
RGB 171 209 190
HSL 150° 29.23% 74.51%
HSB/HSV 150° 18.18% 81.96%
CMYK 18.18% 0.00% 9.09%
18.04%

Color #ABD1BE in popluar number systems.

HEX AB D1 BE
Decimal 171 209 190
Binary 10101011 11010001 10111110
Octal 253 321 276

Shades and tints

Shades of #ABD1BE

#ABD1BE
(171,209,190)
#9CBEAD
(156,190,173)
#8DAB9C
(141,171,156)
#7E988B
(126,152,139)
#6F857A
(111,133,122)
#607269
(96,114,105)
#515F58
(81,95,88)
#424C47
(66,76,71)
#333936
(51,57,54)
#242625
(36,38,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABD1BE

#ABD1BE
(171,209,190)
#B2D5C3
(178,213,195)
#B9D9C8
(185,217,200)
#C0DDCD
(192,221,205)
#C7E1D2
(199,225,210)
#CEE5D7
(206,229,215)
#D5E9DC
(213,233,220)
#DCEDE1
(220,237,225)
#E3F1E6
(227,241,230)
#EAF5EB
(234,245,235)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD1BE; }

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

This text font color is #ABD1BE.

Background Color

.myBgColor { background-color: #ABD1BE; }

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

This div background color is #ABD1BE.

Border color

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

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

This div border color is #ABD1BE.

Opacity

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

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

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

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

This text has shadow with #ABD1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD1BE.

Preview

Color preview on black background

This text has color #ABD1BE on black background.


Color preview on white background

This text has color #ABD1BE on white background.


Black color preview on #ABD1BE background

This text has black color on #ABD1BE background.


White color preview on #ABD1BE background

This text has white color on #ABD1BE background.


Related colors

Complementary color

Complementary color for #hex is #542E41.


I love getcolorcode.com

Triadic colors

1 #BEABD1 and #D1BEAB with #ABD1BE are triadic colors.

2 #BED1AB and #D1ABBE with #ABD1BE are triadic colors.