COLOR #ACC7A7

HEX: #ACC7A7
RGB: (172,199,167)

Renk bilgisi

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

RGB renk modeli

#ACC7A7 color RGB value is (172,199,167).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 167 of 255 = 65%

172
199
167

R + G + B ~ 70%. #ACC7A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 199 + 167 = 538 (100%)
R 172 of 538 ~ 31.97%
G 199 of 538 ~ 36.99%
B 167 of 538 ~ 31.04%

%31.97
%36.99
%31.04

CMYK RENK MODELİ

#ACC7A7 rengi CMYK tonu (14,0,16,22).

  • camgöbeği tonu 13.57%
  • eflatun tonu 0.00%
  • sarı tonu 16.08%
  • ana renk tonu 21.96%
CMYK:
(14,0,16,22)
C14M0Y16K22 
(14%,0%,16%,22%)
(0.14/0.00/0.16/0.22)	

CMYK yüzdeleri

%13.57
%0
%16.08
%21.96

Codes

Color #ACC7A7 in popluar color models

ACC7A7
RGB172199167
HSL111°22.22%71.76%
HSB/HSV111°16.08%78.04%
CMYK13.57%0.00%16.08%
21.96%

Color #ACC7A7 in popluar number systems.

HEXACC7A7
Decimal172199167
Binary101011001100011110100111
Octal254307247

Shades and tints

Shades of #ACC7A7

#ACC7A7
(172,199,167)
#9DB598
(157,181,152)
#8EA389
(142,163,137)
#7F917A
(127,145,122)
#707F6B
(112,127,107)
#616D5C
(97,109,92)
#525B4D
(82,91,77)
#43493E
(67,73,62)
#34372F
(52,55,47)
#252520
(37,37,32)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #ACC7A7

#ACC7A7
(172,199,167)
#B3CCAF
(179,204,175)
#BAD1B7
(186,209,183)
#C1D6BF
(193,214,191)
#C8DBC7
(200,219,199)
#CFE0CF
(207,224,207)
#D6E5D7
(214,229,215)
#DDEADF
(221,234,223)
#E4EFE7
(228,239,231)
#EBF4EF
(235,244,239)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7A7; }

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

This text font color is #ACC7A7.


Background Color

.myBgColor { background-color: #ACC7A7; }

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

This div background color is #ACC7A7.


Border color

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

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

This div border color is #ACC7A7.


Opacity

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

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

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

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

This text has shadow with #ACC7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7A7 on black background.


Color preview on white background

This text has color #ACC7A7 on white background.



Black color preview on #ACC7A7 background

This text has black color on #ACC7A7 background.


White color preview on #ACC7A7 background

This text has white color on #ACC7A7 background.