COLOR #BDE7A1

HEX: #BDE7A1
RGB: (189,231,161)

Color info

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

RGB color model

#BDE7A1 color RGB value is (189,231,161).

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

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 161 of 255 = 63%

189
231
161

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

Portions of RGB colors in percentages

R + G + B =
189 + 231 + 161 = 581 (100%)
R 189 of 581 ~ 32.53%
G 231 of 581 ~ 39.76%
B 161 of 581 ~ 27.71%

%32.53
%39.76
%27.71

CMYK color model

#BDE7A1 color CMYK value is (18,0,30,9).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(18,0,30,9)
C18M0Y30K9 
(18%,0%,30%,9%)
(0.18/0.00/0.30/0.09)	

CMYK percentages

%18.18
%0
%30.3
%9.41

Codes

Color #BDE7A1 in popluar color models

BDE7A1
RGB189231161
HSL96°59.32%76.86%
HSB/HSV96°30.30%90.59%
CMYK18.18%0.00%30.30%
9.41%

Color #BDE7A1 in popluar number systems.

HEXBDE7A1
Decimal189231161
Binary101111011110011110100001
Octal275347241

Shades and tints

Shades of #BDE7A1

#BDE7A1
(189,231,161)
#ACD293
(172,210,147)
#9BBD85
(155,189,133)
#8AA877
(138,168,119)
#799369
(121,147,105)
#687E5B
(104,126,91)
#57694D
(87,105,77)
#46543F
(70,84,63)
#353F31
(53,63,49)
#242A23
(36,42,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDE7A1

#BDE7A1
(189,231,161)
#C3E9A9
(195,233,169)
#C9EBB1
(201,235,177)
#CFEDB9
(207,237,185)
#D5EFC1
(213,239,193)
#DBF1C9
(219,241,201)
#E1F3D1
(225,243,209)
#E7F5D9
(231,245,217)
#EDF7E1
(237,247,225)
#F3F9E9
(243,249,233)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE7A1; }

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

This text font color is #BDE7A1.


Background Color

.myBgColor { background-color: #BDE7A1; }

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

This div background color is #BDE7A1.


Border color

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

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

This div border color is #BDE7A1.


Opacity

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

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

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

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

This text has shadow with #BDE7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE7A1 on black background.


Color preview on white background

This text has color #BDE7A1 on white background.



Black color preview on #BDE7A1 background

This text has black color on #BDE7A1 background.


White color preview on #BDE7A1 background

This text has white color on #BDE7A1 background.