COLOR #ABE3D1

HEX: #ABE3D1 RGB: (171,227,209)

Color info

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

RGB color model

#ABE3D1 color RGB value is (171,227,209).

RGB: (171,227,209) (67%, 89%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 227 of 255 = 89%
B 209 of 255 = 82%

171
227
209

R + G + B ~ 79%. #ABE3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 227 + 209 = 607 (100%)
R 171 of 607 ~ 28.17%
G 227 of 607 ~ 37.4%
B 209 of 607 ~ 34.43'%

%28.17
%37.4
%34.43

CMYK color model

#ABE3D1 color CMYK value is (25,0,8,11).

  • cyan value is 24.67%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 10.98%

CMYK: (25,0,8,11)
C25M0Y8K11 (25%, 0%, 8%, 11%)
(0.25 / 0.00 / 0.08 / 0.11)

CMYK percentages

%24.67
%0
%7.93
%10.98

Codes

Color #ABE3D1 in popluar color models

AB E3 D1
RGB 171 227 209
HSL 161° 50.00% 78.04%
HSB/HSV 161° 24.67% 89.02%
CMYK 24.67% 0.00% 7.93%
10.98%

Color #ABE3D1 in popluar number systems.

HEX AB E3 D1
Decimal 171 227 209
Binary 10101011 11100011 11010001
Octal 253 343 321

Shades and tints

Shades of #ABE3D1

#ABE3D1
(171,227,209)
#9CCFBE
(156,207,190)
#8DBBAB
(141,187,171)
#7EA798
(126,167,152)
#6F9385
(111,147,133)
#607F72
(96,127,114)
#516B5F
(81,107,95)
#42574C
(66,87,76)
#334339
(51,67,57)
#242F26
(36,47,38)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #ABE3D1

#ABE3D1
(171,227,209)
#B2E5D5
(178,229,213)
#B9E7D9
(185,231,217)
#C0E9DD
(192,233,221)
#C7EBE1
(199,235,225)
#CEEDE5
(206,237,229)
#D5EFE9
(213,239,233)
#DCF1ED
(220,241,237)
#E3F3F1
(227,243,241)
#EAF5F5
(234,245,245)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE3D1; }

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

This text font color is #ABE3D1.

Background Color

.myBgColor { background-color: #ABE3D1; }

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

This div background color is #ABE3D1.

Border color

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

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

This div border color is #ABE3D1.

Opacity

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

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

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

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

This text has shadow with #ABE3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE3D1.

Preview

Color preview on black background

This text has color #ABE3D1 on black background.


Color preview on white background

This text has color #ABE3D1 on white background.


Black color preview on #ABE3D1 background

This text has black color on #ABE3D1 background.


White color preview on #ABE3D1 background

This text has white color on #ABE3D1 background.


Related colors

Complementary color

Complementary color for #hex is #541C2E.


I love getcolorcode.com

Triadic colors

1 #D1ABE3 and #E3D1AB with #ABE3D1 are triadic colors.

2 #D1E3AB and #E3ABD1 with #ABE3D1 are triadic colors.