COLOR #BDE870

HEX: #BDE870 RGB: (189,232,112)

Color info

#BDE870 contains mainly red and green colors. Web safe color of #BDE870 is #CCFF66 (or #CF6).

RGB color model

#BDE870 color RGB value is (189,232,112).

RGB: (189,232,112) (74%, 91%, 44%)

RGB channels and saturation

R 189 of 255 = 74%
G 232 of 255 = 91%
B 112 of 255 = 44%

189
232
112

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

Portions of RGB colors in percentages

R + G + B = 189 + 232 + 112 = 533 (100%)
R 189 of 533 ~ 35.46%
G 232 of 533 ~ 43.53%
B 112 of 533 ~ 21.01'%

%35.46
%43.53
%21.01

CMYK color model

#BDE870 color CMYK value is (19,0,52,9).

  • cyan value is 18.53%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 9.02%

CMYK: (19,0,52,9)
C19M0Y52K9 (19%, 0%, 52%, 9%)
(0.19 / 0.00 / 0.52 / 0.09)

CMYK percentages

%18.53
%0
%51.72
%9.02

Codes

Color #BDE870 in popluar color models

BD E8 70
RGB 189 232 112
HSL 82° 72.29% 67.45%
HSB/HSV 82° 51.72% 90.98%
CMYK 18.53% 0.00% 51.72%
9.02%

Color #BDE870 in popluar number systems.

HEX BD E8 70
Decimal 189 232 112
Binary 10111101 11101000 1110000
Octal 275 350 160

Shades and tints

Shades of #BDE870

#BDE870
(189,232,112)
#ACD366
(172,211,102)
#9BBE5C
(155,190,92)
#8AA952
(138,169,82)
#799448
(121,148,72)
#687F3E
(104,127,62)
#576A34
(87,106,52)
#46552A
(70,85,42)
#354020
(53,64,32)
#242B16
(36,43,22)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #BDE870

#BDE870
(189,232,112)
#C3EA7D
(195,234,125)
#C9EC8A
(201,236,138)
#CFEE97
(207,238,151)
#D5F0A4
(213,240,164)
#DBF2B1
(219,242,177)
#E1F4BE
(225,244,190)
#E7F6CB
(231,246,203)
#EDF8D8
(237,248,216)
#F3FAE5
(243,250,229)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE870 color. Also use rgb(189,232,112) instead hex code.

Text Font Color

.myTextColor { color: #BDE870; }

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

This text font color is #BDE870.

Background Color

.myBgColor { background-color: #BDE870; }

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

This div background color is #BDE870.

Border color

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

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

This div border color is #BDE870.

Opacity

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

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

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

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

This text has shadow with #BDE870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE870.

Preview

Color preview on black background

This text has color #BDE870 on black background.


Color preview on white background

This text has color #BDE870 on white background.


Black color preview on #BDE870 background

This text has black color on #BDE870 background.


White color preview on #BDE870 background

This text has white color on #BDE870 background.


Related colors

Complementary color

Complementary color for #hex is #42178F.


I love getcolorcode.com

Triadic colors

1 #70BDE8 and #E870BD with #BDE870 are triadic colors.

2 #70E8BD and #E8BD70 with #BDE870 are triadic colors.