COLOR #BDC698

HEX: #BDC698 RGB: (189,198,152)

Color info

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

RGB color model

#BDC698 color RGB value is (189,198,152).

RGB: (189,198,152) (74%, 78%, 60%)

RGB channels and saturation

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

189
198
152

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

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 152 = 539 (100%)
R 189 of 539 ~ 35.06%
G 198 of 539 ~ 36.73%
B 152 of 539 ~ 28.2'%

%35.06
%36.73
%28.2

CMYK color model

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

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • 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
%23.23
%22.35

Codes

Color #BDC698 in popluar color models

BD C6 98
RGB 189 198 152
HSL 72° 28.75% 68.63%
HSB/HSV 72° 23.23% 77.65%
CMYK 4.55% 0.00% 23.23%
22.35%

Color #BDC698 in popluar number systems.

HEX BD C6 98
Decimal 189 198 152
Binary 10111101 11000110 10011000
Octal 275 306 230

Shades and tints

Shades of #BDC698

#BDC698
(189,198,152)
#ACB48B
(172,180,139)
#9BA27E
(155,162,126)
#8A9071
(138,144,113)
#797E64
(121,126,100)
#686C57
(104,108,87)
#575A4A
(87,90,74)
#46483D
(70,72,61)
#353630
(53,54,48)
#242423
(36,36,35)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #BDC698

#BDC698
(189,198,152)
#C3CBA1
(195,203,161)
#C9D0AA
(201,208,170)
#CFD5B3
(207,213,179)
#D5DABC
(213,218,188)
#DBDFC5
(219,223,197)
#E1E4CE
(225,228,206)
#E7E9D7
(231,233,215)
#EDEEE0
(237,238,224)
#F3F3E9
(243,243,233)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC698; }

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

This text font color is #BDC698.

Background Color

.myBgColor { background-color: #BDC698; }

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

This div background color is #BDC698.

Border color

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

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

This div border color is #BDC698.

Opacity

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

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

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

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

This text has shadow with #BDC698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC698.

Preview

Color preview on black background

This text has color #BDC698 on black background.


Color preview on white background

This text has color #BDC698 on white background.


Black color preview on #BDC698 background

This text has black color on #BDC698 background.


White color preview on #BDC698 background

This text has white color on #BDC698 background.


Related colors

Complementary color

Complementary color for #hex is #423967.


I love getcolorcode.com

Triadic colors

1 #98BDC6 and #C698BD with #BDC698 are triadic colors.

2 #98C6BD and #C6BD98 with #BDC698 are triadic colors.