COLOR #BDE3BA

HEX: #BDE3BA
RGB: (189,227,186)

Color info

#BDE3BA contains red, green and blue colors in about the same proportion. Web safe color of #BDE3BA is #CCCCCC (or #CCC).

RGB color model

#BDE3BA color RGB value is (189,227,186).

  • red value is 189;
  • green value is 227;
  • blue value is 186.
RGB:
(189,227,186)
(74%,89%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 186 of 255 = 73%

189
227
186

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

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 186 = 602 (100%)
R 189 of 602 ~ 31.4%
G 227 of 602 ~ 37.71%
B 186 of 602 ~ 30.9%

%31.4
%37.71
%30.9

CMYK color model

#BDE3BA color CMYK value is (17,0,18,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(17,0,18,11)
C17M0Y18K11 
(17%,0%,18%,11%)
(0.17/0.00/0.18/0.11)	

CMYK percentages

%16.74
%0
%18.06
%10.98

Codes

Color #BDE3BA in popluar color models

BDE3BA
RGB189227186
HSL116°42.27%80.98%
HSB/HSV116°18.06%89.02%
CMYK16.74%0.00%18.06%
10.98%

Color #BDE3BA in popluar number systems.

HEXBDE3BA
Decimal189227186
Binary101111011110001110111010
Octal275343272

Shades and tints

Shades of #BDE3BA

#BDE3BA
(189,227,186)
#ACCFAA
(172,207,170)
#9BBB9A
(155,187,154)
#8AA78A
(138,167,138)
#79937A
(121,147,122)
#687F6A
(104,127,106)
#576B5A
(87,107,90)
#46574A
(70,87,74)
#35433A
(53,67,58)
#242F2A
(36,47,42)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #BDE3BA

#BDE3BA
(189,227,186)
#C3E5C0
(195,229,192)
#C9E7C6
(201,231,198)
#CFE9CC
(207,233,204)
#D5EBD2
(213,235,210)
#DBEDD8
(219,237,216)
#E1EFDE
(225,239,222)
#E7F1E4
(231,241,228)
#EDF3EA
(237,243,234)
#F3F5F0
(243,245,240)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3BA; }

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

This text font color is #BDE3BA.


Background Color

.myBgColor { background-color: #BDE3BA; }

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

This div background color is #BDE3BA.


Border color

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

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

This div border color is #BDE3BA.


Opacity

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

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

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

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

This text has shadow with #BDE3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3BA on black background.


Color preview on white background

This text has color #BDE3BA on white background.



Black color preview on #BDE3BA background

This text has black color on #BDE3BA background.


White color preview on #BDE3BA background

This text has white color on #BDE3BA background.