COLOR #BDD28B

HEX: #BDD28B
RGB: (189,210,139)

Color info

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

RGB color model

#BDD28B color RGB value is (189,210,139).

  • red value is 189;
  • green value is 210;
  • blue value is 139.
RGB:
(189,210,139)
(74%,82%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 139 of 255 = 55%

189
210
139

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

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 139 = 538 (100%)
R 189 of 538 ~ 35.13%
G 210 of 538 ~ 39.03%
B 139 of 538 ~ 25.84%

%35.13
%39.03
%25.84

CMYK color model

#BDD28B color CMYK value is (10,0,34,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 17.65%
CMYK:
(10,0,34,18)
C10M0Y34K18 
(10%,0%,34%,18%)
(0.10/0.00/0.34/0.18)	

CMYK percentages

%10
%0
%33.81
%17.65

Codes

Color #BDD28B in popluar color models

BDD28B
RGB189210139
HSL78°44.10%68.43%
HSB/HSV78°33.81%82.35%
CMYK10.00%0.00%33.81%
17.65%

Color #BDD28B in popluar number systems.

HEXBDD28B
Decimal189210139
Binary101111011101001010001011
Octal275322213

Shades and tints

Shades of #BDD28B

#BDD28B
(189,210,139)
#ACBF7F
(172,191,127)
#9BAC73
(155,172,115)
#8A9967
(138,153,103)
#79865B
(121,134,91)
#68734F
(104,115,79)
#576043
(87,96,67)
#464D37
(70,77,55)
#353A2B
(53,58,43)
#24271F
(36,39,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDD28B

#BDD28B
(189,210,139)
#C3D695
(195,214,149)
#C9DA9F
(201,218,159)
#CFDEA9
(207,222,169)
#D5E2B3
(213,226,179)
#DBE6BD
(219,230,189)
#E1EAC7
(225,234,199)
#E7EED1
(231,238,209)
#EDF2DB
(237,242,219)
#F3F6E5
(243,246,229)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD28B; }

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

This text font color is #BDD28B.


Background Color

.myBgColor { background-color: #BDD28B; }

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

This div background color is #BDD28B.


Border color

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

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

This div border color is #BDD28B.


Opacity

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

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

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

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

This text has shadow with #BDD28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD28B on black background.


Color preview on white background

This text has color #BDD28B on white background.



Black color preview on #BDD28B background

This text has black color on #BDD28B background.


White color preview on #BDD28B background

This text has white color on #BDD28B background.