COLOR #BDC396

HEX: #BDC396
RGB: (189,195,150)

Color info

#BDC396 contains red, green and blue colors in about the same proportion. Web safe color of #BDC396 is #CCCC99 (or #CC9).

RGB color model

#BDC396 color RGB value is (189,195,150).

  • red value is 189;
  • green value is 195;
  • blue value is 150.
RGB:
(189,195,150)
(74%,76%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 150 of 255 = 59%

189
195
150

R + G + B ~ 70%. #BDC396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 150 = 534 (100%)
R 189 of 534 ~ 35.39%
G 195 of 534 ~ 36.52%
B 150 of 534 ~ 28.09%

%35.39
%36.52
%28.09

CMYK color model

#BDC396 color CMYK value is (3,0,23,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(3,0,23,24)
C3M0Y23K24 
(3%,0%,23%,24%)
(0.03/0.00/0.23/0.24)	

CMYK percentages

%3.08
%0
%23.08
%23.53

Codes

Color #BDC396 in popluar color models

BDC396
RGB189195150
HSL68°27.27%67.65%
HSB/HSV68°23.08%76.47%
CMYK3.08%0.00%23.08%
23.53%

Color #BDC396 in popluar number systems.

HEXBDC396
Decimal189195150
Binary101111011100001110010110
Octal275303226

Shades and tints

Shades of #BDC396

#BDC396
(189,195,150)
#ACB289
(172,178,137)
#9BA17C
(155,161,124)
#8A906F
(138,144,111)
#797F62
(121,127,98)
#686E55
(104,110,85)
#575D48
(87,93,72)
#464C3B
(70,76,59)
#353B2E
(53,59,46)
#242A21
(36,42,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDC396

#BDC396
(189,195,150)
#C3C89F
(195,200,159)
#C9CDA8
(201,205,168)
#CFD2B1
(207,210,177)
#D5D7BA
(213,215,186)
#DBDCC3
(219,220,195)
#E1E1CC
(225,225,204)
#E7E6D5
(231,230,213)
#EDEBDE
(237,235,222)
#F3F0E7
(243,240,231)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC396 color. Also use rgb(189,195,150) instead hex code.

Text Font Color

.myTextColor { color: #BDC396; }

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

This text font color is #BDC396.


Background Color

.myBgColor { background-color: #BDC396; }

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

This div background color is #BDC396.


Border color

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

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

This div border color is #BDC396.


Opacity

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

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

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

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

This text has shadow with #BDC396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC396 on black background.


Color preview on white background

This text has color #BDC396 on white background.



Black color preview on #BDC396 background

This text has black color on #BDC396 background.


White color preview on #BDC396 background

This text has white color on #BDC396 background.