COLOR #ACC6BC

HEX: #ACC6BC
RGB: (172,198,188)

Renk bilgisi

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

RGB renk modeli

#ACC6BC color RGB value is (172,198,188).

  • kırmız ton 172;
  • yeşil ton 198;
  • mavi ton 188.
RGB:
(172,198,188)
(67%,78%,74%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 198 of 255 = 78%
B 188 of 255 = 74%

172
198
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 198 + 188 = 558 (100%)
R 172 of 558 ~ 30.82%
G 198 of 558 ~ 35.48%
B 188 of 558 ~ 33.69%

%30.82
%35.48
%33.69

CMYK RENK MODELİ

#ACC6BC rengi CMYK tonu (13,0,5,22).

  • camgöbeği tonu 13.13%
  • eflatun tonu 0.00%
  • sarı tonu 5.05%
  • ana renk tonu 22.35%
CMYK:
(13,0,5,22)
C13M0Y5K22 
(13%,0%,5%,22%)
(0.13/0.00/0.05/0.22)	

CMYK yüzdeleri

%13.13
%0
%5.05
%22.35

Codes

Color #ACC6BC in popluar color models

ACC6BC
RGB172198188
HSL157°18.57%72.55%
HSB/HSV157°13.13%77.65%
CMYK13.13%0.00%5.05%
22.35%

Color #ACC6BC in popluar number systems.

HEXACC6BC
Decimal172198188
Binary101011001100011010111100
Octal254306274

Shades and tints

Shades of #ACC6BC

#ACC6BC
(172,198,188)
#9DB4AB
(157,180,171)
#8EA29A
(142,162,154)
#7F9089
(127,144,137)
#707E78
(112,126,120)
#616C67
(97,108,103)
#525A56
(82,90,86)
#434845
(67,72,69)
#343634
(52,54,52)
#252423
(37,36,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #ACC6BC

#ACC6BC
(172,198,188)
#B3CBC2
(179,203,194)
#BAD0C8
(186,208,200)
#C1D5CE
(193,213,206)
#C8DAD4
(200,218,212)
#CFDFDA
(207,223,218)
#D6E4E0
(214,228,224)
#DDE9E6
(221,233,230)
#E4EEEC
(228,238,236)
#EBF3F2
(235,243,242)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC6BC color. Also use rgb(172,198,188) instead hex code.

Text Font Color

.myTextColor { color: #ACC6BC; }

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

This text font color is #ACC6BC.


Background Color

.myBgColor { background-color: #ACC6BC; }

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

This div background color is #ACC6BC.


Border color

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

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

This div border color is #ACC6BC.


Opacity

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

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

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

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

This text has shadow with #ACC6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC6BC on black background.


Color preview on white background

This text has color #ACC6BC on white background.



Black color preview on #ACC6BC background

This text has black color on #ACC6BC background.


White color preview on #ACC6BC background

This text has white color on #ACC6BC background.