COLOR #BDF686

HEX: #BDF686
RGB: (189,246,134)

Color info

#BDF686 contains mainly red and green colors. Web safe color of #BDF686 is #CCFF99 (or #CF9).

RGB color model

#BDF686 color RGB value is (189,246,134).

  • red value is 189;
  • green value is 246;
  • blue value is 134.
RGB:
(189,246,134)
(74%,96%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 246 of 255 = 96%
B 134 of 255 = 53%

189
246
134

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

Portions of RGB colors in percentages

R + G + B =
189 + 246 + 134 = 569 (100%)
R 189 of 569 ~ 33.22%
G 246 of 569 ~ 43.23%
B 134 of 569 ~ 23.55%

%33.22
%43.23
%23.55

CMYK color model

#BDF686 color CMYK value is (23,0,46,4).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(23,0,46,4)
C23M0Y46K4 
(23%,0%,46%,4%)
(0.23/0.00/0.46/0.04)	

CMYK percentages

%23.17
%0
%45.53
%3.53

Codes

Color #BDF686 in popluar color models

BDF686
RGB189246134
HSL91°86.15%74.51%
HSB/HSV91°45.53%96.47%
CMYK23.17%0.00%45.53%
3.53%

Color #BDF686 in popluar number systems.

HEXBDF686
Decimal189246134
Binary101111011111011010000110
Octal275366206

Shades and tints

Shades of #BDF686

#BDF686
(189,246,134)
#ACE07A
(172,224,122)
#9BCA6E
(155,202,110)
#8AB462
(138,180,98)
#799E56
(121,158,86)
#68884A
(104,136,74)
#57723E
(87,114,62)
#465C32
(70,92,50)
#354626
(53,70,38)
#24301A
(36,48,26)
#131A0E
(19,26,14)
#000000
(0,0,0)

Tints of #BDF686

#BDF686
(189,246,134)
#C3F691
(195,246,145)
#C9F69C
(201,246,156)
#CFF6A7
(207,246,167)
#D5F6B2
(213,246,178)
#DBF6BD
(219,246,189)
#E1F6C8
(225,246,200)
#E7F6D3
(231,246,211)
#EDF6DE
(237,246,222)
#F3F6E9
(243,246,233)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF686 color. Also use rgb(189,246,134) instead hex code.

Text Font Color

.myTextColor { color: #BDF686; }

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

This text font color is #BDF686.


Background Color

.myBgColor { background-color: #BDF686; }

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

This div background color is #BDF686.


Border color

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

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

This div border color is #BDF686.


Opacity

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

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

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

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

This text has shadow with #BDF686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF686 on black background.


Color preview on white background

This text has color #BDF686 on white background.



Black color preview on #BDF686 background

This text has black color on #BDF686 background.


White color preview on #BDF686 background

This text has white color on #BDF686 background.