COLOR #BDE7BA

HEX: #BDE7BA RGB: (189,231,186)

Color info

#BDE7BA contains red, green and blue colors in about the same proportion. Web safe color of #BDE7BA is #CCFFCC (or #CFC).

RGB color model

#BDE7BA color RGB value is (189,231,186).

RGB: (189,231,186) (74%, 91%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 186 of 255 = 73%

189
231
186

R + G + B ~ 79%. #BDE7BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 231 + 186 = 606 (100%)
R 189 of 606 ~ 31.19%
G 231 of 606 ~ 38.12%
B 186 of 606 ~ 30.69'%

%31.19
%38.12
%30.69

CMYK color model

#BDE7BA color CMYK value is (18,0,19,9).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%

CMYK: (18,0,19,9)
C18M0Y19K9 (18%, 0%, 19%, 9%)
(0.18 / 0.00 / 0.19 / 0.09)

CMYK percentages

%18.18
%0
%19.48
%9.41

Codes

Color #BDE7BA in popluar color models

BD E7 BA
RGB 189 231 186
HSL 116° 48.39% 81.76%
HSB/HSV 116° 19.48% 90.59%
CMYK 18.18% 0.00% 19.48%
9.41%

Color #BDE7BA in popluar number systems.

HEX BD E7 BA
Decimal 189 231 186
Binary 10111101 11100111 10111010
Octal 275 347 272

Shades and tints

Shades of #BDE7BA

#BDE7BA
(189,231,186)
#ACD2AA
(172,210,170)
#9BBD9A
(155,189,154)
#8AA88A
(138,168,138)
#79937A
(121,147,122)
#687E6A
(104,126,106)
#57695A
(87,105,90)
#46544A
(70,84,74)
#353F3A
(53,63,58)
#242A2A
(36,42,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #BDE7BA

#BDE7BA
(189,231,186)
#C3E9C0
(195,233,192)
#C9EBC6
(201,235,198)
#CFEDCC
(207,237,204)
#D5EFD2
(213,239,210)
#DBF1D8
(219,241,216)
#E1F3DE
(225,243,222)
#E7F5E4
(231,245,228)
#EDF7EA
(237,247,234)
#F3F9F0
(243,249,240)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE7BA; }

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

This text font color is #BDE7BA.

Background Color

.myBgColor { background-color: #BDE7BA; }

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

This div background color is #BDE7BA.

Border color

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

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

This div border color is #BDE7BA.

Opacity

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

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

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

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

This text has shadow with #BDE7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE7BA.

Preview

Color preview on black background

This text has color #BDE7BA on black background.


Color preview on white background

This text has color #BDE7BA on white background.


Black color preview on #BDE7BA background

This text has black color on #BDE7BA background.


White color preview on #BDE7BA background

This text has white color on #BDE7BA background.


Related colors

Complementary color

Complementary color for #hex is #421845.


I love getcolorcode.com

Triadic colors

1 #BABDE7 and #E7BABD with #BDE7BA are triadic colors.

2 #BAE7BD and #E7BDBA with #BDE7BA are triadic colors.