COLOR #BDD38D

HEX: #BDD38D
RGB: (189,211,141)

Color info

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

RGB color model

#BDD38D color RGB value is (189,211,141).

  • red value is 189;
  • green value is 211;
  • blue value is 141.
RGB:
(189,211,141)
(74%,83%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 141 of 255 = 55%

189
211
141

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

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 141 = 541 (100%)
R 189 of 541 ~ 34.94%
G 211 of 541 ~ 39%
B 141 of 541 ~ 26.06%

%34.94
%39
%26.06

CMYK color model

#BDD38D color CMYK value is (10,0,33,17).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 17.25%
CMYK:
(10,0,33,17)
C10M0Y33K17 
(10%,0%,33%,17%)
(0.10/0.00/0.33/0.17)	

CMYK percentages

%10.43
%0
%33.18
%17.25

Codes

Color #BDD38D in popluar color models

BDD38D
RGB189211141
HSL79°44.30%69.02%
HSB/HSV79°33.18%82.75%
CMYK10.43%0.00%33.18%
17.25%

Color #BDD38D in popluar number systems.

HEXBDD38D
Decimal189211141
Binary101111011101001110001101
Octal275323215

Shades and tints

Shades of #BDD38D

#BDD38D
(189,211,141)
#ACC081
(172,192,129)
#9BAD75
(155,173,117)
#8A9A69
(138,154,105)
#79875D
(121,135,93)
#687451
(104,116,81)
#576145
(87,97,69)
#464E39
(70,78,57)
#353B2D
(53,59,45)
#242821
(36,40,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDD38D

#BDD38D
(189,211,141)
#C3D797
(195,215,151)
#C9DBA1
(201,219,161)
#CFDFAB
(207,223,171)
#D5E3B5
(213,227,181)
#DBE7BF
(219,231,191)
#E1EBC9
(225,235,201)
#E7EFD3
(231,239,211)
#EDF3DD
(237,243,221)
#F3F7E7
(243,247,231)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD38D color. Also use rgb(189,211,141) instead hex code.

Text Font Color

.myTextColor { color: #BDD38D; }

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

This text font color is #BDD38D.


Background Color

.myBgColor { background-color: #BDD38D; }

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

This div background color is #BDD38D.


Border color

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

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

This div border color is #BDD38D.


Opacity

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

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

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

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

This text has shadow with #BDD38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD38D on black background.


Color preview on white background

This text has color #BDD38D on white background.



Black color preview on #BDD38D background

This text has black color on #BDD38D background.


White color preview on #BDD38D background

This text has white color on #BDD38D background.