COLOR #ACC5BB

HEX: #ACC5BB
RGB: (172,197,187)

Renk bilgisi

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

RGB renk modeli

#ACC5BB color RGB value is (172,197,187).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 197 of 255 = 77%
B 187 of 255 = 73%

172
197
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 197 + 187 = 556 (100%)
R 172 of 556 ~ 30.94%
G 197 of 556 ~ 35.43%
B 187 of 556 ~ 33.63%

%30.94
%35.43
%33.63

CMYK RENK MODELİ

#ACC5BB rengi CMYK tonu (13,0,5,23).

  • camgöbeği tonu 12.69%
  • eflatun tonu 0.00%
  • sarı tonu 5.08%
  • ana renk tonu 22.75%
CMYK:
(13,0,5,23)
C13M0Y5K23 
(13%,0%,5%,23%)
(0.13/0.00/0.05/0.23)	

CMYK yüzdeleri

%12.69
%0
%5.08
%22.75

Codes

Color #ACC5BB in popluar color models

ACC5BB
RGB172197187
HSL156°17.73%72.35%
HSB/HSV156°12.69%77.25%
CMYK12.69%0.00%5.08%
22.75%

Color #ACC5BB in popluar number systems.

HEXACC5BB
Decimal172197187
Binary101011001100010110111011
Octal254305273

Shades and tints

Shades of #ACC5BB

#ACC5BB
(172,197,187)
#9DB4AA
(157,180,170)
#8EA399
(142,163,153)
#7F9288
(127,146,136)
#708177
(112,129,119)
#617066
(97,112,102)
#525F55
(82,95,85)
#434E44
(67,78,68)
#343D33
(52,61,51)
#252C22
(37,44,34)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #ACC5BB

#ACC5BB
(172,197,187)
#B3CAC1
(179,202,193)
#BACFC7
(186,207,199)
#C1D4CD
(193,212,205)
#C8D9D3
(200,217,211)
#CFDED9
(207,222,217)
#D6E3DF
(214,227,223)
#DDE8E5
(221,232,229)
#E4EDEB
(228,237,235)
#EBF2F1
(235,242,241)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5BB; }

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

This text font color is #ACC5BB.


Background Color

.myBgColor { background-color: #ACC5BB; }

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

This div background color is #ACC5BB.


Border color

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

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

This div border color is #ACC5BB.


Opacity

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

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

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

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

This text has shadow with #ACC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5BB on black background.


Color preview on white background

This text has color #ACC5BB on white background.



Black color preview on #ACC5BB background

This text has black color on #ACC5BB background.


White color preview on #ACC5BB background

This text has white color on #ACC5BB background.