COLOR #BDE391

HEX: #BDE391
RGB: (189,227,145)

Color info

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

RGB color model

#BDE391 color RGB value is (189,227,145).

  • red value is 189;
  • green value is 227;
  • blue value is 145.
RGB:
(189,227,145)
(74%,89%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 145 of 255 = 57%

189
227
145

R + G + B ~ 73%. #BDE391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 145 = 561 (100%)
R 189 of 561 ~ 33.69%
G 227 of 561 ~ 40.46%
B 145 of 561 ~ 25.85%

%33.69
%40.46
%25.85

CMYK color model

#BDE391 color CMYK value is (17,0,36,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 36.12%
  • key color value is 10.98%
CMYK:
(17,0,36,11)
C17M0Y36K11 
(17%,0%,36%,11%)
(0.17/0.00/0.36/0.11)	

CMYK percentages

%16.74
%0
%36.12
%10.98

Codes

Color #BDE391 in popluar color models

BDE391
RGB189227145
HSL88°59.42%72.94%
HSB/HSV88°36.12%89.02%
CMYK16.74%0.00%36.12%
10.98%

Color #BDE391 in popluar number systems.

HEXBDE391
Decimal189227145
Binary101111011110001110010001
Octal275343221

Shades and tints

Shades of #BDE391

#BDE391
(189,227,145)
#ACCF84
(172,207,132)
#9BBB77
(155,187,119)
#8AA76A
(138,167,106)
#79935D
(121,147,93)
#687F50
(104,127,80)
#576B43
(87,107,67)
#465736
(70,87,54)
#354329
(53,67,41)
#242F1C
(36,47,28)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #BDE391

#BDE391
(189,227,145)
#C3E59B
(195,229,155)
#C9E7A5
(201,231,165)
#CFE9AF
(207,233,175)
#D5EBB9
(213,235,185)
#DBEDC3
(219,237,195)
#E1EFCD
(225,239,205)
#E7F1D7
(231,241,215)
#EDF3E1
(237,243,225)
#F3F5EB
(243,245,235)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE391 color. Also use rgb(189,227,145) instead hex code.

Text Font Color

.myTextColor { color: #BDE391; }

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

This text font color is #BDE391.


Background Color

.myBgColor { background-color: #BDE391; }

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

This div background color is #BDE391.


Border color

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

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

This div border color is #BDE391.


Opacity

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

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

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

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

This text has shadow with #BDE391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE391 on black background.


Color preview on white background

This text has color #BDE391 on white background.



Black color preview on #BDE391 background

This text has black color on #BDE391 background.


White color preview on #BDE391 background

This text has white color on #BDE391 background.