COLOR #BDF39E

HEX: #BDF39E RGB: (189,243,158)

Color info

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

RGB color model

#BDF39E color RGB value is (189,243,158).

RGB: (189,243,158) (74%, 95%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 243 of 255 = 95%
B 158 of 255 = 62%

189
243
158

R + G + B ~ 77%. #BDF39E is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 243 + 158 = 590 (100%)
R 189 of 590 ~ 32.03%
G 243 of 590 ~ 41.19%
B 158 of 590 ~ 26.78'%

%32.03
%41.19
%26.78

CMYK color model

#BDF39E color CMYK value is (22,0,35,5).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 4.71%

CMYK: (22,0,35,5)
C22M0Y35K5 (22%, 0%, 35%, 5%)
(0.22 / 0.00 / 0.35 / 0.05)

CMYK percentages

%22.22
%0
%34.98
%4.71

Codes

Color #BDF39E in popluar color models

BD F3 9E
RGB 189 243 158
HSL 98° 77.98% 78.63%
HSB/HSV 98° 34.98% 95.29%
CMYK 22.22% 0.00% 34.98%
4.71%

Color #BDF39E in popluar number systems.

HEX BD F3 9E
Decimal 189 243 158
Binary 10111101 11110011 10011110
Octal 275 363 236

Shades and tints

Shades of #BDF39E

#BDF39E
(189,243,158)
#ACDD90
(172,221,144)
#9BC782
(155,199,130)
#8AB174
(138,177,116)
#799B66
(121,155,102)
#688558
(104,133,88)
#576F4A
(87,111,74)
#46593C
(70,89,60)
#35432E
(53,67,46)
#242D20
(36,45,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDF39E

#BDF39E
(189,243,158)
#C3F4A6
(195,244,166)
#C9F5AE
(201,245,174)
#CFF6B6
(207,246,182)
#D5F7BE
(213,247,190)
#DBF8C6
(219,248,198)
#E1F9CE
(225,249,206)
#E7FAD6
(231,250,214)
#EDFBDE
(237,251,222)
#F3FCE6
(243,252,230)
#F9FDEE
(249,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF39E color. Also use rgb(189,243,158) instead hex code.

Text Font Color

.myTextColor { color: #BDF39E; }

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

This text font color is #BDF39E.

Background Color

.myBgColor { background-color: #BDF39E; }

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

This div background color is #BDF39E.

Border color

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

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

This div border color is #BDF39E.

Opacity

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

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

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

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

This text has shadow with #BDF39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF39E.

Preview

Color preview on black background

This text has color #BDF39E on black background.


Color preview on white background

This text has color #BDF39E on white background.


Black color preview on #BDF39E background

This text has black color on #BDF39E background.


White color preview on #BDF39E background

This text has white color on #BDF39E background.


Related colors

Complementary color

Complementary color for #hex is #420C61.


I love getcolorcode.com

Triadic colors

1 #9EBDF3 and #F39EBD with #BDF39E are triadic colors.

2 #9EF3BD and #F3BD9E with #BDF39E are triadic colors.