COLOR #BDE6DA

HEX: #BDE6DA
RGB: (189,230,218)

Color info

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

RGB color model

#BDE6DA color RGB value is (189,230,218).

  • red value is 189;
  • green value is 230;
  • blue value is 218.
RGB:
(189,230,218)
(74%,90%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 218 of 255 = 85%

189
230
218

R + G + B ~ 83%. #BDE6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 218 = 637 (100%)
R 189 of 637 ~ 29.67%
G 230 of 637 ~ 36.11%
B 218 of 637 ~ 34.22%

%29.67
%36.11
%34.22

CMYK color model

#BDE6DA color CMYK value is (18,0,5,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(18,0,5,10)
C18M0Y5K10 
(18%,0%,5%,10%)
(0.18/0.00/0.05/0.10)	

CMYK percentages

%17.83
%0
%5.22
%9.8

Codes

Color #BDE6DA in popluar color models

BDE6DA
RGB189230218
HSL162°45.05%82.16%
HSB/HSV162°17.83%90.20%
CMYK17.83%0.00%5.22%
9.80%

Color #BDE6DA in popluar number systems.

HEXBDE6DA
Decimal189230218
Binary101111011110011011011010
Octal275346332

Shades and tints

Shades of #BDE6DA

#BDE6DA
(189,230,218)
#ACD2C7
(172,210,199)
#9BBEB4
(155,190,180)
#8AAAA1
(138,170,161)
#79968E
(121,150,142)
#68827B
(104,130,123)
#576E68
(87,110,104)
#465A55
(70,90,85)
#354642
(53,70,66)
#24322F
(36,50,47)
#131E1C
(19,30,28)
#000000
(0,0,0)

Tints of #BDE6DA

#BDE6DA
(189,230,218)
#C3E8DD
(195,232,221)
#C9EAE0
(201,234,224)
#CFECE3
(207,236,227)
#D5EEE6
(213,238,230)
#DBF0E9
(219,240,233)
#E1F2EC
(225,242,236)
#E7F4EF
(231,244,239)
#EDF6F2
(237,246,242)
#F3F8F5
(243,248,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE6DA color. Also use rgb(189,230,218) instead hex code.

Text Font Color

.myTextColor { color: #BDE6DA; }

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

This text font color is #BDE6DA.


Background Color

.myBgColor { background-color: #BDE6DA; }

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

This div background color is #BDE6DA.


Border color

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

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

This div border color is #BDE6DA.


Opacity

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

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

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

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

This text has shadow with #BDE6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6DA on black background.


Color preview on white background

This text has color #BDE6DA on white background.



Black color preview on #BDE6DA background

This text has black color on #BDE6DA background.


White color preview on #BDE6DA background

This text has white color on #BDE6DA background.