COLOR #A7D389

HEX: #A7D389
RGB: (167,211,137)

Renk bilgisi

#A7D389 contains mainly red and green colors. #A7D389 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A7D389 color RGB value is (167,211,137).

  • kırmız ton 167;
  • yeşil ton 211;
  • mavi ton 137.
RGB:
(167,211,137)
(65%,83%,54%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 211 of 255 = 83%
B 137 of 255 = 54%

167
211
137

R + G + B ~ 67%. #A7D389 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 211 + 137 = 515 (100%)
R 167 of 515 ~ 32.43%
G 211 of 515 ~ 40.97%
B 137 of 515 ~ 26.6%

%32.43
%40.97
%26.6

CMYK RENK MODELİ

#A7D389 rengi CMYK tonu (21,0,35,17).

  • camgöbeği tonu 20.85%
  • eflatun tonu 0.00%
  • sarı tonu 35.07%
  • ana renk tonu 17.25%
CMYK:
(21,0,35,17)
C21M0Y35K17 
(21%,0%,35%,17%)
(0.21/0.00/0.35/0.17)	

CMYK yüzdeleri

%20.85
%0
%35.07
%17.25

Codes

Color #A7D389 in popluar color models

A7D389
RGB167211137
HSL96°45.68%68.24%
HSB/HSV96°35.07%82.75%
CMYK20.85%0.00%35.07%
17.25%

Color #A7D389 in popluar number systems.

HEXA7D389
Decimal167211137
Binary101001111101001110001001
Octal247323211

Shades and tints

Shades of #A7D389

#A7D389
(167,211,137)
#98C07D
(152,192,125)
#89AD71
(137,173,113)
#7A9A65
(122,154,101)
#6B8759
(107,135,89)
#5C744D
(92,116,77)
#4D6141
(77,97,65)
#3E4E35
(62,78,53)
#2F3B29
(47,59,41)
#20281D
(32,40,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7D389

#A7D389
(167,211,137)
#AFD793
(175,215,147)
#B7DB9D
(183,219,157)
#BFDFA7
(191,223,167)
#C7E3B1
(199,227,177)
#CFE7BB
(207,231,187)
#D7EBC5
(215,235,197)
#DFEFCF
(223,239,207)
#E7F3D9
(231,243,217)
#EFF7E3
(239,247,227)
#F7FBED
(247,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D389 color. Also use rgb(167,211,137) instead hex code.

Text Font Color

.myTextColor { color: #A7D389; }

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

This text font color is #A7D389.


Background Color

.myBgColor { background-color: #A7D389; }

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

This div background color is #A7D389.


Border color

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

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

This div border color is #A7D389.


Opacity

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

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

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

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

This text has shadow with #A7D389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D389 on black background.


Color preview on white background

This text has color #A7D389 on white background.



Black color preview on #A7D389 background

This text has black color on #A7D389 background.


White color preview on #A7D389 background

This text has white color on #A7D389 background.