COLOR #BDE673

HEX: #BDE673
RGB: (189,230,115)

Color info

#BDE673 contains mainly red and green colors. Web safe color of #BDE673 is #CCCC66 (or #CC6).

RGB color model

#BDE673 color RGB value is (189,230,115).

  • red value is 189;
  • green value is 230;
  • blue value is 115.
RGB:
(189,230,115)
(74%,90%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 115 of 255 = 45%

189
230
115

R + G + B ~ 70%. #BDE673 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 115 = 534 (100%)
R 189 of 534 ~ 35.39%
G 230 of 534 ~ 43.07%
B 115 of 534 ~ 21.54%

%35.39
%43.07
%21.54

CMYK color model

#BDE673 color CMYK value is (18,0,50,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 9.80%
CMYK:
(18,0,50,10)
C18M0Y50K10 
(18%,0%,50%,10%)
(0.18/0.00/0.50/0.10)	

CMYK percentages

%17.83
%0
%50
%9.8

Codes

Color #BDE673 in popluar color models

BDE673
RGB189230115
HSL81°69.70%67.65%
HSB/HSV81°50.00%90.20%
CMYK17.83%0.00%50.00%
9.80%

Color #BDE673 in popluar number systems.

HEXBDE673
Decimal189230115
Binary10111101111001101110011
Octal275346163

Shades and tints

Shades of #BDE673

#BDE673
(189,230,115)
#ACD269
(172,210,105)
#9BBE5F
(155,190,95)
#8AAA55
(138,170,85)
#79964B
(121,150,75)
#688241
(104,130,65)
#576E37
(87,110,55)
#465A2D
(70,90,45)
#354623
(53,70,35)
#243219
(36,50,25)
#131E0F
(19,30,15)
#000000
(0,0,0)

Tints of #BDE673

#BDE673
(189,230,115)
#C3E87F
(195,232,127)
#C9EA8B
(201,234,139)
#CFEC97
(207,236,151)
#D5EEA3
(213,238,163)
#DBF0AF
(219,240,175)
#E1F2BB
(225,242,187)
#E7F4C7
(231,244,199)
#EDF6D3
(237,246,211)
#F3F8DF
(243,248,223)
#F9FAEB
(249,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE673 color. Also use rgb(189,230,115) instead hex code.

Text Font Color

.myTextColor { color: #BDE673; }

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

This text font color is #BDE673.


Background Color

.myBgColor { background-color: #BDE673; }

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

This div background color is #BDE673.


Border color

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

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

This div border color is #BDE673.


Opacity

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

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

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

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

This text has shadow with #BDE673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE673 on black background.


Color preview on white background

This text has color #BDE673 on white background.



Black color preview on #BDE673 background

This text has black color on #BDE673 background.


White color preview on #BDE673 background

This text has white color on #BDE673 background.