COLOR #BDD28F

HEX: #BDD28F
RGB: (189,210,143)

Color info

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

RGB color model

#BDD28F color RGB value is (189,210,143).

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

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 143 of 255 = 56%

189
210
143

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

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 143 = 542 (100%)
R 189 of 542 ~ 34.87%
G 210 of 542 ~ 38.75%
B 143 of 542 ~ 26.38%

%34.87
%38.75
%26.38

CMYK color model

#BDD28F color CMYK value is (10,0,32,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(10,0,32,18)
C10M0Y32K18 
(10%,0%,32%,18%)
(0.10/0.00/0.32/0.18)	

CMYK percentages

%10
%0
%31.9
%17.65

Codes

Color #BDD28F in popluar color models

BDD28F
RGB189210143
HSL79°42.68%69.22%
HSB/HSV79°31.90%82.35%
CMYK10.00%0.00%31.90%
17.65%

Color #BDD28F in popluar number systems.

HEXBDD28F
Decimal189210143
Binary101111011101001010001111
Octal275322217

Shades and tints

Shades of #BDD28F

#BDD28F
(189,210,143)
#ACBF82
(172,191,130)
#9BAC75
(155,172,117)
#8A9968
(138,153,104)
#79865B
(121,134,91)
#68734E
(104,115,78)
#576041
(87,96,65)
#464D34
(70,77,52)
#353A27
(53,58,39)
#24271A
(36,39,26)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #BDD28F

#BDD28F
(189,210,143)
#C3D699
(195,214,153)
#C9DAA3
(201,218,163)
#CFDEAD
(207,222,173)
#D5E2B7
(213,226,183)
#DBE6C1
(219,230,193)
#E1EACB
(225,234,203)
#E7EED5
(231,238,213)
#EDF2DF
(237,242,223)
#F3F6E9
(243,246,233)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD28F; }

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

This text font color is #BDD28F.


Background Color

.myBgColor { background-color: #BDD28F; }

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

This div background color is #BDD28F.


Border color

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

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

This div border color is #BDD28F.


Opacity

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

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

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

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

This text has shadow with #BDD28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD28F on black background.


Color preview on white background

This text has color #BDD28F on white background.



Black color preview on #BDD28F background

This text has black color on #BDD28F background.


White color preview on #BDD28F background

This text has white color on #BDD28F background.