COLOR #B9E995

HEX: #B9E995
RGB: (185,233,149)

Renk bilgisi

#B9E995 contains mainly red and green colors. #B9E995 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#B9E995 color RGB value is (185,233,149).

  • kırmız ton 185;
  • yeşil ton 233;
  • mavi ton 149.
RGB:
(185,233,149)
(73%,91%,58%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 233 of 255 = 91%
B 149 of 255 = 58%

185
233
149

R + G + B ~ 74%. #B9E995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 233 + 149 = 567 (100%)
R 185 of 567 ~ 32.63%
G 233 of 567 ~ 41.09%
B 149 of 567 ~ 26.28%

%32.63
%41.09
%26.28

CMYK RENK MODELİ

#B9E995 rengi CMYK tonu (21,0,36,9).

  • camgöbeği tonu 20.60%
  • eflatun tonu 0.00%
  • sarı tonu 36.05%
  • ana renk tonu 8.63%
CMYK:
(21,0,36,9)
C21M0Y36K9 
(21%,0%,36%,9%)
(0.21/0.00/0.36/0.09)	

CMYK yüzdeleri

%20.6
%0
%36.05
%8.63

Codes

Color #B9E995 in popluar color models

B9E995
RGB185233149
HSL94°65.63%74.90%
HSB/HSV94°36.05%91.37%
CMYK20.60%0.00%36.05%
8.63%

Color #B9E995 in popluar number systems.

HEXB9E995
Decimal185233149
Binary101110011110100110010101
Octal271351225

Shades and tints

Shades of #B9E995

#B9E995
(185,233,149)
#A9D488
(169,212,136)
#99BF7B
(153,191,123)
#89AA6E
(137,170,110)
#799561
(121,149,97)
#698054
(105,128,84)
#596B47
(89,107,71)
#49563A
(73,86,58)
#39412D
(57,65,45)
#292C20
(41,44,32)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9E995

#B9E995
(185,233,149)
#BFEB9E
(191,235,158)
#C5EDA7
(197,237,167)
#CBEFB0
(203,239,176)
#D1F1B9
(209,241,185)
#D7F3C2
(215,243,194)
#DDF5CB
(221,245,203)
#E3F7D4
(227,247,212)
#E9F9DD
(233,249,221)
#EFFBE6
(239,251,230)
#F5FDEF
(245,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E995 color. Also use rgb(185,233,149) instead hex code.

Text Font Color

.myTextColor { color: #B9E995; }

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

This text font color is #B9E995.


Background Color

.myBgColor { background-color: #B9E995; }

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

This div background color is #B9E995.


Border color

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

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

This div border color is #B9E995.


Opacity

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

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

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

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

This text has shadow with #B9E995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E995 on black background.


Color preview on white background

This text has color #B9E995 on white background.



Black color preview on #B9E995 background

This text has black color on #B9E995 background.


White color preview on #B9E995 background

This text has white color on #B9E995 background.