COLOR #BDEB8B

HEX: #BDEB8B
RGB: (189,235,139)

Color info

#BDEB8B contains mainly red and green colors. Web safe color of #BDEB8B is #CCFF99 (or #CF9).

RGB color model

#BDEB8B color RGB value is (189,235,139).

  • red value is 189;
  • green value is 235;
  • blue value is 139.
RGB:
(189,235,139)
(74%,92%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 139 of 255 = 55%

189
235
139

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

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 139 = 563 (100%)
R 189 of 563 ~ 33.57%
G 235 of 563 ~ 41.74%
B 139 of 563 ~ 24.69%

%33.57
%41.74
%24.69

CMYK color model

#BDEB8B color CMYK value is (20,0,41,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 7.84%
CMYK:
(20,0,41,8)
C20M0Y41K8 
(20%,0%,41%,8%)
(0.20/0.00/0.41/0.08)	

CMYK percentages

%19.57
%0
%40.85
%7.84

Codes

Color #BDEB8B in popluar color models

BDEB8B
RGB189235139
HSL89°70.59%73.33%
HSB/HSV89°40.85%92.16%
CMYK19.57%0.00%40.85%
7.84%

Color #BDEB8B in popluar number systems.

HEXBDEB8B
Decimal189235139
Binary101111011110101110001011
Octal275353213

Shades and tints

Shades of #BDEB8B

#BDEB8B
(189,235,139)
#ACD67F
(172,214,127)
#9BC173
(155,193,115)
#8AAC67
(138,172,103)
#79975B
(121,151,91)
#68824F
(104,130,79)
#576D43
(87,109,67)
#465837
(70,88,55)
#35432B
(53,67,43)
#242E1F
(36,46,31)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDEB8B

#BDEB8B
(189,235,139)
#C3EC95
(195,236,149)
#C9ED9F
(201,237,159)
#CFEEA9
(207,238,169)
#D5EFB3
(213,239,179)
#DBF0BD
(219,240,189)
#E1F1C7
(225,241,199)
#E7F2D1
(231,242,209)
#EDF3DB
(237,243,219)
#F3F4E5
(243,244,229)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEB8B color. Also use rgb(189,235,139) instead hex code.

Text Font Color

.myTextColor { color: #BDEB8B; }

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

This text font color is #BDEB8B.


Background Color

.myBgColor { background-color: #BDEB8B; }

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

This div background color is #BDEB8B.


Border color

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

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

This div border color is #BDEB8B.


Opacity

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

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

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

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

This text has shadow with #BDEB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEB8B on black background.


Color preview on white background

This text has color #BDEB8B on white background.



Black color preview on #BDEB8B background

This text has black color on #BDEB8B background.


White color preview on #BDEB8B background

This text has white color on #BDEB8B background.