COLOR #BDE796

HEX: #BDE796 RGB: (189,231,150)

Color info

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

RGB color model

#BDE796 color RGB value is (189,231,150).

RGB: (189,231,150) (74%, 91%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 150 of 255 = 59%

189
231
150

R + G + B ~ 75%. #BDE796 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 231 + 150 = 570 (100%)
R 189 of 570 ~ 33.16%
G 231 of 570 ~ 40.53%
B 150 of 570 ~ 26.32'%

%33.16
%40.53
%26.32

CMYK color model

#BDE796 color CMYK value is (18,0,35,9).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 9.41%
CMYK: (18,0,35,9) C18M0Y35K9 (18%,0%,35%,9%) (0.18/0.00/0.35/0.09) 

CMYK percentages

%18.18
%0
%35.06
%9.41

Codes

Color #BDE796 in popluar color models

BD E7 96
RGB 189 231 150
HSL 91° 62.79% 74.71%
HSB/HSV 91° 35.06% 90.59%
CMYK 18.18% 0.00% 35.06%
9.41%

Color #BDE796 in popluar number systems.

HEX BD E7 96
Decimal 189 231 150
Binary 10111101 11100111 10010110
Octal 275 347 226

Shades and tints

Shades of #BDE796

#BDE796
(189,231,150)
#ACD289
(172,210,137)
#9BBD7C
(155,189,124)
#8AA86F
(138,168,111)
#799362
(121,147,98)
#687E55
(104,126,85)
#576948
(87,105,72)
#46543B
(70,84,59)
#353F2E
(53,63,46)
#242A21
(36,42,33)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDE796

#BDE796
(189,231,150)
#C3E99F
(195,233,159)
#C9EBA8
(201,235,168)
#CFEDB1
(207,237,177)
#D5EFBA
(213,239,186)
#DBF1C3
(219,241,195)
#E1F3CC
(225,243,204)
#E7F5D5
(231,245,213)
#EDF7DE
(237,247,222)
#F3F9E7
(243,249,231)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE796 color. Also use rgb(189,231,150) instead hex code.

Text Font Color

.myTextColor { color: #BDE796; }

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

This text font color is #BDE796.

Background Color

.myBgColor { background-color: #BDE796; }

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

This div background color is #BDE796.

Border color

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

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

This div border color is #BDE796.

Opacity

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

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

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

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

This text has shadow with #BDE796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE796.

Preview

Color preview on black background

This text has color #BDE796 on black background.


Color preview on white background

This text has color #BDE796 on white background.


Black color preview on #BDE796 background

This text has black color on #BDE796 background.


White color preview on #BDE796 background

This text has white color on #BDE796 background.


Related colors

Complementary color

Complementary color for #hex is #421869.


I love getcolorcode.com

Triadic colors

1 #96BDE7 and #E796BD with #BDE796 are triadic colors.

2 #96E7BD and #E7BD96 with #BDE796 are triadic colors.