COLOR #ABD3B7

HEX: #ABD3B7 RGB: (171,211,183)

Color info

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

RGB color model

#ABD3B7 color RGB value is (171,211,183).

RGB: (171,211,183) (67%, 83%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 211 of 255 = 83%
B 183 of 255 = 72%

171
211
183

R + G + B ~ 74%. #ABD3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 211 + 183 = 565 (100%)
R 171 of 565 ~ 30.27%
G 211 of 565 ~ 37.35%
B 183 of 565 ~ 32.39'%

%30.27
%37.35
%32.39

CMYK color model

#ABD3B7 color CMYK value is (19,0,13,17).

  • cyan value is 18.96%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 17.25%

CMYK: (19,0,13,17)
C19M0Y13K17 (19%, 0%, 13%, 17%)
(0.19 / 0.00 / 0.13 / 0.17)

CMYK percentages

%18.96
%0
%13.27
%17.25

Codes

Color #ABD3B7 in popluar color models

AB D3 B7
RGB 171 211 183
HSL 138° 31.25% 74.90%
HSB/HSV 138° 18.96% 82.75%
CMYK 18.96% 0.00% 13.27%
17.25%

Color #ABD3B7 in popluar number systems.

HEX AB D3 B7
Decimal 171 211 183
Binary 10101011 11010011 10110111
Octal 253 323 267

Shades and tints

Shades of #ABD3B7

#ABD3B7
(171,211,183)
#9CC0A7
(156,192,167)
#8DAD97
(141,173,151)
#7E9A87
(126,154,135)
#6F8777
(111,135,119)
#607467
(96,116,103)
#516157
(81,97,87)
#424E47
(66,78,71)
#333B37
(51,59,55)
#242827
(36,40,39)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABD3B7

#ABD3B7
(171,211,183)
#B2D7BD
(178,215,189)
#B9DBC3
(185,219,195)
#C0DFC9
(192,223,201)
#C7E3CF
(199,227,207)
#CEE7D5
(206,231,213)
#D5EBDB
(213,235,219)
#DCEFE1
(220,239,225)
#E3F3E7
(227,243,231)
#EAF7ED
(234,247,237)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD3B7 color. Also use rgb(171,211,183) instead hex code.

Text Font Color

.myTextColor { color: #ABD3B7; }

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

This text font color is #ABD3B7.

Background Color

.myBgColor { background-color: #ABD3B7; }

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

This div background color is #ABD3B7.

Border color

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

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

This div border color is #ABD3B7.

Opacity

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

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

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

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

This text has shadow with #ABD3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD3B7.

Preview

Color preview on black background

This text has color #ABD3B7 on black background.


Color preview on white background

This text has color #ABD3B7 on white background.


Black color preview on #ABD3B7 background

This text has black color on #ABD3B7 background.


White color preview on #ABD3B7 background

This text has white color on #ABD3B7 background.


Related colors

Complementary color

Complementary color for #hex is #542C48.


I love getcolorcode.com

Triadic colors

1 #B7ABD3 and #D3B7AB with #ABD3B7 are triadic colors.

2 #B7D3AB and #D3ABB7 with #ABD3B7 are triadic colors.