COLOR #BDDE7F

HEX: #BDDE7F
RGB: (189,222,127)

Color info

#BDDE7F contains mainly red and green colors. Web safe color of #BDDE7F is #CCCC66 (or #CC6).

RGB color model

#BDDE7F color RGB value is (189,222,127).

  • red value is 189;
  • green value is 222;
  • blue value is 127.
RGB:
(189,222,127)
(74%,87%,50%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 127 of 255 = 50%

189
222
127

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

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 127 = 538 (100%)
R 189 of 538 ~ 35.13%
G 222 of 538 ~ 41.26%
B 127 of 538 ~ 23.61%

%35.13
%41.26
%23.61

CMYK color model

#BDDE7F color CMYK value is (15,0,43,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 12.94%
CMYK:
(15,0,43,13)
C15M0Y43K13 
(15%,0%,43%,13%)
(0.15/0.00/0.43/0.13)	

CMYK percentages

%14.86
%0
%42.79
%12.94

Codes

Color #BDDE7F in popluar color models

BDDE7F
RGB189222127
HSL81°59.01%68.43%
HSB/HSV81°42.79%87.06%
CMYK14.86%0.00%42.79%
12.94%

Color #BDDE7F in popluar number systems.

HEXBDDE7F
Decimal189222127
Binary10111101110111101111111
Octal275336177

Shades and tints

Shades of #BDDE7F

#BDDE7F
(189,222,127)
#ACCA74
(172,202,116)
#9BB669
(155,182,105)
#8AA25E
(138,162,94)
#798E53
(121,142,83)
#687A48
(104,122,72)
#57663D
(87,102,61)
#465232
(70,82,50)
#353E27
(53,62,39)
#242A1C
(36,42,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BDDE7F

#BDDE7F
(189,222,127)
#C3E18A
(195,225,138)
#C9E495
(201,228,149)
#CFE7A0
(207,231,160)
#D5EAAB
(213,234,171)
#DBEDB6
(219,237,182)
#E1F0C1
(225,240,193)
#E7F3CC
(231,243,204)
#EDF6D7
(237,246,215)
#F3F9E2
(243,249,226)
#F9FCED
(249,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDE7F color. Also use rgb(189,222,127) instead hex code.

Text Font Color

.myTextColor { color: #BDDE7F; }

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

This text font color is #BDDE7F.


Background Color

.myBgColor { background-color: #BDDE7F; }

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

This div background color is #BDDE7F.


Border color

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

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

This div border color is #BDDE7F.


Opacity

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

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

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

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

This text has shadow with #BDDE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDE7F on black background.


Color preview on white background

This text has color #BDDE7F on white background.



Black color preview on #BDDE7F background

This text has black color on #BDDE7F background.


White color preview on #BDDE7F background

This text has white color on #BDDE7F background.