COLOR #BDC997

HEX: #BDC997
RGB: (189,201,151)

Color info

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

RGB color model

#BDC997 color RGB value is (189,201,151).

  • red value is 189;
  • green value is 201;
  • blue value is 151.
RGB:
(189,201,151)
(74%,79%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 151 of 255 = 59%

189
201
151

R + G + B ~ 71%. #BDC997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 201 + 151 = 541 (100%)
R 189 of 541 ~ 34.94%
G 201 of 541 ~ 37.15%
B 151 of 541 ~ 27.91%

%34.94
%37.15
%27.91

CMYK color model

#BDC997 color CMYK value is (6,0,25,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 21.18%
CMYK:
(6,0,25,21)
C6M0Y25K21 
(6%,0%,25%,21%)
(0.06/0.00/0.25/0.21)	

CMYK percentages

%5.97
%0
%24.88
%21.18

Codes

Color #BDC997 in popluar color models

BDC997
RGB189201151
HSL74°31.65%69.02%
HSB/HSV74°24.88%78.82%
CMYK5.97%0.00%24.88%
21.18%

Color #BDC997 in popluar number systems.

HEXBDC997
Decimal189201151
Binary101111011100100110010111
Octal275311227

Shades and tints

Shades of #BDC997

#BDC997
(189,201,151)
#ACB78A
(172,183,138)
#9BA57D
(155,165,125)
#8A9370
(138,147,112)
#798163
(121,129,99)
#686F56
(104,111,86)
#575D49
(87,93,73)
#464B3C
(70,75,60)
#35392F
(53,57,47)
#242722
(36,39,34)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDC997

#BDC997
(189,201,151)
#C3CDA0
(195,205,160)
#C9D1A9
(201,209,169)
#CFD5B2
(207,213,178)
#D5D9BB
(213,217,187)
#DBDDC4
(219,221,196)
#E1E1CD
(225,225,205)
#E7E5D6
(231,229,214)
#EDE9DF
(237,233,223)
#F3EDE8
(243,237,232)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC997; }

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

This text font color is #BDC997.


Background Color

.myBgColor { background-color: #BDC997; }

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

This div background color is #BDC997.


Border color

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

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

This div border color is #BDC997.


Opacity

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

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

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

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

This text has shadow with #BDC997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC997 on black background.


Color preview on white background

This text has color #BDC997 on white background.



Black color preview on #BDC997 background

This text has black color on #BDC997 background.


White color preview on #BDC997 background

This text has white color on #BDC997 background.