COLOR #BDE6DE

HEX: #BDE6DE RGB: (189,230,222)

Color info

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

RGB color model

#BDE6DE color RGB value is (189,230,222).

RGB: (189,230,222) (74%, 90%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 222 of 255 = 87%

189
230
222

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

Portions of RGB colors in percentages

R + G + B = 189 + 230 + 222 = 641 (100%)
R 189 of 641 ~ 29.49%
G 230 of 641 ~ 35.88%
B 222 of 641 ~ 34.63'%

%29.49
%35.88
%34.63

CMYK color model

#BDE6DE color CMYK value is (18,0,3,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 9.80%

CMYK: (18,0,3,10)
C18M0Y3K10 (18%, 0%, 3%, 10%)
(0.18 / 0.00 / 0.03 / 0.10)

CMYK percentages

%17.83
%0
%3.48
%9.8

Codes

Color #BDE6DE in popluar color models

BD E6 DE
RGB 189 230 222
HSL 168° 45.05% 82.16%
HSB/HSV 168° 17.83% 90.20%
CMYK 17.83% 0.00% 3.48%
9.80%

Color #BDE6DE in popluar number systems.

HEX BD E6 DE
Decimal 189 230 222
Binary 10111101 11100110 11011110
Octal 275 346 336

Shades and tints

Shades of #BDE6DE

#BDE6DE
(189,230,222)
#ACD2CA
(172,210,202)
#9BBEB6
(155,190,182)
#8AAAA2
(138,170,162)
#79968E
(121,150,142)
#68827A
(104,130,122)
#576E66
(87,110,102)
#465A52
(70,90,82)
#35463E
(53,70,62)
#24322A
(36,50,42)
#131E16
(19,30,22)
#000000
(0,0,0)

Tints of #BDE6DE

#BDE6DE
(189,230,222)
#C3E8E1
(195,232,225)
#C9EAE4
(201,234,228)
#CFECE7
(207,236,231)
#D5EEEA
(213,238,234)
#DBF0ED
(219,240,237)
#E1F2F0
(225,242,240)
#E7F4F3
(231,244,243)
#EDF6F6
(237,246,246)
#F3F8F9
(243,248,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE6DE; }

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

This text font color is #BDE6DE.

Background Color

.myBgColor { background-color: #BDE6DE; }

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

This div background color is #BDE6DE.

Border color

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

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

This div border color is #BDE6DE.

Opacity

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

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

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

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

This text has shadow with #BDE6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE6DE.

Preview

Color preview on black background

This text has color #BDE6DE on black background.


Color preview on white background

This text has color #BDE6DE on white background.


Black color preview on #BDE6DE background

This text has black color on #BDE6DE background.


White color preview on #BDE6DE background

This text has white color on #BDE6DE background.


Related colors

Complementary color

Complementary color for #hex is #421921.


I love getcolorcode.com

Triadic colors

1 #DEBDE6 and #E6DEBD with #BDE6DE are triadic colors.

2 #DEE6BD and #E6BDDE with #BDE6DE are triadic colors.