COLOR #BDFED9

HEX: #BDFED9
RGB: (189,254,217)

Color info

#BDFED9 contains mainly green and blue colors. Web safe color of #BDFED9 is #CCFFCC (or #CFC).

RGB color model

#BDFED9 color RGB value is (189,254,217).

  • red value is 189;
  • green value is 254;
  • blue value is 217.
RGB:
(189,254,217)
(74%,100%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 254 of 255 = 100%
B 217 of 255 = 85%

189
254
217

R + G + B ~ 86%. #BDFED9 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 254 + 217 = 660 (100%)
R 189 of 660 ~ 28.64%
G 254 of 660 ~ 38.48%
B 217 of 660 ~ 32.88%

%28.64
%38.48
%32.88

CMYK color model

#BDFED9 color CMYK value is (26,0,15,0).

  • cyan value is 25.59%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 0.39%
CMYK:
(26,0,15,0)
C26M0Y15K0 
(26%,0%,15%,0%)
(0.26/0.00/0.15/0.00)	

CMYK percentages

%25.59
%0
%14.57
%0.39

Codes

Color #BDFED9 in popluar color models

BDFED9
RGB189254217
HSL146°97.01%86.86%
HSB/HSV146°25.59%99.61%
CMYK25.59%0.00%14.57%
0.39%

Color #BDFED9 in popluar number systems.

HEXBDFED9
Decimal189254217
Binary101111011111111011011001
Octal275376331

Shades and tints

Shades of #BDFED9

#BDFED9
(189,254,217)
#ACE7C6
(172,231,198)
#9BD0B3
(155,208,179)
#8AB9A0
(138,185,160)
#79A28D
(121,162,141)
#688B7A
(104,139,122)
#577467
(87,116,103)
#465D54
(70,93,84)
#354641
(53,70,65)
#242F2E
(36,47,46)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #BDFED9

#BDFED9
(189,254,217)
#C3FEDC
(195,254,220)
#C9FEDF
(201,254,223)
#CFFEE2
(207,254,226)
#D5FEE5
(213,254,229)
#DBFEE8
(219,254,232)
#E1FEEB
(225,254,235)
#E7FEEE
(231,254,238)
#EDFEF1
(237,254,241)
#F3FEF4
(243,254,244)
#F9FEF7
(249,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFED9 color. Also use rgb(189,254,217) instead hex code.

Text Font Color

.myTextColor { color: #BDFED9; }

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

This text font color is #BDFED9.


Background Color

.myBgColor { background-color: #BDFED9; }

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

This div background color is #BDFED9.


Border color

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

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

This div border color is #BDFED9.


Opacity

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

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

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

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

This text has shadow with #BDFED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFED9 on black background.


Color preview on white background

This text has color #BDFED9 on white background.



Black color preview on #BDFED9 background

This text has black color on #BDFED9 background.


White color preview on #BDFED9 background

This text has white color on #BDFED9 background.