COLOR #BDC97E

HEX: #BDC97E RGB: (189,201,126)

Color info

#BDC97E contains mainly red and green colors. Web safe color of #BDC97E is #CCCC66 (or #CC6).

RGB color model

#BDC97E color RGB value is (189,201,126).

RGB: (189,201,126) (74%, 79%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 126 of 255 = 49%

189
201
126

R + G + B ~ 67%. #BDC97E is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 126 = 516 (100%)
R 189 of 516 ~ 36.63%
G 201 of 516 ~ 38.95%
B 126 of 516 ~ 24.42'%

%36.63
%38.95
%24.42

CMYK color model

#BDC97E color CMYK value is (6,0,37,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 37.31%
  • key color value is 21.18%

CMYK: (6,0,37,21)
C6M0Y37K21 (6%, 0%, 37%, 21%)
(0.06 / 0.00 / 0.37 / 0.21)

CMYK percentages

%5.97
%0
%37.31
%21.18

Codes

Color #BDC97E in popluar color models

BD C9 7E
RGB 189 201 126
HSL 70° 40.98% 64.12%
HSB/HSV 70° 37.31% 78.82%
CMYK 5.97% 0.00% 37.31%
21.18%

Color #BDC97E in popluar number systems.

HEX BD C9 7E
Decimal 189 201 126
Binary 10111101 11001001 1111110
Octal 275 311 176

Shades and tints

Shades of #BDC97E

#BDC97E
(189,201,126)
#ACB773
(172,183,115)
#9BA568
(155,165,104)
#8A935D
(138,147,93)
#798152
(121,129,82)
#686F47
(104,111,71)
#575D3C
(87,93,60)
#464B31
(70,75,49)
#353926
(53,57,38)
#24271B
(36,39,27)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDC97E

#BDC97E
(189,201,126)
#C3CD89
(195,205,137)
#C9D194
(201,209,148)
#CFD59F
(207,213,159)
#D5D9AA
(213,217,170)
#DBDDB5
(219,221,181)
#E1E1C0
(225,225,192)
#E7E5CB
(231,229,203)
#EDE9D6
(237,233,214)
#F3EDE1
(243,237,225)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC97E color. Also use rgb(189,201,126) instead hex code.

Text Font Color

.myTextColor { color: #BDC97E; }

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

This text font color is #BDC97E.

Background Color

.myBgColor { background-color: #BDC97E; }

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

This div background color is #BDC97E.

Border color

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

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

This div border color is #BDC97E.

Opacity

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

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

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

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

This text has shadow with #BDC97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC97E.

Preview

Color preview on black background

This text has color #BDC97E on black background.


Color preview on white background

This text has color #BDC97E on white background.


Black color preview on #BDC97E background

This text has black color on #BDC97E background.


White color preview on #BDC97E background

This text has white color on #BDC97E background.


Related colors

Complementary color

Complementary color for #hex is #423681.


I love getcolorcode.com

Triadic colors

1 #7EBDC9 and #C97EBD with #BDC97E are triadic colors.

2 #7EC9BD and #C9BD7E with #BDC97E are triadic colors.