COLOR #ABCDD4

HEX: #ABCDD4 RGB: (171,205,212)

Color info

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

RGB color model

#ABCDD4 color RGB value is (171,205,212).

RGB: (171,205,212) (67%, 80%, 83%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 212 of 255 = 83%

171
205
212

R + G + B ~ 77%. #ABCDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 212 = 588 (100%)
R 171 of 588 ~ 29.08%
G 205 of 588 ~ 34.86%
B 212 of 588 ~ 36.05'%

%29.08
%34.86
%36.05

CMYK color model

#ABCDD4 color CMYK value is (19,3,0,17).

  • cyan value is 19.34%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (19,3,0,17)
C19M3Y0K17 (19%, 3%, 0%, 17%)
(0.19 / 0.03 / 0.00 / 0.17)

CMYK percentages

%19.34
%3.3
%0
%16.86

Codes

Color #ABCDD4 in popluar color models

AB CD D4
RGB 171 205 212
HSL 190° 32.28% 75.10%
HSB/HSV 190° 19.34% 83.14%
CMYK 19.34% 3.30% 0.00%
16.86%

Color #ABCDD4 in popluar number systems.

HEX AB CD D4
Decimal 171 205 212
Binary 10101011 11001101 11010100
Octal 253 315 324

Shades and tints

Shades of #ABCDD4

#ABCDD4
(171,205,212)
#9CBBC1
(156,187,193)
#8DA9AE
(141,169,174)
#7E979B
(126,151,155)
#6F8588
(111,133,136)
#607375
(96,115,117)
#516162
(81,97,98)
#424F4F
(66,79,79)
#333D3C
(51,61,60)
#242B29
(36,43,41)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABCDD4

#ABCDD4
(171,205,212)
#B2D1D7
(178,209,215)
#B9D5DA
(185,213,218)
#C0D9DD
(192,217,221)
#C7DDE0
(199,221,224)
#CEE1E3
(206,225,227)
#D5E5E6
(213,229,230)
#DCE9E9
(220,233,233)
#E3EDEC
(227,237,236)
#EAF1EF
(234,241,239)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDD4; }

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

This text font color is #ABCDD4.

Background Color

.myBgColor { background-color: #ABCDD4; }

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

This div background color is #ABCDD4.

Border color

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

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

This div border color is #ABCDD4.

Opacity

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

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

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

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

This text has shadow with #ABCDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDD4.

Preview

Color preview on black background

This text has color #ABCDD4 on black background.


Color preview on white background

This text has color #ABCDD4 on white background.


Black color preview on #ABCDD4 background

This text has black color on #ABCDD4 background.


White color preview on #ABCDD4 background

This text has white color on #ABCDD4 background.


Related colors

Complementary color

Complementary color for #hex is #54322B.


I love getcolorcode.com

Triadic colors

1 #D4ABCD and #CDD4AB with #ABCDD4 are triadic colors.

2 #D4CDAB and #CDABD4 with #ABCDD4 are triadic colors.