COLOR #BDEB8A

HEX: #BDEB8A RGB: (189,235,138)

Color info

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

RGB color model

#BDEB8A color RGB value is (189,235,138).

RGB: (189,235,138) (74%, 92%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 138 of 255 = 54%

189
235
138

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

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 138 = 562 (100%)
R 189 of 562 ~ 33.63%
G 235 of 562 ~ 41.81%
B 138 of 562 ~ 24.56'%

%33.63
%41.81
%24.56

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 41.28%
  • 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
%41.28
%7.84

Codes

Color #BDEB8A in popluar color models

BD EB 8A
RGB 189 235 138
HSL 88° 70.80% 73.14%
HSB/HSV 88° 41.28% 92.16%
CMYK 19.57% 0.00% 41.28%
7.84%

Color #BDEB8A in popluar number systems.

HEX BD EB 8A
Decimal 189 235 138
Binary 10111101 11101011 10001010
Octal 275 353 212

Shades and tints

Shades of #BDEB8A

#BDEB8A
(189,235,138)
#ACD67E
(172,214,126)
#9BC172
(155,193,114)
#8AAC66
(138,172,102)
#79975A
(121,151,90)
#68824E
(104,130,78)
#576D42
(87,109,66)
#465836
(70,88,54)
#35432A
(53,67,42)
#242E1E
(36,46,30)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDEB8A

#BDEB8A
(189,235,138)
#C3EC94
(195,236,148)
#C9ED9E
(201,237,158)
#CFEEA8
(207,238,168)
#D5EFB2
(213,239,178)
#DBF0BC
(219,240,188)
#E1F1C6
(225,241,198)
#E7F2D0
(231,242,208)
#EDF3DA
(237,243,218)
#F3F4E4
(243,244,228)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEB8A; }

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

This text font color is #BDEB8A.

Background Color

.myBgColor { background-color: #BDEB8A; }

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

This div background color is #BDEB8A.

Border color

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

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

This div border color is #BDEB8A.

Opacity

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

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

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

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

This text has shadow with #BDEB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEB8A.

Preview

Color preview on black background

This text has color #BDEB8A on black background.


Color preview on white background

This text has color #BDEB8A on white background.


Black color preview on #BDEB8A background

This text has black color on #BDEB8A background.


White color preview on #BDEB8A background

This text has white color on #BDEB8A background.


Related colors

Complementary color

Complementary color for #hex is #421475.


I love getcolorcode.com

Triadic colors

1 #8ABDEB and #EB8ABD with #BDEB8A are triadic colors.

2 #8AEBBD and #EBBD8A with #BDEB8A are triadic colors.