COLOR #ACC7B5

HEX: #ACC7B5
RGB: (172,199,181)

Renk bilgisi

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

RGB renk modeli

#ACC7B5 color RGB value is (172,199,181).

  • kırmız ton 172;
  • yeşil ton 199;
  • mavi ton 181.
RGB:
(172,199,181)
(67%,78%,71%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 181 of 255 = 71%

172
199
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 199 + 181 = 552 (100%)
R 172 of 552 ~ 31.16%
G 199 of 552 ~ 36.05%
B 181 of 552 ~ 32.79%

%31.16
%36.05
%32.79

CMYK RENK MODELİ

#ACC7B5 rengi CMYK tonu (14,0,9,22).

  • camgöbeği tonu 13.57%
  • eflatun tonu 0.00%
  • sarı tonu 9.05%
  • ana renk tonu 21.96%
CMYK:
(14,0,9,22)
C14M0Y9K22 
(14%,0%,9%,22%)
(0.14/0.00/0.09/0.22)	

CMYK yüzdeleri

%13.57
%0
%9.05
%21.96

Codes

Color #ACC7B5 in popluar color models

ACC7B5
RGB172199181
HSL140°19.42%72.75%
HSB/HSV140°13.57%78.04%
CMYK13.57%0.00%9.05%
21.96%

Color #ACC7B5 in popluar number systems.

HEXACC7B5
Decimal172199181
Binary101011001100011110110101
Octal254307265

Shades and tints

Shades of #ACC7B5

#ACC7B5
(172,199,181)
#9DB5A5
(157,181,165)
#8EA395
(142,163,149)
#7F9185
(127,145,133)
#707F75
(112,127,117)
#616D65
(97,109,101)
#525B55
(82,91,85)
#434945
(67,73,69)
#343735
(52,55,53)
#252525
(37,37,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACC7B5

#ACC7B5
(172,199,181)
#B3CCBB
(179,204,187)
#BAD1C1
(186,209,193)
#C1D6C7
(193,214,199)
#C8DBCD
(200,219,205)
#CFE0D3
(207,224,211)
#D6E5D9
(214,229,217)
#DDEADF
(221,234,223)
#E4EFE5
(228,239,229)
#EBF4EB
(235,244,235)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC7B5 color. Also use rgb(172,199,181) instead hex code.

Text Font Color

.myTextColor { color: #ACC7B5; }

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

This text font color is #ACC7B5.


Background Color

.myBgColor { background-color: #ACC7B5; }

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

This div background color is #ACC7B5.


Border color

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

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

This div border color is #ACC7B5.


Opacity

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

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

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

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

This text has shadow with #ACC7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7B5 on black background.


Color preview on white background

This text has color #ACC7B5 on white background.



Black color preview on #ACC7B5 background

This text has black color on #ACC7B5 background.


White color preview on #ACC7B5 background

This text has white color on #ACC7B5 background.