COLOR #ABDDD4

HEX: #ABDDD4 RGB: (171,221,212)

Color info

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

RGB color model

#ABDDD4 color RGB value is (171,221,212).

RGB: (171,221,212) (67%, 87%, 83%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 212 of 255 = 83%

171
221
212

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

Portions of RGB colors in percentages

R + G + B = 171 + 221 + 212 = 604 (100%)
R 171 of 604 ~ 28.31%
G 221 of 604 ~ 36.59%
B 212 of 604 ~ 35.1'%

%28.31
%36.59
%35.1

CMYK color model

#ABDDD4 color CMYK value is (23,0,4,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%

CMYK: (23,0,4,13)
C23M0Y4K13 (23%, 0%, 4%, 13%)
(0.23 / 0.00 / 0.04 / 0.13)

CMYK percentages

%22.62
%0
%4.07
%13.33

Codes

Color #ABDDD4 in popluar color models

AB DD D4
RGB 171 221 212
HSL 169° 42.37% 76.86%
HSB/HSV 169° 22.62% 86.67%
CMYK 22.62% 0.00% 4.07%
13.33%

Color #ABDDD4 in popluar number systems.

HEX AB DD D4
Decimal 171 221 212
Binary 10101011 11011101 11010100
Octal 253 335 324

Shades and tints

Shades of #ABDDD4

#ABDDD4
(171,221,212)
#9CC9C1
(156,201,193)
#8DB5AE
(141,181,174)
#7EA19B
(126,161,155)
#6F8D88
(111,141,136)
#607975
(96,121,117)
#516562
(81,101,98)
#42514F
(66,81,79)
#333D3C
(51,61,60)
#242929
(36,41,41)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABDDD4

#ABDDD4
(171,221,212)
#B2E0D7
(178,224,215)
#B9E3DA
(185,227,218)
#C0E6DD
(192,230,221)
#C7E9E0
(199,233,224)
#CEECE3
(206,236,227)
#D5EFE6
(213,239,230)
#DCF2E9
(220,242,233)
#E3F5EC
(227,245,236)
#EAF8EF
(234,248,239)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDDD4 color. Also use rgb(171,221,212) instead hex code.

Text Font Color

.myTextColor { color: #ABDDD4; }

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

This text font color is #ABDDD4.

Background Color

.myBgColor { background-color: #ABDDD4; }

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

This div background color is #ABDDD4.

Border color

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

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

This div border color is #ABDDD4.

Opacity

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

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

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

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

This text has shadow with #ABDDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDDD4.

Preview

Color preview on black background

This text has color #ABDDD4 on black background.


Color preview on white background

This text has color #ABDDD4 on white background.


Black color preview on #ABDDD4 background

This text has black color on #ABDDD4 background.


White color preview on #ABDDD4 background

This text has white color on #ABDDD4 background.


Related colors

Complementary color

Complementary color for #hex is #54222B.


I love getcolorcode.com

Triadic colors

1 #D4ABDD and #DDD4AB with #ABDDD4 are triadic colors.

2 #D4DDAB and #DDABD4 with #ABDDD4 are triadic colors.