COLOR #ABCDBC

HEX: #ABCDBC RGB: (171,205,188)

Color info

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

RGB color model

#ABCDBC color RGB value is (171,205,188).

RGB: (171,205,188) (67%, 80%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 188 of 255 = 74%

171
205
188

R + G + B ~ 74%. #ABCDBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 188 = 564 (100%)
R 171 of 564 ~ 30.32%
G 205 of 564 ~ 36.35%
B 188 of 564 ~ 33.33'%

%30.32
%36.35
%33.33

CMYK color model

#ABCDBC color CMYK value is (17,0,8,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%
CMYK: (17,0,8,20) C17M0Y8K20 (17%,0%,8%,20%) (0.17/0.00/0.08/0.20) 

CMYK percentages

%16.59
%0
%8.29
%19.61

Codes

Color #ABCDBC in popluar color models

AB CD BC
RGB 171 205 188
HSL 150° 25.37% 73.73%
HSB/HSV 150° 16.59% 80.39%
CMYK 16.59% 0.00% 8.29%
19.61%

Color #ABCDBC in popluar number systems.

HEX AB CD BC
Decimal 171 205 188
Binary 10101011 11001101 10111100
Octal 253 315 274

Shades and tints

Shades of #ABCDBC

#ABCDBC
(171,205,188)
#9CBBAB
(156,187,171)
#8DA99A
(141,169,154)
#7E9789
(126,151,137)
#6F8578
(111,133,120)
#607367
(96,115,103)
#516156
(81,97,86)
#424F45
(66,79,69)
#333D34
(51,61,52)
#242B23
(36,43,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABCDBC

#ABCDBC
(171,205,188)
#B2D1C2
(178,209,194)
#B9D5C8
(185,213,200)
#C0D9CE
(192,217,206)
#C7DDD4
(199,221,212)
#CEE1DA
(206,225,218)
#D5E5E0
(213,229,224)
#DCE9E6
(220,233,230)
#E3EDEC
(227,237,236)
#EAF1F2
(234,241,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDBC; }

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

This text font color is #ABCDBC.

Background Color

.myBgColor { background-color: #ABCDBC; }

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

This div background color is #ABCDBC.

Border color

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

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

This div border color is #ABCDBC.

Opacity

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

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

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

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

This text has shadow with #ABCDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDBC.

Preview

Color preview on black background

This text has color #ABCDBC on black background.


Color preview on white background

This text has color #ABCDBC on white background.


Black color preview on #ABCDBC background

This text has black color on #ABCDBC background.


White color preview on #ABCDBC background

This text has white color on #ABCDBC background.


Related colors

Complementary color

Complementary color for #hex is #543243.


I love getcolorcode.com

Triadic colors

1 #BCABCD and #CDBCAB with #ABCDBC are triadic colors.

2 #BCCDAB and #CDABBC with #ABCDBC are triadic colors.