COLOR #BDCE8B

HEX: #BDCE8B RGB: (189,206,139)

Color info

#BDCE8B contains mainly red and green colors. Web safe color of #BDCE8B is #CCCC99 (or #CC9).

RGB color model

#BDCE8B color RGB value is (189,206,139).

RGB: (189,206,139) (74%, 81%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 139 of 255 = 55%

189
206
139

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

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 139 = 534 (100%)
R 189 of 534 ~ 35.39%
G 206 of 534 ~ 38.58%
B 139 of 534 ~ 26.03'%

%35.39
%38.58
%26.03

CMYK color model

#BDCE8B color CMYK value is (8,0,33,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 19.22%
CMYK: (8,0,33,19) C8M0Y33K19 (8%,0%,33%,19%) (0.08/0.00/0.33/0.19) 

CMYK percentages

%8.25
%0
%32.52
%19.22

Codes

Color #BDCE8B in popluar color models

BD CE 8B
RGB 189 206 139
HSL 75° 40.61% 67.65%
HSB/HSV 75° 32.52% 80.78%
CMYK 8.25% 0.00% 32.52%
19.22%

Color #BDCE8B in popluar number systems.

HEX BD CE 8B
Decimal 189 206 139
Binary 10111101 11001110 10001011
Octal 275 316 213

Shades and tints

Shades of #BDCE8B

#BDCE8B
(189,206,139)
#ACBC7F
(172,188,127)
#9BAA73
(155,170,115)
#8A9867
(138,152,103)
#79865B
(121,134,91)
#68744F
(104,116,79)
#576243
(87,98,67)
#465037
(70,80,55)
#353E2B
(53,62,43)
#242C1F
(36,44,31)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #BDCE8B

#BDCE8B
(189,206,139)
#C3D295
(195,210,149)
#C9D69F
(201,214,159)
#CFDAA9
(207,218,169)
#D5DEB3
(213,222,179)
#DBE2BD
(219,226,189)
#E1E6C7
(225,230,199)
#E7EAD1
(231,234,209)
#EDEEDB
(237,238,219)
#F3F2E5
(243,242,229)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCE8B; }

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

This text font color is #BDCE8B.

Background Color

.myBgColor { background-color: #BDCE8B; }

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

This div background color is #BDCE8B.

Border color

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

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

This div border color is #BDCE8B.

Opacity

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

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

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

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

This text has shadow with #BDCE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCE8B.

Preview

Color preview on black background

This text has color #BDCE8B on black background.


Color preview on white background

This text has color #BDCE8B on white background.


Black color preview on #BDCE8B background

This text has black color on #BDCE8B background.


White color preview on #BDCE8B background

This text has white color on #BDCE8B background.


Related colors

Complementary color

Complementary color for #hex is #423174.


I love getcolorcode.com

Triadic colors

1 #8BBDCE and #CE8BBD with #BDCE8B are triadic colors.

2 #8BCEBD and #CEBD8B with #BDCE8B are triadic colors.