COLOR #BDE99E

HEX: #BDE99E RGB: (189,233,158)

Color info

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

RGB color model

#BDE99E color RGB value is (189,233,158).

RGB: (189,233,158) (74%, 91%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 233 of 255 = 91%
B 158 of 255 = 62%

189
233
158

R + G + B ~ 76%. #BDE99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 233 + 158 = 580 (100%)
R 189 of 580 ~ 32.59%
G 233 of 580 ~ 40.17%
B 158 of 580 ~ 27.24'%

%32.59
%40.17
%27.24

CMYK color model

#BDE99E color CMYK value is (19,0,32,9).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 8.63%
CMYK: (19,0,32,9) C19M0Y32K9 (19%,0%,32%,9%) (0.19/0.00/0.32/0.09) 

CMYK percentages

%18.88
%0
%32.19
%8.63

Codes

Color #BDE99E in popluar color models

BD E9 9E
RGB 189 233 158
HSL 95° 63.03% 76.67%
HSB/HSV 95° 32.19% 91.37%
CMYK 18.88% 0.00% 32.19%
8.63%

Color #BDE99E in popluar number systems.

HEX BD E9 9E
Decimal 189 233 158
Binary 10111101 11101001 10011110
Octal 275 351 236

Shades and tints

Shades of #BDE99E

#BDE99E
(189,233,158)
#ACD490
(172,212,144)
#9BBF82
(155,191,130)
#8AAA74
(138,170,116)
#799566
(121,149,102)
#688058
(104,128,88)
#576B4A
(87,107,74)
#46563C
(70,86,60)
#35412E
(53,65,46)
#242C20
(36,44,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDE99E

#BDE99E
(189,233,158)
#C3EBA6
(195,235,166)
#C9EDAE
(201,237,174)
#CFEFB6
(207,239,182)
#D5F1BE
(213,241,190)
#DBF3C6
(219,243,198)
#E1F5CE
(225,245,206)
#E7F7D6
(231,247,214)
#EDF9DE
(237,249,222)
#F3FBE6
(243,251,230)
#F9FDEE
(249,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE99E; }

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

This text font color is #BDE99E.

Background Color

.myBgColor { background-color: #BDE99E; }

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

This div background color is #BDE99E.

Border color

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

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

This div border color is #BDE99E.

Opacity

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

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

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

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

This text has shadow with #BDE99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE99E.

Preview

Color preview on black background

This text has color #BDE99E on black background.


Color preview on white background

This text has color #BDE99E on white background.


Black color preview on #BDE99E background

This text has black color on #BDE99E background.


White color preview on #BDE99E background

This text has white color on #BDE99E background.


Related colors

Complementary color

Complementary color for #hex is #421661.


I love getcolorcode.com

Triadic colors

1 #9EBDE9 and #E99EBD with #BDE99E are triadic colors.

2 #9EE9BD and #E9BD9E with #BDE99E are triadic colors.