COLOR #BDE6E1

HEX: #BDE6E1
RGB: (189,230,225)

Color info

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

RGB color model

#BDE6E1 color RGB value is (189,230,225).

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

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 225 of 255 = 88%

189
230
225

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

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 225 = 644 (100%)
R 189 of 644 ~ 29.35%
G 230 of 644 ~ 35.71%
B 225 of 644 ~ 34.94%

%29.35
%35.71
%34.94

CMYK color model

#BDE6E1 color CMYK value is (18,0,2,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(18,0,2,10)
C18M0Y2K10 
(18%,0%,2%,10%)
(0.18/0.00/0.02/0.10)	

CMYK percentages

%17.83
%0
%2.17
%9.8

Codes

Color #BDE6E1 in popluar color models

BDE6E1
RGB189230225
HSL173°45.05%82.16%
HSB/HSV173°17.83%90.20%
CMYK17.83%0.00%2.17%
9.80%

Color #BDE6E1 in popluar number systems.

HEXBDE6E1
Decimal189230225
Binary101111011110011011100001
Octal275346341

Shades and tints

Shades of #BDE6E1

#BDE6E1
(189,230,225)
#ACD2CD
(172,210,205)
#9BBEB9
(155,190,185)
#8AAAA5
(138,170,165)
#799691
(121,150,145)
#68827D
(104,130,125)
#576E69
(87,110,105)
#465A55
(70,90,85)
#354641
(53,70,65)
#24322D
(36,50,45)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #BDE6E1

#BDE6E1
(189,230,225)
#C3E8E3
(195,232,227)
#C9EAE5
(201,234,229)
#CFECE7
(207,236,231)
#D5EEE9
(213,238,233)
#DBF0EB
(219,240,235)
#E1F2ED
(225,242,237)
#E7F4EF
(231,244,239)
#EDF6F1
(237,246,241)
#F3F8F3
(243,248,243)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE6E1; }

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

This text font color is #BDE6E1.


Background Color

.myBgColor { background-color: #BDE6E1; }

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

This div background color is #BDE6E1.


Border color

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

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

This div border color is #BDE6E1.


Opacity

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

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

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

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

This text has shadow with #BDE6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6E1 on black background.


Color preview on white background

This text has color #BDE6E1 on white background.



Black color preview on #BDE6E1 background

This text has black color on #BDE6E1 background.


White color preview on #BDE6E1 background

This text has white color on #BDE6E1 background.