COLOR #BDC791

HEX: #BDC791
RGB: (189,199,145)

Color info

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

RGB color model

#BDC791 color RGB value is (189,199,145).

  • red value is 189;
  • green value is 199;
  • blue value is 145.
RGB:
(189,199,145)
(74%,78%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 145 of 255 = 57%

189
199
145

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 145 = 533 (100%)
R 189 of 533 ~ 35.46%
G 199 of 533 ~ 37.34%
B 145 of 533 ~ 27.2%

%35.46
%37.34
%27.2

CMYK color model

#BDC791 color CMYK value is (5,0,27,22).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 21.96%
CMYK:
(5,0,27,22)
C5M0Y27K22 
(5%,0%,27%,22%)
(0.05/0.00/0.27/0.22)	

CMYK percentages

%5.03
%0
%27.14
%21.96

Codes

Color #BDC791 in popluar color models

BDC791
RGB189199145
HSL71°32.53%67.45%
HSB/HSV71°27.14%78.04%
CMYK5.03%0.00%27.14%
21.96%

Color #BDC791 in popluar number systems.

HEXBDC791
Decimal189199145
Binary101111011100011110010001
Octal275307221

Shades and tints

Shades of #BDC791

#BDC791
(189,199,145)
#ACB584
(172,181,132)
#9BA377
(155,163,119)
#8A916A
(138,145,106)
#797F5D
(121,127,93)
#686D50
(104,109,80)
#575B43
(87,91,67)
#464936
(70,73,54)
#353729
(53,55,41)
#24251C
(36,37,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #BDC791

#BDC791
(189,199,145)
#C3CC9B
(195,204,155)
#C9D1A5
(201,209,165)
#CFD6AF
(207,214,175)
#D5DBB9
(213,219,185)
#DBE0C3
(219,224,195)
#E1E5CD
(225,229,205)
#E7EAD7
(231,234,215)
#EDEFE1
(237,239,225)
#F3F4EB
(243,244,235)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC791 color. Also use rgb(189,199,145) instead hex code.

Text Font Color

.myTextColor { color: #BDC791; }

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

This text font color is #BDC791.


Background Color

.myBgColor { background-color: #BDC791; }

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

This div background color is #BDC791.


Border color

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

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

This div border color is #BDC791.


Opacity

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

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

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

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

This text has shadow with #BDC791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC791 on black background.


Color preview on white background

This text has color #BDC791 on white background.



Black color preview on #BDC791 background

This text has black color on #BDC791 background.


White color preview on #BDC791 background

This text has white color on #BDC791 background.