COLOR #BDC897

HEX: #BDC897 RGB: (189,200,151)

Color info

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

RGB color model

#BDC897 color RGB value is (189,200,151).

RGB: (189,200,151) (74%, 78%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 151 of 255 = 59%

189
200
151

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 151 = 540 (100%)
R 189 of 540 ~ 35%
G 200 of 540 ~ 37.04%
B 151 of 540 ~ 27.96'%

%35
%37.04
%27.96

CMYK color model

#BDC897 color CMYK value is (5,0,25,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 21.57%

CMYK: (5,0,25,22)
C5M0Y25K22 (5%, 0%, 25%, 22%)
(0.05 / 0.00 / 0.25 / 0.22)

CMYK percentages

%5.5
%0
%24.5
%21.57

Codes

Color #BDC897 in popluar color models

BD C8 97
RGB 189 200 151
HSL 73° 30.82% 68.82%
HSB/HSV 73° 24.50% 78.43%
CMYK 5.50% 0.00% 24.50%
21.57%

Color #BDC897 in popluar number systems.

HEX BD C8 97
Decimal 189 200 151
Binary 10111101 11001000 10010111
Octal 275 310 227

Shades and tints

Shades of #BDC897

#BDC897
(189,200,151)
#ACB68A
(172,182,138)
#9BA47D
(155,164,125)
#8A9270
(138,146,112)
#798063
(121,128,99)
#686E56
(104,110,86)
#575C49
(87,92,73)
#464A3C
(70,74,60)
#35382F
(53,56,47)
#242622
(36,38,34)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDC897

#BDC897
(189,200,151)
#C3CDA0
(195,205,160)
#C9D2A9
(201,210,169)
#CFD7B2
(207,215,178)
#D5DCBB
(213,220,187)
#DBE1C4
(219,225,196)
#E1E6CD
(225,230,205)
#E7EBD6
(231,235,214)
#EDF0DF
(237,240,223)
#F3F5E8
(243,245,232)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC897; }

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

This text font color is #BDC897.

Background Color

.myBgColor { background-color: #BDC897; }

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

This div background color is #BDC897.

Border color

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

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

This div border color is #BDC897.

Opacity

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

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

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

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

This text has shadow with #BDC897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC897.

Preview

Color preview on black background

This text has color #BDC897 on black background.


Color preview on white background

This text has color #BDC897 on white background.


Black color preview on #BDC897 background

This text has black color on #BDC897 background.


White color preview on #BDC897 background

This text has white color on #BDC897 background.


Related colors

Complementary color

Complementary color for #hex is #423768.


I love getcolorcode.com

Triadic colors

1 #97BDC8 and #C897BD with #BDC897 are triadic colors.

2 #97C8BD and #C8BD97 with #BDC897 are triadic colors.