COLOR #BDFF7E

HEX: #BDFF7E
RGB: (189,255,126)

Color info

#BDFF7E contains mainly green color. Web safe color of #BDFF7E is #CCFF66 (or #CF6).

RGB color model

#BDFF7E color RGB value is (189,255,126).

  • red value is 189;
  • green value is 255;
  • blue value is 126.
RGB:
(189,255,126)
(74%,100%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 255 of 255 = 100%
B 126 of 255 = 49%

189
255
126

R + G + B ~ 74%. #BDFF7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 255 + 126 = 570 (100%)
R 189 of 570 ~ 33.16%
G 255 of 570 ~ 44.74%
B 126 of 570 ~ 22.11%

%33.16
%44.74
%22.11

CMYK color model

#BDFF7E color CMYK value is (26,0,51,0).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 0.00%
CMYK:
(26,0,51,0)
C26M0Y51K0 
(26%,0%,51%,0%)
(0.26/0.00/0.51/0.00)	

CMYK percentages

%25.88
%0
%50.59
%0

Codes

Color #BDFF7E in popluar color models

BDFF7E
RGB189255126
HSL91°100.00%74.71%
HSB/HSV91°50.59%100.00%
CMYK25.88%0.00%50.59%
0.00%

Color #BDFF7E in popluar number systems.

HEXBDFF7E
Decimal189255126
Binary10111101111111111111110
Octal275377176

Shades and tints

Shades of #BDFF7E

#BDFF7E
(189,255,126)
#ACE873
(172,232,115)
#9BD168
(155,209,104)
#8ABA5D
(138,186,93)
#79A352
(121,163,82)
#688C47
(104,140,71)
#57753C
(87,117,60)
#465E31
(70,94,49)
#354726
(53,71,38)
#24301B
(36,48,27)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDFF7E

#BDFF7E
(189,255,126)
#C3FF89
(195,255,137)
#C9FF94
(201,255,148)
#CFFF9F
(207,255,159)
#D5FFAA
(213,255,170)
#DBFFB5
(219,255,181)
#E1FFC0
(225,255,192)
#E7FFCB
(231,255,203)
#EDFFD6
(237,255,214)
#F3FFE1
(243,255,225)
#F9FFEC
(249,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFF7E color. Also use rgb(189,255,126) instead hex code.

Text Font Color

.myTextColor { color: #BDFF7E; }

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

This text font color is #BDFF7E.


Background Color

.myBgColor { background-color: #BDFF7E; }

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

This div background color is #BDFF7E.


Border color

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

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

This div border color is #BDFF7E.


Opacity

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

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

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

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

This text has shadow with #BDFF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFF7E on black background.


Color preview on white background

This text has color #BDFF7E on white background.



Black color preview on #BDFF7E background

This text has black color on #BDFF7E background.


White color preview on #BDFF7E background

This text has white color on #BDFF7E background.