COLOR #BDFD93

HEX: #BDFD93 RGB: (189,253,147)

Color info

#BDFD93 contains mainly green color. Web safe color of #BDFD93 is #CCFF99 (or #CF9).

RGB color model

#BDFD93 color RGB value is (189,253,147).

RGB: (189,253,147) (74%, 99%, 58%)

RGB channels and saturation

R 189 of 255 = 74%
G 253 of 255 = 99%
B 147 of 255 = 58%

189
253
147

R + G + B ~ 77%. #BDFD93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 253 + 147 = 589 (100%)
R 189 of 589 ~ 32.09%
G 253 of 589 ~ 42.95%
B 147 of 589 ~ 24.96'%

%32.09
%42.95
%24.96

CMYK color model

#BDFD93 color CMYK value is (25,0,42,1).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 0.78%

CMYK: (25,0,42,1)
C25M0Y42K1 (25%, 0%, 42%, 1%)
(0.25 / 0.00 / 0.42 / 0.01)

CMYK percentages

%25.3
%0
%41.9
%0.78

Codes

Color #BDFD93 in popluar color models

BD FD 93
RGB 189 253 147
HSL 96° 96.36% 78.43%
HSB/HSV 96° 41.90% 99.22%
CMYK 25.30% 0.00% 41.90%
0.78%

Color #BDFD93 in popluar number systems.

HEX BD FD 93
Decimal 189 253 147
Binary 10111101 11111101 10010011
Octal 275 375 223

Shades and tints

Shades of #BDFD93

#BDFD93
(189,253,147)
#ACE686
(172,230,134)
#9BCF79
(155,207,121)
#8AB86C
(138,184,108)
#79A15F
(121,161,95)
#688A52
(104,138,82)
#577345
(87,115,69)
#465C38
(70,92,56)
#35452B
(53,69,43)
#242E1E
(36,46,30)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDFD93

#BDFD93
(189,253,147)
#C3FD9C
(195,253,156)
#C9FDA5
(201,253,165)
#CFFDAE
(207,253,174)
#D5FDB7
(213,253,183)
#DBFDC0
(219,253,192)
#E1FDC9
(225,253,201)
#E7FDD2
(231,253,210)
#EDFDDB
(237,253,219)
#F3FDE4
(243,253,228)
#F9FDED
(249,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDFD93; }

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

This text font color is #BDFD93.

Background Color

.myBgColor { background-color: #BDFD93; }

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

This div background color is #BDFD93.

Border color

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

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

This div border color is #BDFD93.

Opacity

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

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

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

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

This text has shadow with #BDFD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDFD93.

Preview

Color preview on black background

This text has color #BDFD93 on black background.


Color preview on white background

This text has color #BDFD93 on white background.


Black color preview on #BDFD93 background

This text has black color on #BDFD93 background.


White color preview on #BDFD93 background

This text has white color on #BDFD93 background.


Related colors

Complementary color

Complementary color for #hex is #42026C.


I love getcolorcode.com

Triadic colors

1 #93BDFD and #FD93BD with #BDFD93 are triadic colors.

2 #93FDBD and #FDBD93 with #BDFD93 are triadic colors.