COLOR #ACC0BB

HEX: #ACC0BB
RGB: (172,192,187)

Renk bilgisi

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

RGB renk modeli

#ACC0BB color RGB value is (172,192,187).

  • kırmız ton 172;
  • yeşil ton 192;
  • mavi ton 187.
RGB:
(172,192,187)
(67%,75%,73%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 192 of 255 = 75%
B 187 of 255 = 73%

172
192
187

R + G + B ~ 72%. #ACC0BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 192 + 187 = 551 (100%)
R 172 of 551 ~ 31.22%
G 192 of 551 ~ 34.85%
B 187 of 551 ~ 33.94%

%31.22
%34.85
%33.94

CMYK RENK MODELİ

#ACC0BB rengi CMYK tonu (10,0,3,25).

  • camgöbeği tonu 10.42%
  • eflatun tonu 0.00%
  • sarı tonu 2.60%
  • ana renk tonu 24.71%
CMYK:
(10,0,3,25)
C10M0Y3K25 
(10%,0%,3%,25%)
(0.10/0.00/0.03/0.25)	

CMYK yüzdeleri

%10.42
%0
%2.6
%24.71

Codes

Color #ACC0BB in popluar color models

ACC0BB
RGB172192187
HSL165°13.70%71.37%
HSB/HSV165°10.42%75.29%
CMYK10.42%0.00%2.60%
24.71%

Color #ACC0BB in popluar number systems.

HEXACC0BB
Decimal172192187
Binary101011001100000010111011
Octal254300273

Shades and tints

Shades of #ACC0BB

#ACC0BB
(172,192,187)
#9DAFAA
(157,175,170)
#8E9E99
(142,158,153)
#7F8D88
(127,141,136)
#707C77
(112,124,119)
#616B66
(97,107,102)
#525A55
(82,90,85)
#434944
(67,73,68)
#343833
(52,56,51)
#252722
(37,39,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #ACC0BB

#ACC0BB
(172,192,187)
#B3C5C1
(179,197,193)
#BACAC7
(186,202,199)
#C1CFCD
(193,207,205)
#C8D4D3
(200,212,211)
#CFD9D9
(207,217,217)
#D6DEDF
(214,222,223)
#DDE3E5
(221,227,229)
#E4E8EB
(228,232,235)
#EBEDF1
(235,237,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC0BB color. Also use rgb(172,192,187) instead hex code.

Text Font Color

.myTextColor { color: #ACC0BB; }

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

This text font color is #ACC0BB.


Background Color

.myBgColor { background-color: #ACC0BB; }

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

This div background color is #ACC0BB.


Border color

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

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

This div border color is #ACC0BB.


Opacity

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

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

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

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

This text has shadow with #ACC0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC0BB on black background.


Color preview on white background

This text has color #ACC0BB on white background.



Black color preview on #ACC0BB background

This text has black color on #ACC0BB background.


White color preview on #ACC0BB background

This text has white color on #ACC0BB background.