COLOR #BDE0DA

HEX: #BDE0DA
RGB: (189,224,218)

Color info

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

RGB color model

#BDE0DA color RGB value is (189,224,218).

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

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 218 of 255 = 85%

189
224
218

R + G + B ~ 82%. #BDE0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 224 + 218 = 631 (100%)
R 189 of 631 ~ 29.95%
G 224 of 631 ~ 35.5%
B 218 of 631 ~ 34.55%

%29.95
%35.5
%34.55

CMYK color model

#BDE0DA color CMYK value is (16,0,3,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK:
(16,0,3,12)
C16M0Y3K12 
(16%,0%,3%,12%)
(0.16/0.00/0.03/0.12)	

CMYK percentages

%15.63
%0
%2.68
%12.16

Codes

Color #BDE0DA in popluar color models

BDE0DA
RGB189224218
HSL170°36.08%80.98%
HSB/HSV170°15.63%87.84%
CMYK15.63%0.00%2.68%
12.16%

Color #BDE0DA in popluar number systems.

HEXBDE0DA
Decimal189224218
Binary101111011110000011011010
Octal275340332

Shades and tints

Shades of #BDE0DA

#BDE0DA
(189,224,218)
#ACCCC7
(172,204,199)
#9BB8B4
(155,184,180)
#8AA4A1
(138,164,161)
#79908E
(121,144,142)
#687C7B
(104,124,123)
#576868
(87,104,104)
#465455
(70,84,85)
#354042
(53,64,66)
#242C2F
(36,44,47)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #BDE0DA

#BDE0DA
(189,224,218)
#C3E2DD
(195,226,221)
#C9E4E0
(201,228,224)
#CFE6E3
(207,230,227)
#D5E8E6
(213,232,230)
#DBEAE9
(219,234,233)
#E1ECEC
(225,236,236)
#E7EEEF
(231,238,239)
#EDF0F2
(237,240,242)
#F3F2F5
(243,242,245)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0DA; }

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

This text font color is #BDE0DA.


Background Color

.myBgColor { background-color: #BDE0DA; }

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

This div background color is #BDE0DA.


Border color

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

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

This div border color is #BDE0DA.


Opacity

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

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

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

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

This text has shadow with #BDE0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE0DA on black background.


Color preview on white background

This text has color #BDE0DA on white background.



Black color preview on #BDE0DA background

This text has black color on #BDE0DA background.


White color preview on #BDE0DA background

This text has white color on #BDE0DA background.