COLOR #BDD8CE

HEX: #BDD8CE
RGB: (189,216,206)

Color info

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

RGB color model

#BDD8CE color RGB value is (189,216,206).

  • red value is 189;
  • green value is 216;
  • blue value is 206.
RGB:
(189,216,206)
(74%,85%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 206 of 255 = 81%

189
216
206

R + G + B ~ 80%. #BDD8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 216 + 206 = 611 (100%)
R 189 of 611 ~ 30.93%
G 216 of 611 ~ 35.35%
B 206 of 611 ~ 33.72%

%30.93
%35.35
%33.72

CMYK color model

#BDD8CE color CMYK value is (13,0,5,15).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 15.29%
CMYK:
(13,0,5,15)
C13M0Y5K15 
(13%,0%,5%,15%)
(0.13/0.00/0.05/0.15)	

CMYK percentages

%12.5
%0
%4.63
%15.29

Codes

Color #BDD8CE in popluar color models

BDD8CE
RGB189216206
HSL158°25.71%79.41%
HSB/HSV158°12.50%84.71%
CMYK12.50%0.00%4.63%
15.29%

Color #BDD8CE in popluar number systems.

HEXBDD8CE
Decimal189216206
Binary101111011101100011001110
Octal275330316

Shades and tints

Shades of #BDD8CE

#BDD8CE
(189,216,206)
#ACC5BC
(172,197,188)
#9BB2AA
(155,178,170)
#8A9F98
(138,159,152)
#798C86
(121,140,134)
#687974
(104,121,116)
#576662
(87,102,98)
#465350
(70,83,80)
#35403E
(53,64,62)
#242D2C
(36,45,44)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #BDD8CE

#BDD8CE
(189,216,206)
#C3DBD2
(195,219,210)
#C9DED6
(201,222,214)
#CFE1DA
(207,225,218)
#D5E4DE
(213,228,222)
#DBE7E2
(219,231,226)
#E1EAE6
(225,234,230)
#E7EDEA
(231,237,234)
#EDF0EE
(237,240,238)
#F3F3F2
(243,243,242)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD8CE color. Also use rgb(189,216,206) instead hex code.

Text Font Color

.myTextColor { color: #BDD8CE; }

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

This text font color is #BDD8CE.


Background Color

.myBgColor { background-color: #BDD8CE; }

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

This div background color is #BDD8CE.


Border color

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

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

This div border color is #BDD8CE.


Opacity

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

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

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

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

This text has shadow with #BDD8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD8CE on black background.


Color preview on white background

This text has color #BDD8CE on white background.



Black color preview on #BDD8CE background

This text has black color on #BDD8CE background.


White color preview on #BDD8CE background

This text has white color on #BDD8CE background.