COLOR #ABCCB5

HEX: #ABCCB5 RGB: (171,204,181)

Color info

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

RGB color model

#ABCCB5 color RGB value is (171,204,181).

RGB: (171,204,181) (67%, 80%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 181 of 255 = 71%

171
204
181

R + G + B ~ 73%. #ABCCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 181 = 556 (100%)
R 171 of 556 ~ 30.76%
G 204 of 556 ~ 36.69%
B 181 of 556 ~ 32.55'%

%30.76
%36.69
%32.55

CMYK color model

#ABCCB5 color CMYK value is (16,0,11,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 20.00%

CMYK: (16,0,11,20)
C16M0Y11K20 (16%, 0%, 11%, 20%)
(0.16 / 0.00 / 0.11 / 0.20)

CMYK percentages

%16.18
%0
%11.27
%20

Codes

Color #ABCCB5 in popluar color models

AB CC B5
RGB 171 204 181
HSL 138° 24.44% 73.53%
HSB/HSV 138° 16.18% 80.00%
CMYK 16.18% 0.00% 11.27%
20.00%

Color #ABCCB5 in popluar number systems.

HEX AB CC B5
Decimal 171 204 181
Binary 10101011 11001100 10110101
Octal 253 314 265

Shades and tints

Shades of #ABCCB5

#ABCCB5
(171,204,181)
#9CBAA5
(156,186,165)
#8DA895
(141,168,149)
#7E9685
(126,150,133)
#6F8475
(111,132,117)
#607265
(96,114,101)
#516055
(81,96,85)
#424E45
(66,78,69)
#333C35
(51,60,53)
#242A25
(36,42,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABCCB5

#ABCCB5
(171,204,181)
#B2D0BB
(178,208,187)
#B9D4C1
(185,212,193)
#C0D8C7
(192,216,199)
#C7DCCD
(199,220,205)
#CEE0D3
(206,224,211)
#D5E4D9
(213,228,217)
#DCE8DF
(220,232,223)
#E3ECE5
(227,236,229)
#EAF0EB
(234,240,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCCB5 color. Also use rgb(171,204,181) instead hex code.

Text Font Color

.myTextColor { color: #ABCCB5; }

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

This text font color is #ABCCB5.

Background Color

.myBgColor { background-color: #ABCCB5; }

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

This div background color is #ABCCB5.

Border color

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

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

This div border color is #ABCCB5.

Opacity

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

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

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

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

This text has shadow with #ABCCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCB5.

Preview

Color preview on black background

This text has color #ABCCB5 on black background.


Color preview on white background

This text has color #ABCCB5 on white background.


Black color preview on #ABCCB5 background

This text has black color on #ABCCB5 background.


White color preview on #ABCCB5 background

This text has white color on #ABCCB5 background.


Related colors

Complementary color

Complementary color for #hex is #54334A.


I love getcolorcode.com

Triadic colors

1 #B5ABCC and #CCB5AB with #ABCCB5 are triadic colors.

2 #B5CCAB and #CCABB5 with #ABCCB5 are triadic colors.