COLOR #A5D29B

HEX: #A5D29B
RGB: (165,210,155)

Renk bilgisi

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

RGB renk modeli

#A5D29B color RGB value is (165,210,155).

  • kırmız ton 165;
  • yeşil ton 210;
  • mavi ton 155.
RGB:
(165,210,155)
(65%,82%,61%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 210 of 255 = 82%
B 155 of 255 = 61%

165
210
155

R + G + B ~ 69%. #A5D29B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 210 + 155 = 530 (100%)
R 165 of 530 ~ 31.13%
G 210 of 530 ~ 39.62%
B 155 of 530 ~ 29.25%

%31.13
%39.62
%29.25

CMYK RENK MODELİ

#A5D29B rengi CMYK tonu (21,0,26,18).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 26.19%
  • ana renk tonu 17.65%
CMYK:
(21,0,26,18)
C21M0Y26K18 
(21%,0%,26%,18%)
(0.21/0.00/0.26/0.18)	

CMYK yüzdeleri

%21.43
%0
%26.19
%17.65

Codes

Color #A5D29B in popluar color models

A5D29B
RGB165210155
HSL109°37.93%71.57%
HSB/HSV109°26.19%82.35%
CMYK21.43%0.00%26.19%
17.65%

Color #A5D29B in popluar number systems.

HEXA5D29B
Decimal165210155
Binary101001011101001010011011
Octal245322233

Shades and tints

Shades of #A5D29B

#A5D29B
(165,210,155)
#96BF8D
(150,191,141)
#87AC7F
(135,172,127)
#789971
(120,153,113)
#698663
(105,134,99)
#5A7355
(90,115,85)
#4B6047
(75,96,71)
#3C4D39
(60,77,57)
#2D3A2B
(45,58,43)
#1E271D
(30,39,29)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5D29B

#A5D29B
(165,210,155)
#ADD6A4
(173,214,164)
#B5DAAD
(181,218,173)
#BDDEB6
(189,222,182)
#C5E2BF
(197,226,191)
#CDE6C8
(205,230,200)
#D5EAD1
(213,234,209)
#DDEEDA
(221,238,218)
#E5F2E3
(229,242,227)
#EDF6EC
(237,246,236)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D29B color. Also use rgb(165,210,155) instead hex code.

Text Font Color

.myTextColor { color: #A5D29B; }

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

This text font color is #A5D29B.


Background Color

.myBgColor { background-color: #A5D29B; }

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

This div background color is #A5D29B.


Border color

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

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

This div border color is #A5D29B.


Opacity

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

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

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

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

This text has shadow with #A5D29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D29B on black background.


Color preview on white background

This text has color #A5D29B on white background.



Black color preview on #A5D29B background

This text has black color on #A5D29B background.


White color preview on #A5D29B background

This text has white color on #A5D29B background.