COLOR #BDF98F

HEX: #BDF98F RGB: (189,249,143)

Color info

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

RGB color model

#BDF98F color RGB value is (189,249,143).

RGB: (189,249,143) (74%, 98%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 143 of 255 = 56%

189
249
143

R + G + B ~ 76%. #BDF98F is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 249 + 143 = 581 (100%)
R 189 of 581 ~ 32.53%
G 249 of 581 ~ 42.86%
B 143 of 581 ~ 24.61'%

%32.53
%42.86
%24.61

CMYK color model

#BDF98F color CMYK value is (24,0,43,2).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 2.35%

CMYK: (24,0,43,2)
C24M0Y43K2 (24%, 0%, 43%, 2%)
(0.24 / 0.00 / 0.43 / 0.02)

CMYK percentages

%24.1
%0
%42.57
%2.35

Codes

Color #BDF98F in popluar color models

BD F9 8F
RGB 189 249 143
HSL 94° 89.83% 76.86%
HSB/HSV 94° 42.57% 97.65%
CMYK 24.10% 0.00% 42.57%
2.35%

Color #BDF98F in popluar number systems.

HEX BD F9 8F
Decimal 189 249 143
Binary 10111101 11111001 10001111
Octal 275 371 217

Shades and tints

Shades of #BDF98F

#BDF98F
(189,249,143)
#ACE382
(172,227,130)
#9BCD75
(155,205,117)
#8AB768
(138,183,104)
#79A15B
(121,161,91)
#688B4E
(104,139,78)
#577541
(87,117,65)
#465F34
(70,95,52)
#354927
(53,73,39)
#24331A
(36,51,26)
#131D0D
(19,29,13)
#000000
(0,0,0)

Tints of #BDF98F

#BDF98F
(189,249,143)
#C3F999
(195,249,153)
#C9F9A3
(201,249,163)
#CFF9AD
(207,249,173)
#D5F9B7
(213,249,183)
#DBF9C1
(219,249,193)
#E1F9CB
(225,249,203)
#E7F9D5
(231,249,213)
#EDF9DF
(237,249,223)
#F3F9E9
(243,249,233)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF98F color. Also use rgb(189,249,143) instead hex code.

Text Font Color

.myTextColor { color: #BDF98F; }

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

This text font color is #BDF98F.

Background Color

.myBgColor { background-color: #BDF98F; }

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

This div background color is #BDF98F.

Border color

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

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

This div border color is #BDF98F.

Opacity

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

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

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

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

This text has shadow with #BDF98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF98F.

Preview

Color preview on black background

This text has color #BDF98F on black background.


Color preview on white background

This text has color #BDF98F on white background.


Black color preview on #BDF98F background

This text has black color on #BDF98F background.


White color preview on #BDF98F background

This text has white color on #BDF98F background.


Related colors

Complementary color

Complementary color for #hex is #420670.


I love getcolorcode.com

Triadic colors

1 #8FBDF9 and #F98FBD with #BDF98F are triadic colors.

2 #8FF9BD and #F9BD8F with #BDF98F are triadic colors.