COLOR #BDC898

HEX: #BDC898
RGB: (189,200,152)

Color info

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

RGB color model

#BDC898 color RGB value is (189,200,152).

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

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 152 of 255 = 60%

189
200
152

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

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 152 = 541 (100%)
R 189 of 541 ~ 34.94%
G 200 of 541 ~ 36.97%
B 152 of 541 ~ 28.1%

%34.94
%36.97
%28.1

CMYK color model

#BDC898 color CMYK value is (5,0,24,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 21.57%
CMYK:
(5,0,24,22)
C5M0Y24K22 
(5%,0%,24%,22%)
(0.05/0.00/0.24/0.22)	

CMYK percentages

%5.5
%0
%24
%21.57

Codes

Color #BDC898 in popluar color models

BDC898
RGB189200152
HSL74°30.38%69.02%
HSB/HSV74°24.00%78.43%
CMYK5.50%0.00%24.00%
21.57%

Color #BDC898 in popluar number systems.

HEXBDC898
Decimal189200152
Binary101111011100100010011000
Octal275310230

Shades and tints

Shades of #BDC898

#BDC898
(189,200,152)
#ACB68B
(172,182,139)
#9BA47E
(155,164,126)
#8A9271
(138,146,113)
#798064
(121,128,100)
#686E57
(104,110,87)
#575C4A
(87,92,74)
#464A3D
(70,74,61)
#353830
(53,56,48)
#242623
(36,38,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BDC898

#BDC898
(189,200,152)
#C3CDA1
(195,205,161)
#C9D2AA
(201,210,170)
#CFD7B3
(207,215,179)
#D5DCBC
(213,220,188)
#DBE1C5
(219,225,197)
#E1E6CE
(225,230,206)
#E7EBD7
(231,235,215)
#EDF0E0
(237,240,224)
#F3F5E9
(243,245,233)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC898 color. Also use rgb(189,200,152) instead hex code.

Text Font Color

.myTextColor { color: #BDC898; }

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

This text font color is #BDC898.


Background Color

.myBgColor { background-color: #BDC898; }

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

This div background color is #BDC898.


Border color

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

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

This div border color is #BDC898.


Opacity

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

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

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

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

This text has shadow with #BDC898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC898 on black background.


Color preview on white background

This text has color #BDC898 on white background.



Black color preview on #BDC898 background

This text has black color on #BDC898 background.


White color preview on #BDC898 background

This text has white color on #BDC898 background.