COLOR #BDEDA1

HEX: #BDEDA1
RGB: (189,237,161)

Color info

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

RGB color model

#BDEDA1 color RGB value is (189,237,161).

  • red value is 189;
  • green value is 237;
  • blue value is 161.
RGB:
(189,237,161)
(74%,93%,63%)

RGB channels and saturation

R 189 of 255 = 74%
G 237 of 255 = 93%
B 161 of 255 = 63%

189
237
161

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

Portions of RGB colors in percentages

R + G + B =
189 + 237 + 161 = 587 (100%)
R 189 of 587 ~ 32.2%
G 237 of 587 ~ 40.37%
B 161 of 587 ~ 27.43%

%32.2
%40.37
%27.43

CMYK color model

#BDEDA1 color CMYK value is (20,0,32,7).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(20,0,32,7)
C20M0Y32K7 
(20%,0%,32%,7%)
(0.20/0.00/0.32/0.07)	

CMYK percentages

%20.25
%0
%32.07
%7.06

Codes

Color #BDEDA1 in popluar color models

BDEDA1
RGB189237161
HSL98°67.86%78.04%
HSB/HSV98°32.07%92.94%
CMYK20.25%0.00%32.07%
7.06%

Color #BDEDA1 in popluar number systems.

HEXBDEDA1
Decimal189237161
Binary101111011110110110100001
Octal275355241

Shades and tints

Shades of #BDEDA1

#BDEDA1
(189,237,161)
#ACD893
(172,216,147)
#9BC385
(155,195,133)
#8AAE77
(138,174,119)
#799969
(121,153,105)
#68845B
(104,132,91)
#576F4D
(87,111,77)
#465A3F
(70,90,63)
#354531
(53,69,49)
#243023
(36,48,35)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDEDA1

#BDEDA1
(189,237,161)
#C3EEA9
(195,238,169)
#C9EFB1
(201,239,177)
#CFF0B9
(207,240,185)
#D5F1C1
(213,241,193)
#DBF2C9
(219,242,201)
#E1F3D1
(225,243,209)
#E7F4D9
(231,244,217)
#EDF5E1
(237,245,225)
#F3F6E9
(243,246,233)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEDA1 color. Also use rgb(189,237,161) instead hex code.

Text Font Color

.myTextColor { color: #BDEDA1; }

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

This text font color is #BDEDA1.


Background Color

.myBgColor { background-color: #BDEDA1; }

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

This div background color is #BDEDA1.


Border color

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

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

This div border color is #BDEDA1.


Opacity

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

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

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

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

This text has shadow with #BDEDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEDA1 on black background.


Color preview on white background

This text has color #BDEDA1 on white background.



Black color preview on #BDEDA1 background

This text has black color on #BDEDA1 background.


White color preview on #BDEDA1 background

This text has white color on #BDEDA1 background.