COLOR #BDD393

HEX: #BDD393
RGB: (189,211,147)

Color info

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

RGB color model

#BDD393 color RGB value is (189,211,147).

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

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 147 of 255 = 58%

189
211
147

R + G + B ~ 72%. #BDD393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 147 = 547 (100%)
R 189 of 547 ~ 34.55%
G 211 of 547 ~ 38.57%
B 147 of 547 ~ 26.87%

%34.55
%38.57
%26.87

CMYK color model

#BDD393 color CMYK value is (10,0,30,17).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 17.25%
CMYK:
(10,0,30,17)
C10M0Y30K17 
(10%,0%,30%,17%)
(0.10/0.00/0.30/0.17)	

CMYK percentages

%10.43
%0
%30.33
%17.25

Codes

Color #BDD393 in popluar color models

BDD393
RGB189211147
HSL81°42.11%70.20%
HSB/HSV81°30.33%82.75%
CMYK10.43%0.00%30.33%
17.25%

Color #BDD393 in popluar number systems.

HEXBDD393
Decimal189211147
Binary101111011101001110010011
Octal275323223

Shades and tints

Shades of #BDD393

#BDD393
(189,211,147)
#ACC086
(172,192,134)
#9BAD79
(155,173,121)
#8A9A6C
(138,154,108)
#79875F
(121,135,95)
#687452
(104,116,82)
#576145
(87,97,69)
#464E38
(70,78,56)
#353B2B
(53,59,43)
#24281E
(36,40,30)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDD393

#BDD393
(189,211,147)
#C3D79C
(195,215,156)
#C9DBA5
(201,219,165)
#CFDFAE
(207,223,174)
#D5E3B7
(213,227,183)
#DBE7C0
(219,231,192)
#E1EBC9
(225,235,201)
#E7EFD2
(231,239,210)
#EDF3DB
(237,243,219)
#F3F7E4
(243,247,228)
#F9FBED
(249,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD393; }

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

This text font color is #BDD393.


Background Color

.myBgColor { background-color: #BDD393; }

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

This div background color is #BDD393.


Border color

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

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

This div border color is #BDD393.


Opacity

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

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

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

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

This text has shadow with #BDD393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD393 on black background.


Color preview on white background

This text has color #BDD393 on white background.



Black color preview on #BDD393 background

This text has black color on #BDD393 background.


White color preview on #BDD393 background

This text has white color on #BDD393 background.