COLOR #ABC6CC

HEX: #ABC6CC RGB: (171,198,204)

Renk bilgisi

#ABC6CC contains red, green and blue colors in about the same proportion. #ABC6CC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#ABC6CC color RGB value is (171,198,204).

RGB: (171,198,204) (67%, 78%, 80%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 198 of 255 = 78%
B 204 of 255 = 80%

171
198
204

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

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 198 + 204 = 573 (100%)
R 171 of 573 ~ 29.84%
G 198 of 573 ~ 34.55%
B 204 of 573 ~ 35.6'%

%29.84
%34.55
%35.6

CMYK RENK MODELİ

#ABC6CC rengi CMYK tonu (16,3,0,20).

  • camgöbeği tonu 16.18%
  • eflatun tonu 2.94%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%

CMYK: (16,3,0,20)
C16M3Y0K20 (16%, 3%, 0%, 20%)
(0.16 / 0.03 / 0.00 / 0.20)

CMYK yüzdeleri

%16.18
%2.94
%0
%20

Codes

Color #ABC6CC in popluar color models

AB C6 CC
RGB 171 198 204
HSL 191° 24.44% 73.53%
HSB/HSV 191° 16.18% 80.00%
CMYK 16.18% 2.94% 0.00%
20.00%

Color #ABC6CC in popluar number systems.

HEX AB C6 CC
Decimal 171 198 204
Binary 10101011 11000110 11001100
Octal 253 306 314

Shades and tints

Shades of #ABC6CC

#ABC6CC
(171,198,204)
#9CB4BA
(156,180,186)
#8DA2A8
(141,162,168)
#7E9096
(126,144,150)
#6F7E84
(111,126,132)
#606C72
(96,108,114)
#515A60
(81,90,96)
#42484E
(66,72,78)
#33363C
(51,54,60)
#24242A
(36,36,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #ABC6CC

#ABC6CC
(171,198,204)
#B2CBD0
(178,203,208)
#B9D0D4
(185,208,212)
#C0D5D8
(192,213,216)
#C7DADC
(199,218,220)
#CEDFE0
(206,223,224)
#D5E4E4
(213,228,228)
#DCE9E8
(220,233,232)
#E3EEEC
(227,238,236)
#EAF3F0
(234,243,240)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6CC; }

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

This text font color is #ABC6CC.

Background Color

.myBgColor { background-color: #ABC6CC; }

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

This div background color is #ABC6CC.

Border color

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

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

This div border color is #ABC6CC.

Opacity

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

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

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

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

This text has shadow with #ABC6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC6CC.

Preview

Color preview on black background

This text has color #ABC6CC on black background.


Color preview on white background

This text has color #ABC6CC on white background.


Black color preview on #ABC6CC background

This text has black color on #ABC6CC background.


White color preview on #ABC6CC background

This text has white color on #ABC6CC background.


Related colors

Complementary color

Complementary color for #hex is #543933.


I love getcolorcode.com

Triadic colors

1 #CCABC6 and #C6CCAB with #ABC6CC are triadic colors.

2 #CCC6AB and #C6ABCC with #ABC6CC are triadic colors.