COLOR #BDE9DB

HEX: #BDE9DB
RGB: (189,233,219)

Color info

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

RGB color model

#BDE9DB color RGB value is (189,233,219).

  • red value is 189;
  • green value is 233;
  • blue value is 219.
RGB:
(189,233,219)
(74%,91%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 233 of 255 = 91%
B 219 of 255 = 86%

189
233
219

R + G + B ~ 84%. #BDE9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 233 + 219 = 641 (100%)
R 189 of 641 ~ 29.49%
G 233 of 641 ~ 36.35%
B 219 of 641 ~ 34.17%

%29.49
%36.35
%34.17

CMYK color model

#BDE9DB color CMYK value is (19,0,6,9).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(19,0,6,9)
C19M0Y6K9 
(19%,0%,6%,9%)
(0.19/0.00/0.06/0.09)	

CMYK percentages

%18.88
%0
%6.01
%8.63

Codes

Color #BDE9DB in popluar color models

BDE9DB
RGB189233219
HSL161°50.00%82.75%
HSB/HSV161°18.88%91.37%
CMYK18.88%0.00%6.01%
8.63%

Color #BDE9DB in popluar number systems.

HEXBDE9DB
Decimal189233219
Binary101111011110100111011011
Octal275351333

Shades and tints

Shades of #BDE9DB

#BDE9DB
(189,233,219)
#ACD4C8
(172,212,200)
#9BBFB5
(155,191,181)
#8AAAA2
(138,170,162)
#79958F
(121,149,143)
#68807C
(104,128,124)
#576B69
(87,107,105)
#465656
(70,86,86)
#354143
(53,65,67)
#242C30
(36,44,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #BDE9DB

#BDE9DB
(189,233,219)
#C3EBDE
(195,235,222)
#C9EDE1
(201,237,225)
#CFEFE4
(207,239,228)
#D5F1E7
(213,241,231)
#DBF3EA
(219,243,234)
#E1F5ED
(225,245,237)
#E7F7F0
(231,247,240)
#EDF9F3
(237,249,243)
#F3FBF6
(243,251,246)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE9DB color. Also use rgb(189,233,219) instead hex code.

Text Font Color

.myTextColor { color: #BDE9DB; }

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

This text font color is #BDE9DB.


Background Color

.myBgColor { background-color: #BDE9DB; }

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

This div background color is #BDE9DB.


Border color

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

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

This div border color is #BDE9DB.


Opacity

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

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

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

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

This text has shadow with #BDE9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE9DB on black background.


Color preview on white background

This text has color #BDE9DB on white background.



Black color preview on #BDE9DB background

This text has black color on #BDE9DB background.


White color preview on #BDE9DB background

This text has white color on #BDE9DB background.