COLOR #B9D998

HEX: #B9D998
RGB: (185,217,152)

Renk bilgisi

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

RGB renk modeli

#B9D998 color RGB value is (185,217,152).

  • kırmız ton 185;
  • yeşil ton 217;
  • mavi ton 152.
RGB:
(185,217,152)
(73%,85%,60%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 217 of 255 = 85%
B 152 of 255 = 60%

185
217
152

R + G + B ~ 73%. #B9D998 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 217 + 152 = 554 (100%)
R 185 of 554 ~ 33.39%
G 217 of 554 ~ 39.17%
B 152 of 554 ~ 27.44%

%33.39
%39.17
%27.44

CMYK RENK MODELİ

#B9D998 rengi CMYK tonu (15,0,30,15).

  • camgöbeği tonu 14.75%
  • eflatun tonu 0.00%
  • sarı tonu 29.95%
  • ana renk tonu 14.90%
CMYK:
(15,0,30,15)
C15M0Y30K15 
(15%,0%,30%,15%)
(0.15/0.00/0.30/0.15)	

CMYK yüzdeleri

%14.75
%0
%29.95
%14.9

Codes

Color #B9D998 in popluar color models

B9D998
RGB185217152
HSL90°46.10%72.35%
HSB/HSV90°29.95%85.10%
CMYK14.75%0.00%29.95%
14.90%

Color #B9D998 in popluar number systems.

HEXB9D998
Decimal185217152
Binary101110011101100110011000
Octal271331230

Shades and tints

Shades of #B9D998

#B9D998
(185,217,152)
#A9C68B
(169,198,139)
#99B37E
(153,179,126)
#89A071
(137,160,113)
#798D64
(121,141,100)
#697A57
(105,122,87)
#59674A
(89,103,74)
#49543D
(73,84,61)
#394130
(57,65,48)
#292E23
(41,46,35)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9D998

#B9D998
(185,217,152)
#BFDCA1
(191,220,161)
#C5DFAA
(197,223,170)
#CBE2B3
(203,226,179)
#D1E5BC
(209,229,188)
#D7E8C5
(215,232,197)
#DDEBCE
(221,235,206)
#E3EED7
(227,238,215)
#E9F1E0
(233,241,224)
#EFF4E9
(239,244,233)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D998 color. Also use rgb(185,217,152) instead hex code.

Text Font Color

.myTextColor { color: #B9D998; }

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

This text font color is #B9D998.


Background Color

.myBgColor { background-color: #B9D998; }

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

This div background color is #B9D998.


Border color

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

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

This div border color is #B9D998.


Opacity

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

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

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

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

This text has shadow with #B9D998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D998 on black background.


Color preview on white background

This text has color #B9D998 on white background.



Black color preview on #B9D998 background

This text has black color on #B9D998 background.


White color preview on #B9D998 background

This text has white color on #B9D998 background.