COLOR #BDE79F

HEX: #BDE79F RGB: (189,231,159)

Color info

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

RGB color model

#BDE79F color RGB value is (189,231,159).

RGB: (189,231,159) (74%, 91%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 159 of 255 = 62%

189
231
159

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

Portions of RGB colors in percentages

R + G + B = 189 + 231 + 159 = 579 (100%)
R 189 of 579 ~ 32.64%
G 231 of 579 ~ 39.9%
B 159 of 579 ~ 27.46'%

%32.64
%39.9
%27.46

CMYK color model

#BDE79F color CMYK value is (18,0,31,9).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 9.41%
CMYK: (18,0,31,9) C18M0Y31K9 (18%,0%,31%,9%) (0.18/0.00/0.31/0.09) 

CMYK percentages

%18.18
%0
%31.17
%9.41

Codes

Color #BDE79F in popluar color models

BD E7 9F
RGB 189 231 159
HSL 95° 60.00% 76.47%
HSB/HSV 95° 31.17% 90.59%
CMYK 18.18% 0.00% 31.17%
9.41%

Color #BDE79F in popluar number systems.

HEX BD E7 9F
Decimal 189 231 159
Binary 10111101 11100111 10011111
Octal 275 347 237

Shades and tints

Shades of #BDE79F

#BDE79F
(189,231,159)
#ACD291
(172,210,145)
#9BBD83
(155,189,131)
#8AA875
(138,168,117)
#799367
(121,147,103)
#687E59
(104,126,89)
#57694B
(87,105,75)
#46543D
(70,84,61)
#353F2F
(53,63,47)
#242A21
(36,42,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BDE79F

#BDE79F
(189,231,159)
#C3E9A7
(195,233,167)
#C9EBAF
(201,235,175)
#CFEDB7
(207,237,183)
#D5EFBF
(213,239,191)
#DBF1C7
(219,241,199)
#E1F3CF
(225,243,207)
#E7F5D7
(231,245,215)
#EDF7DF
(237,247,223)
#F3F9E7
(243,249,231)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE79F; }

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

This text font color is #BDE79F.

Background Color

.myBgColor { background-color: #BDE79F; }

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

This div background color is #BDE79F.

Border color

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

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

This div border color is #BDE79F.

Opacity

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

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

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

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

This text has shadow with #BDE79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE79F.

Preview

Color preview on black background

This text has color #BDE79F on black background.


Color preview on white background

This text has color #BDE79F on white background.


Black color preview on #BDE79F background

This text has black color on #BDE79F background.


White color preview on #BDE79F background

This text has white color on #BDE79F background.


Related colors

Complementary color

Complementary color for #hex is #421860.


I love getcolorcode.com

Triadic colors

1 #9FBDE7 and #E79FBD with #BDE79F are triadic colors.

2 #9FE7BD and #E7BD9F with #BDE79F are triadic colors.