COLOR #BDEBA6

HEX: #BDEBA6
RGB: (189,235,166)

Color info

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

RGB color model

#BDEBA6 color RGB value is (189,235,166).

  • red value is 189;
  • green value is 235;
  • blue value is 166.
RGB:
(189,235,166)
(74%,92%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 166 of 255 = 65%

189
235
166

R + G + B ~ 77%. #BDEBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 166 = 590 (100%)
R 189 of 590 ~ 32.03%
G 235 of 590 ~ 39.83%
B 166 of 590 ~ 28.14%

%32.03
%39.83
%28.14

CMYK color model

#BDEBA6 color CMYK value is (20,0,29,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(20,0,29,8)
C20M0Y29K8 
(20%,0%,29%,8%)
(0.20/0.00/0.29/0.08)	

CMYK percentages

%19.57
%0
%29.36
%7.84

Codes

Color #BDEBA6 in popluar color models

BDEBA6
RGB189235166
HSL100°63.30%78.63%
HSB/HSV100°29.36%92.16%
CMYK19.57%0.00%29.36%
7.84%

Color #BDEBA6 in popluar number systems.

HEXBDEBA6
Decimal189235166
Binary101111011110101110100110
Octal275353246

Shades and tints

Shades of #BDEBA6

#BDEBA6
(189,235,166)
#ACD697
(172,214,151)
#9BC188
(155,193,136)
#8AAC79
(138,172,121)
#79976A
(121,151,106)
#68825B
(104,130,91)
#576D4C
(87,109,76)
#46583D
(70,88,61)
#35432E
(53,67,46)
#242E1F
(36,46,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDEBA6

#BDEBA6
(189,235,166)
#C3ECAE
(195,236,174)
#C9EDB6
(201,237,182)
#CFEEBE
(207,238,190)
#D5EFC6
(213,239,198)
#DBF0CE
(219,240,206)
#E1F1D6
(225,241,214)
#E7F2DE
(231,242,222)
#EDF3E6
(237,243,230)
#F3F4EE
(243,244,238)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEBA6 color. Also use rgb(189,235,166) instead hex code.

Text Font Color

.myTextColor { color: #BDEBA6; }

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

This text font color is #BDEBA6.


Background Color

.myBgColor { background-color: #BDEBA6; }

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

This div background color is #BDEBA6.


Border color

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

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

This div border color is #BDEBA6.


Opacity

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

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

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

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

This text has shadow with #BDEBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBA6 on black background.


Color preview on white background

This text has color #BDEBA6 on white background.



Black color preview on #BDEBA6 background

This text has black color on #BDEBA6 background.


White color preview on #BDEBA6 background

This text has white color on #BDEBA6 background.