COLOR #BDC699

HEX: #BDC699
RGB: (189,198,153)

Color info

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

RGB color model

#BDC699 color RGB value is (189,198,153).

  • red value is 189;
  • green value is 198;
  • blue value is 153.
RGB: (189,198,153) (74%,78%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 153 of 255 = 60%

189
198
153

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

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 153 = 540 (100%)
R 189 of 540 ~ 35%
G 198 of 540 ~ 36.67%
B 153 of 540 ~ 28.33%

%35
%36.67
%28.33

CMYK color model

#BDC699 color CMYK value is (5,0,23,22).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK: (5,0,23,22) C5M0Y23K22 (5%,0%,23%,22%) (0.05/0.00/0.23/0.22)

CMYK percentages

%4.55
%0
%22.73
%22.35

Codes

Color #BDC699 in popluar color models

BDC699
RGB189198153
HSL72°28.30%68.82%
HSB/HSV72°22.73%77.65%
CMYK4.55%0.00%22.73%
22.35%

Color #BDC699 in popluar number systems.

HEXBDC699
Decimal189198153
Binary101111011100011010011001
Octal275306231

Shades and tints

Shades of #BDC699

#BDC699
(189,198,153)
#ACB48C
(172,180,140)
#9BA27F
(155,162,127)
#8A9072
(138,144,114)
#797E65
(121,126,101)
#686C58
(104,108,88)
#575A4B
(87,90,75)
#46483E
(70,72,62)
#353631
(53,54,49)
#242424
(36,36,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #BDC699

#BDC699
(189,198,153)
#C3CBA2
(195,203,162)
#C9D0AB
(201,208,171)
#CFD5B4
(207,213,180)
#D5DABD
(213,218,189)
#DBDFC6
(219,223,198)
#E1E4CF
(225,228,207)
#E7E9D8
(231,233,216)
#EDEEE1
(237,238,225)
#F3F3EA
(243,243,234)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC699 color. Also use rgb(189,198,153) instead hex code.

Text Font Color

.myTextColor { color: #BDC699; }

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

This text font color is #BDC699.


Background Color

.myBgColor { background-color: #BDC699; }

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

This div background color is #BDC699.


Border color

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

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

This div border color is #BDC699.


Opacity

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

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

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

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

This text has shadow with #BDC699 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDC699 on black background.


Color preview on white background

This text has color #BDC699 on white background.



Black color preview on #BDC699 background

This text has black color on #BDC699 background.


White color preview on #BDC699 background

This text has white color on #BDC699 background.