COLOR #BDC893

HEX: #BDC893 RGB: (189,200,147)

Color info

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

RGB color model

#BDC893 color RGB value is (189,200,147).

RGB: (189,200,147) (74%, 78%, 58%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 147 of 255 = 58%

189
200
147

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 147 = 536 (100%)
R 189 of 536 ~ 35.26%
G 200 of 536 ~ 37.31%
B 147 of 536 ~ 27.43'%

%35.26
%37.31
%27.43

CMYK color model

#BDC893 color CMYK value is (5,0,27,22).

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

CMYK: (5,0,27,22)
C5M0Y27K22 (5%, 0%, 27%, 22%)
(0.05 / 0.00 / 0.27 / 0.22)

CMYK percentages

%5.5
%0
%26.5
%21.57

Codes

Color #BDC893 in popluar color models

BD C8 93
RGB 189 200 147
HSL 72° 32.52% 68.04%
HSB/HSV 72° 26.50% 78.43%
CMYK 5.50% 0.00% 26.50%
21.57%

Color #BDC893 in popluar number systems.

HEX BD C8 93
Decimal 189 200 147
Binary 10111101 11001000 10010011
Octal 275 310 223

Shades and tints

Shades of #BDC893

#BDC893
(189,200,147)
#ACB686
(172,182,134)
#9BA479
(155,164,121)
#8A926C
(138,146,108)
#79805F
(121,128,95)
#686E52
(104,110,82)
#575C45
(87,92,69)
#464A38
(70,74,56)
#35382B
(53,56,43)
#24261E
(36,38,30)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDC893

#BDC893
(189,200,147)
#C3CD9C
(195,205,156)
#C9D2A5
(201,210,165)
#CFD7AE
(207,215,174)
#D5DCB7
(213,220,183)
#DBE1C0
(219,225,192)
#E1E6C9
(225,230,201)
#E7EBD2
(231,235,210)
#EDF0DB
(237,240,219)
#F3F5E4
(243,245,228)
#F9FAED
(249,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC893; }

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

This text font color is #BDC893.

Background Color

.myBgColor { background-color: #BDC893; }

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

This div background color is #BDC893.

Border color

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

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

This div border color is #BDC893.

Opacity

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

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

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

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

This text has shadow with #BDC893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC893.

Preview

Color preview on black background

This text has color #BDC893 on black background.


Color preview on white background

This text has color #BDC893 on white background.


Black color preview on #BDC893 background

This text has black color on #BDC893 background.


White color preview on #BDC893 background

This text has white color on #BDC893 background.


Related colors

Complementary color

Complementary color for #hex is #42376C.


I love getcolorcode.com

Triadic colors

1 #93BDC8 and #C893BD with #BDC893 are triadic colors.

2 #93C8BD and #C8BD93 with #BDC893 are triadic colors.