COLOR #BDCE93

HEX: #BDCE93
RGB: (189,206,147)

Color info

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

RGB color model

#BDCE93 color RGB value is (189,206,147).

  • red value is 189;
  • green value is 206;
  • blue value is 147.
RGB:
(189,206,147)
(74%,81%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 147 of 255 = 58%

189
206
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 147 = 542 (100%)
R 189 of 542 ~ 34.87%
G 206 of 542 ~ 38.01%
B 147 of 542 ~ 27.12%

%34.87
%38.01
%27.12

CMYK color model

#BDCE93 color CMYK value is (8,0,29,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 19.22%
CMYK:
(8,0,29,19)
C8M0Y29K19 
(8%,0%,29%,19%)
(0.08/0.00/0.29/0.19)	

CMYK percentages

%8.25
%0
%28.64
%19.22

Codes

Color #BDCE93 in popluar color models

BDCE93
RGB189206147
HSL77°37.58%69.22%
HSB/HSV77°28.64%80.78%
CMYK8.25%0.00%28.64%
19.22%

Color #BDCE93 in popluar number systems.

HEXBDCE93
Decimal189206147
Binary101111011100111010010011
Octal275316223

Shades and tints

Shades of #BDCE93

#BDCE93
(189,206,147)
#ACBC86
(172,188,134)
#9BAA79
(155,170,121)
#8A986C
(138,152,108)
#79865F
(121,134,95)
#687452
(104,116,82)
#576245
(87,98,69)
#465038
(70,80,56)
#353E2B
(53,62,43)
#242C1E
(36,44,30)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #BDCE93

#BDCE93
(189,206,147)
#C3D29C
(195,210,156)
#C9D6A5
(201,214,165)
#CFDAAE
(207,218,174)
#D5DEB7
(213,222,183)
#DBE2C0
(219,226,192)
#E1E6C9
(225,230,201)
#E7EAD2
(231,234,210)
#EDEEDB
(237,238,219)
#F3F2E4
(243,242,228)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCE93; }

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

This text font color is #BDCE93.


Background Color

.myBgColor { background-color: #BDCE93; }

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

This div background color is #BDCE93.


Border color

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

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

This div border color is #BDCE93.


Opacity

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

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

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

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

This text has shadow with #BDCE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCE93 on black background.


Color preview on white background

This text has color #BDCE93 on white background.



Black color preview on #BDCE93 background

This text has black color on #BDCE93 background.


White color preview on #BDCE93 background

This text has white color on #BDCE93 background.