COLOR #ABCDB2

HEX: #ABCDB2 RGB: (171,205,178)

Color info

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

RGB color model

#ABCDB2 color RGB value is (171,205,178).

RGB: (171,205,178) (67%, 80%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 178 of 255 = 70%

171
205
178

R + G + B ~ 72%. #ABCDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 178 = 554 (100%)
R 171 of 554 ~ 30.87%
G 205 of 554 ~ 37%
B 178 of 554 ~ 32.13'%

%30.87
%37
%32.13

CMYK color model

#ABCDB2 color CMYK value is (17,0,13,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 19.61%

CMYK: (17,0,13,20)
C17M0Y13K20 (17%, 0%, 13%, 20%)
(0.17 / 0.00 / 0.13 / 0.20)

CMYK percentages

%16.59
%0
%13.17
%19.61

Codes

Color #ABCDB2 in popluar color models

AB CD B2
RGB 171 205 178
HSL 132° 25.37% 73.73%
HSB/HSV 132° 16.59% 80.39%
CMYK 16.59% 0.00% 13.17%
19.61%

Color #ABCDB2 in popluar number systems.

HEX AB CD B2
Decimal 171 205 178
Binary 10101011 11001101 10110010
Octal 253 315 262

Shades and tints

Shades of #ABCDB2

#ABCDB2
(171,205,178)
#9CBBA2
(156,187,162)
#8DA992
(141,169,146)
#7E9782
(126,151,130)
#6F8572
(111,133,114)
#607362
(96,115,98)
#516152
(81,97,82)
#424F42
(66,79,66)
#333D32
(51,61,50)
#242B22
(36,43,34)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABCDB2

#ABCDB2
(171,205,178)
#B2D1B9
(178,209,185)
#B9D5C0
(185,213,192)
#C0D9C7
(192,217,199)
#C7DDCE
(199,221,206)
#CEE1D5
(206,225,213)
#D5E5DC
(213,229,220)
#DCE9E3
(220,233,227)
#E3EDEA
(227,237,234)
#EAF1F1
(234,241,241)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDB2; }

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

This text font color is #ABCDB2.

Background Color

.myBgColor { background-color: #ABCDB2; }

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

This div background color is #ABCDB2.

Border color

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

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

This div border color is #ABCDB2.

Opacity

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

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

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

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

This text has shadow with #ABCDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDB2.

Preview

Color preview on black background

This text has color #ABCDB2 on black background.


Color preview on white background

This text has color #ABCDB2 on white background.


Black color preview on #ABCDB2 background

This text has black color on #ABCDB2 background.


White color preview on #ABCDB2 background

This text has white color on #ABCDB2 background.


Related colors

Complementary color

Complementary color for #hex is #54324D.


I love getcolorcode.com

Triadic colors

1 #B2ABCD and #CDB2AB with #ABCDB2 are triadic colors.

2 #B2CDAB and #CDABB2 with #ABCDB2 are triadic colors.