COLOR #BDE7DE

HEX: #BDE7DE
RGB: (189,231,222)

Color info

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

RGB color model

#BDE7DE color RGB value is (189,231,222).

  • red value is 189;
  • green value is 231;
  • blue value is 222.
RGB:
(189,231,222)
(74%,91%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 231 of 255 = 91%
B 222 of 255 = 87%

189
231
222

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

Portions of RGB colors in percentages

R + G + B =
189 + 231 + 222 = 642 (100%)
R 189 of 642 ~ 29.44%
G 231 of 642 ~ 35.98%
B 222 of 642 ~ 34.58%

%29.44
%35.98
%34.58

CMYK color model

#BDE7DE color CMYK value is (18,0,4,9).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(18,0,4,9)
C18M0Y4K9 
(18%,0%,4%,9%)
(0.18/0.00/0.04/0.09)	

CMYK percentages

%18.18
%0
%3.9
%9.41

Codes

Color #BDE7DE in popluar color models

BDE7DE
RGB189231222
HSL167°46.67%82.35%
HSB/HSV167°18.18%90.59%
CMYK18.18%0.00%3.90%
9.41%

Color #BDE7DE in popluar number systems.

HEXBDE7DE
Decimal189231222
Binary101111011110011111011110
Octal275347336

Shades and tints

Shades of #BDE7DE

#BDE7DE
(189,231,222)
#ACD2CA
(172,210,202)
#9BBDB6
(155,189,182)
#8AA8A2
(138,168,162)
#79938E
(121,147,142)
#687E7A
(104,126,122)
#576966
(87,105,102)
#465452
(70,84,82)
#353F3E
(53,63,62)
#242A2A
(36,42,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDE7DE

#BDE7DE
(189,231,222)
#C3E9E1
(195,233,225)
#C9EBE4
(201,235,228)
#CFEDE7
(207,237,231)
#D5EFEA
(213,239,234)
#DBF1ED
(219,241,237)
#E1F3F0
(225,243,240)
#E7F5F3
(231,245,243)
#EDF7F6
(237,247,246)
#F3F9F9
(243,249,249)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE7DE color. Also use rgb(189,231,222) instead hex code.

Text Font Color

.myTextColor { color: #BDE7DE; }

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

This text font color is #BDE7DE.


Background Color

.myBgColor { background-color: #BDE7DE; }

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

This div background color is #BDE7DE.


Border color

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

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

This div border color is #BDE7DE.


Opacity

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

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

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

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

This text has shadow with #BDE7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE7DE on black background.


Color preview on white background

This text has color #BDE7DE on white background.



Black color preview on #BDE7DE background

This text has black color on #BDE7DE background.


White color preview on #BDE7DE background

This text has white color on #BDE7DE background.