COLOR #B9EFBE

HEX: #B9EFBE
RGB: (185,239,190)

Renk bilgisi

#B9EFBE contains red, green and blue colors in about the same proportion. #B9EFBE ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#B9EFBE color RGB value is (185,239,190).

  • kırmız ton 185;
  • yeşil ton 239;
  • mavi ton 190.
RGB:
(185,239,190)
(73%,94%,75%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 239 of 255 = 94%
B 190 of 255 = 75%

185
239
190

R + G + B ~ 81%. #B9EFBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 239 + 190 = 614 (100%)
R 185 of 614 ~ 30.13%
G 239 of 614 ~ 38.93%
B 190 of 614 ~ 30.94%

%30.13
%38.93
%30.94

CMYK RENK MODELİ

#B9EFBE rengi CMYK tonu (23,0,21,6).

  • camgöbeği tonu 22.59%
  • eflatun tonu 0.00%
  • sarı tonu 20.50%
  • ana renk tonu 6.27%
CMYK:
(23,0,21,6)
C23M0Y21K6 
(23%,0%,21%,6%)
(0.23/0.00/0.21/0.06)	

CMYK yüzdeleri

%22.59
%0
%20.5
%6.27

Codes

Color #B9EFBE in popluar color models

B9EFBE
RGB185239190
HSL126°62.79%83.14%
HSB/HSV126°22.59%93.73%
CMYK22.59%0.00%20.50%
6.27%

Color #B9EFBE in popluar number systems.

HEXB9EFBE
Decimal185239190
Binary101110011110111110111110
Octal271357276

Shades and tints

Shades of #B9EFBE

#B9EFBE
(185,239,190)
#A9DAAD
(169,218,173)
#99C59C
(153,197,156)
#89B08B
(137,176,139)
#799B7A
(121,155,122)
#698669
(105,134,105)
#597158
(89,113,88)
#495C47
(73,92,71)
#394736
(57,71,54)
#293225
(41,50,37)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #B9EFBE

#B9EFBE
(185,239,190)
#BFF0C3
(191,240,195)
#C5F1C8
(197,241,200)
#CBF2CD
(203,242,205)
#D1F3D2
(209,243,210)
#D7F4D7
(215,244,215)
#DDF5DC
(221,245,220)
#E3F6E1
(227,246,225)
#E9F7E6
(233,247,230)
#EFF8EB
(239,248,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EFBE color. Also use rgb(185,239,190) instead hex code.

Text Font Color

.myTextColor { color: #B9EFBE; }

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

This text font color is #B9EFBE.


Background Color

.myBgColor { background-color: #B9EFBE; }

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

This div background color is #B9EFBE.


Border color

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

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

This div border color is #B9EFBE.


Opacity

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

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

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

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

This text has shadow with #B9EFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EFBE on black background.


Color preview on white background

This text has color #B9EFBE on white background.



Black color preview on #B9EFBE background

This text has black color on #B9EFBE background.


White color preview on #B9EFBE background

This text has white color on #B9EFBE background.