COLOR #BDE6CF

HEX: #BDE6CF
RGB: (189,230,207)

Color info

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

RGB color model

#BDE6CF color RGB value is (189,230,207).

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

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 207 of 255 = 81%

189
230
207

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

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 207 = 626 (100%)
R 189 of 626 ~ 30.19%
G 230 of 626 ~ 36.74%
B 207 of 626 ~ 33.07%

%30.19
%36.74
%33.07

CMYK color model

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

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(18,0,10,10)
C18M0Y10K10 
(18%,0%,10%,10%)
(0.18/0.00/0.10/0.10)	

CMYK percentages

%17.83
%0
%10
%9.8

Codes

Color #BDE6CF in popluar color models

BDE6CF
RGB189230207
HSL146°45.05%82.16%
HSB/HSV146°17.83%90.20%
CMYK17.83%0.00%10.00%
9.80%

Color #BDE6CF in popluar number systems.

HEXBDE6CF
Decimal189230207
Binary101111011110011011001111
Octal275346317

Shades and tints

Shades of #BDE6CF

#BDE6CF
(189,230,207)
#ACD2BD
(172,210,189)
#9BBEAB
(155,190,171)
#8AAA99
(138,170,153)
#799687
(121,150,135)
#688275
(104,130,117)
#576E63
(87,110,99)
#465A51
(70,90,81)
#35463F
(53,70,63)
#24322D
(36,50,45)
#131E1B
(19,30,27)
#000000
(0,0,0)

Tints of #BDE6CF

#BDE6CF
(189,230,207)
#C3E8D3
(195,232,211)
#C9EAD7
(201,234,215)
#CFECDB
(207,236,219)
#D5EEDF
(213,238,223)
#DBF0E3
(219,240,227)
#E1F2E7
(225,242,231)
#E7F4EB
(231,244,235)
#EDF6EF
(237,246,239)
#F3F8F3
(243,248,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE6CF; }

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

This text font color is #BDE6CF.


Background Color

.myBgColor { background-color: #BDE6CF; }

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

This div background color is #BDE6CF.


Border color

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

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

This div border color is #BDE6CF.


Opacity

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

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

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

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

This text has shadow with #BDE6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6CF on black background.


Color preview on white background

This text has color #BDE6CF on white background.



Black color preview on #BDE6CF background

This text has black color on #BDE6CF background.


White color preview on #BDE6CF background

This text has white color on #BDE6CF background.