COLOR #ABCDC5

HEX: #ABCDC5 RGB: (171,205,197)

Color info

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

RGB color model

#ABCDC5 color RGB value is (171,205,197).

RGB: (171,205,197) (67%, 80%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 197 of 255 = 77%

171
205
197

R + G + B ~ 75%. #ABCDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 197 = 573 (100%)
R 171 of 573 ~ 29.84%
G 205 of 573 ~ 35.78%
B 197 of 573 ~ 34.38'%

%29.84
%35.78
%34.38

CMYK color model

#ABCDC5 color CMYK value is (17,0,4,20).

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

CMYK: (17,0,4,20)
C17M0Y4K20 (17%, 0%, 4%, 20%)
(0.17 / 0.00 / 0.04 / 0.20)

CMYK percentages

%16.59
%0
%3.9
%19.61

Codes

Color #ABCDC5 in popluar color models

AB CD C5
RGB 171 205 197
HSL 166° 25.37% 73.73%
HSB/HSV 166° 16.59% 80.39%
CMYK 16.59% 0.00% 3.90%
19.61%

Color #ABCDC5 in popluar number systems.

HEX AB CD C5
Decimal 171 205 197
Binary 10101011 11001101 11000101
Octal 253 315 305

Shades and tints

Shades of #ABCDC5

#ABCDC5
(171,205,197)
#9CBBB4
(156,187,180)
#8DA9A3
(141,169,163)
#7E9792
(126,151,146)
#6F8581
(111,133,129)
#607370
(96,115,112)
#51615F
(81,97,95)
#424F4E
(66,79,78)
#333D3D
(51,61,61)
#242B2C
(36,43,44)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #ABCDC5

#ABCDC5
(171,205,197)
#B2D1CA
(178,209,202)
#B9D5CF
(185,213,207)
#C0D9D4
(192,217,212)
#C7DDD9
(199,221,217)
#CEE1DE
(206,225,222)
#D5E5E3
(213,229,227)
#DCE9E8
(220,233,232)
#E3EDED
(227,237,237)
#EAF1F2
(234,241,242)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDC5; }

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

This text font color is #ABCDC5.

Background Color

.myBgColor { background-color: #ABCDC5; }

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

This div background color is #ABCDC5.

Border color

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

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

This div border color is #ABCDC5.

Opacity

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

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

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

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

This text has shadow with #ABCDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDC5.

Preview

Color preview on black background

This text has color #ABCDC5 on black background.


Color preview on white background

This text has color #ABCDC5 on white background.


Black color preview on #ABCDC5 background

This text has black color on #ABCDC5 background.


White color preview on #ABCDC5 background

This text has white color on #ABCDC5 background.


Related colors

Complementary color

Complementary color for #hex is #54323A.


I love getcolorcode.com

Triadic colors

1 #C5ABCD and #CDC5AB with #ABCDC5 are triadic colors.

2 #C5CDAB and #CDABC5 with #ABCDC5 are triadic colors.