COLOR #B9E5A5

HEX: #B9E5A5
RGB: (185,229,165)

Renk bilgisi

#B9E5A5 contains mainly red and green colors. #B9E5A5 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B9E5A5 color RGB value is (185,229,165).

  • kırmız ton 185;
  • yeşil ton 229;
  • mavi ton 165.
RGB:
(185,229,165)
(73%,90%,65%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 229 of 255 = 90%
B 165 of 255 = 65%

185
229
165

R + G + B ~ 76%. #B9E5A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 229 + 165 = 579 (100%)
R 185 of 579 ~ 31.95%
G 229 of 579 ~ 39.55%
B 165 of 579 ~ 28.5%

%31.95
%39.55
%28.5

CMYK RENK MODELİ

#B9E5A5 rengi CMYK tonu (19,0,28,10).

  • camgöbeği tonu 19.21%
  • eflatun tonu 0.00%
  • sarı tonu 27.95%
  • ana renk tonu 10.20%
CMYK:
(19,0,28,10)
C19M0Y28K10 
(19%,0%,28%,10%)
(0.19/0.00/0.28/0.10)	

CMYK yüzdeleri

%19.21
%0
%27.95
%10.2

Codes

Color #B9E5A5 in popluar color models

B9E5A5
RGB185229165
HSL101°55.17%77.25%
HSB/HSV101°27.95%89.80%
CMYK19.21%0.00%27.95%
10.20%

Color #B9E5A5 in popluar number systems.

HEXB9E5A5
Decimal185229165
Binary101110011110010110100101
Octal271345245

Shades and tints

Shades of #B9E5A5

#B9E5A5
(185,229,165)
#A9D196
(169,209,150)
#99BD87
(153,189,135)
#89A978
(137,169,120)
#799569
(121,149,105)
#69815A
(105,129,90)
#596D4B
(89,109,75)
#49593C
(73,89,60)
#39452D
(57,69,45)
#29311E
(41,49,30)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #B9E5A5

#B9E5A5
(185,229,165)
#BFE7AD
(191,231,173)
#C5E9B5
(197,233,181)
#CBEBBD
(203,235,189)
#D1EDC5
(209,237,197)
#D7EFCD
(215,239,205)
#DDF1D5
(221,241,213)
#E3F3DD
(227,243,221)
#E9F5E5
(233,245,229)
#EFF7ED
(239,247,237)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E5A5 color. Also use rgb(185,229,165) instead hex code.

Text Font Color

.myTextColor { color: #B9E5A5; }

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

This text font color is #B9E5A5.


Background Color

.myBgColor { background-color: #B9E5A5; }

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

This div background color is #B9E5A5.


Border color

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

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

This div border color is #B9E5A5.


Opacity

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

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

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

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

This text has shadow with #B9E5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5A5 on black background.


Color preview on white background

This text has color #B9E5A5 on white background.



Black color preview on #B9E5A5 background

This text has black color on #B9E5A5 background.


White color preview on #B9E5A5 background

This text has white color on #B9E5A5 background.