COLOR #BDE1DA

HEX: #BDE1DA
RGB: (189,225,218)

Color info

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

RGB color model

#BDE1DA color RGB value is (189,225,218).

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

RGB channels and saturation

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

189
225
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 225 + 218 = 632 (100%)
R 189 of 632 ~ 29.91%
G 225 of 632 ~ 35.6%
B 218 of 632 ~ 34.49%

%29.91
%35.6
%34.49

CMYK color model

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

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

CMYK percentages

%16
%0
%3.11
%11.76

Codes

Color #BDE1DA in popluar color models

BDE1DA
RGB189225218
HSL168°37.50%81.18%
HSB/HSV168°16.00%88.24%
CMYK16.00%0.00%3.11%
11.76%

Color #BDE1DA in popluar number systems.

HEXBDE1DA
Decimal189225218
Binary101111011110000111011010
Octal275341332

Shades and tints

Shades of #BDE1DA

#BDE1DA
(189,225,218)
#ACCDC7
(172,205,199)
#9BB9B4
(155,185,180)
#8AA5A1
(138,165,161)
#79918E
(121,145,142)
#687D7B
(104,125,123)
#576968
(87,105,104)
#465555
(70,85,85)
#354142
(53,65,66)
#242D2F
(36,45,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #BDE1DA

#BDE1DA
(189,225,218)
#C3E3DD
(195,227,221)
#C9E5E0
(201,229,224)
#CFE7E3
(207,231,227)
#D5E9E6
(213,233,230)
#DBEBE9
(219,235,233)
#E1EDEC
(225,237,236)
#E7EFEF
(231,239,239)
#EDF1F2
(237,241,242)
#F3F3F5
(243,243,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE1DA; }

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

This text font color is #BDE1DA.


Background Color

.myBgColor { background-color: #BDE1DA; }

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

This div background color is #BDE1DA.


Border color

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

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

This div border color is #BDE1DA.


Opacity

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

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

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

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

This text has shadow with #BDE1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE1DA on black background.


Color preview on white background

This text has color #BDE1DA on white background.



Black color preview on #BDE1DA background

This text has black color on #BDE1DA background.


White color preview on #BDE1DA background

This text has white color on #BDE1DA background.