COLOR #ABC3CF

HEX: #ABC3CF RGB: (171,195,207)

Color info

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

RGB color model

#ABC3CF color RGB value is (171,195,207).

RGB: (171,195,207) (67%, 76%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 195 of 255 = 76%
B 207 of 255 = 81%

171
195
207

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

Portions of RGB colors in percentages

R + G + B = 171 + 195 + 207 = 573 (100%)
R 171 of 573 ~ 29.84%
G 195 of 573 ~ 34.03%
B 207 of 573 ~ 36.13'%

%29.84
%34.03
%36.13

CMYK color model

#ABC3CF color CMYK value is (17,6,0,19).

  • cyan value is 17.39%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (17,6,0,19)
C17M6Y0K19 (17%, 6%, 0%, 19%)
(0.17 / 0.06 / 0.00 / 0.19)

CMYK percentages

%17.39
%5.8
%0
%18.82

Codes

Color #ABC3CF in popluar color models

AB C3 CF
RGB 171 195 207
HSL 200° 27.27% 74.12%
HSB/HSV 200° 17.39% 81.18%
CMYK 17.39% 5.80% 0.00%
18.82%

Color #ABC3CF in popluar number systems.

HEX AB C3 CF
Decimal 171 195 207
Binary 10101011 11000011 11001111
Octal 253 303 317

Shades and tints

Shades of #ABC3CF

#ABC3CF
(171,195,207)
#9CB2BD
(156,178,189)
#8DA1AB
(141,161,171)
#7E9099
(126,144,153)
#6F7F87
(111,127,135)
#606E75
(96,110,117)
#515D63
(81,93,99)
#424C51
(66,76,81)
#333B3F
(51,59,63)
#242A2D
(36,42,45)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #ABC3CF

#ABC3CF
(171,195,207)
#B2C8D3
(178,200,211)
#B9CDD7
(185,205,215)
#C0D2DB
(192,210,219)
#C7D7DF
(199,215,223)
#CEDCE3
(206,220,227)
#D5E1E7
(213,225,231)
#DCE6EB
(220,230,235)
#E3EBEF
(227,235,239)
#EAF0F3
(234,240,243)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC3CF color. Also use rgb(171,195,207) instead hex code.

Text Font Color

.myTextColor { color: #ABC3CF; }

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

This text font color is #ABC3CF.

Background Color

.myBgColor { background-color: #ABC3CF; }

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

This div background color is #ABC3CF.

Border color

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

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

This div border color is #ABC3CF.

Opacity

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

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

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

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

This text has shadow with #ABC3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC3CF.

Preview

Color preview on black background

This text has color #ABC3CF on black background.


Color preview on white background

This text has color #ABC3CF on white background.


Black color preview on #ABC3CF background

This text has black color on #ABC3CF background.


White color preview on #ABC3CF background

This text has white color on #ABC3CF background.


Related colors

Complementary color

Complementary color for #hex is #543C30.


I love getcolorcode.com

Triadic colors

1 #CFABC3 and #C3CFAB with #ABC3CF are triadic colors.

2 #CFC3AB and #C3ABCF with #ABC3CF are triadic colors.