COLOR #BDC293

HEX: #BDC293
RGB: (189,194,147)

Color info

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

RGB color model

#BDC293 color RGB value is (189,194,147).

  • red value is 189;
  • green value is 194;
  • blue value is 147.
RGB:
(189,194,147)
(74%,76%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 147 of 255 = 58%

189
194
147

R + G + B ~ 69%. #BDC293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 194 + 147 = 530 (100%)
R 189 of 530 ~ 35.66%
G 194 of 530 ~ 36.6%
B 147 of 530 ~ 27.74%

%35.66
%36.6
%27.74

CMYK color model

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

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 24.23%
  • key color value is 23.92%
CMYK:
(3,0,24,24)
C3M0Y24K24 
(3%,0%,24%,24%)
(0.03/0.00/0.24/0.24)	

CMYK percentages

%2.58
%0
%24.23
%23.92

Codes

Color #BDC293 in popluar color models

BDC293
RGB189194147
HSL66°27.81%66.86%
HSB/HSV66°24.23%76.08%
CMYK2.58%0.00%24.23%
23.92%

Color #BDC293 in popluar number systems.

HEXBDC293
Decimal189194147
Binary101111011100001010010011
Octal275302223

Shades and tints

Shades of #BDC293

#BDC293
(189,194,147)
#ACB186
(172,177,134)
#9BA079
(155,160,121)
#8A8F6C
(138,143,108)
#797E5F
(121,126,95)
#686D52
(104,109,82)
#575C45
(87,92,69)
#464B38
(70,75,56)
#353A2B
(53,58,43)
#24291E
(36,41,30)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDC293

#BDC293
(189,194,147)
#C3C79C
(195,199,156)
#C9CCA5
(201,204,165)
#CFD1AE
(207,209,174)
#D5D6B7
(213,214,183)
#DBDBC0
(219,219,192)
#E1E0C9
(225,224,201)
#E7E5D2
(231,229,210)
#EDEADB
(237,234,219)
#F3EFE4
(243,239,228)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC293 color. Also use rgb(189,194,147) instead hex code.

Text Font Color

.myTextColor { color: #BDC293; }

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

This text font color is #BDC293.


Background Color

.myBgColor { background-color: #BDC293; }

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

This div background color is #BDC293.


Border color

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

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

This div border color is #BDC293.


Opacity

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

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

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

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

This text has shadow with #BDC293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC293 on black background.


Color preview on white background

This text has color #BDC293 on white background.



Black color preview on #BDC293 background

This text has black color on #BDC293 background.


White color preview on #BDC293 background

This text has white color on #BDC293 background.