COLOR #BDD7CE

HEX: #BDD7CE RGB: (189,215,206)

Color info

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

RGB color model

#BDD7CE color RGB value is (189,215,206).

RGB: (189,215,206) (74%, 84%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 206 of 255 = 81%

189
215
206

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

Portions of RGB colors in percentages

R + G + B = 189 + 215 + 206 = 610 (100%)
R 189 of 610 ~ 30.98%
G 215 of 610 ~ 35.25%
B 206 of 610 ~ 33.77'%

%30.98
%35.25
%33.77

CMYK color model

#BDD7CE color CMYK value is (12,0,4,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK: (12,0,4,16) C12M0Y4K16 (12%,0%,4%,16%) (0.12/0.00/0.04/0.16) 

CMYK percentages

%12.09
%0
%4.19
%15.69

Codes

Color #BDD7CE in popluar color models

BD D7 CE
RGB 189 215 206
HSL 159° 24.53% 79.22%
HSB/HSV 159° 12.09% 84.31%
CMYK 12.09% 0.00% 4.19%
15.69%

Color #BDD7CE in popluar number systems.

HEX BD D7 CE
Decimal 189 215 206
Binary 10111101 11010111 11001110
Octal 275 327 316

Shades and tints

Shades of #BDD7CE

#BDD7CE
(189,215,206)
#ACC4BC
(172,196,188)
#9BB1AA
(155,177,170)
#8A9E98
(138,158,152)
#798B86
(121,139,134)
#687874
(104,120,116)
#576562
(87,101,98)
#465250
(70,82,80)
#353F3E
(53,63,62)
#242C2C
(36,44,44)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDD7CE

#BDD7CE
(189,215,206)
#C3DAD2
(195,218,210)
#C9DDD6
(201,221,214)
#CFE0DA
(207,224,218)
#D5E3DE
(213,227,222)
#DBE6E2
(219,230,226)
#E1E9E6
(225,233,230)
#E7ECEA
(231,236,234)
#EDEFEE
(237,239,238)
#F3F2F2
(243,242,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7CE; }

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

This text font color is #BDD7CE.

Background Color

.myBgColor { background-color: #BDD7CE; }

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

This div background color is #BDD7CE.

Border color

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

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

This div border color is #BDD7CE.

Opacity

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

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

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

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

This text has shadow with #BDD7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD7CE.

Preview

Color preview on black background

This text has color #BDD7CE on black background.


Color preview on white background

This text has color #BDD7CE on white background.


Black color preview on #BDD7CE background

This text has black color on #BDD7CE background.


White color preview on #BDD7CE background

This text has white color on #BDD7CE background.


Related colors

Complementary color

Complementary color for #hex is #422831.


I love getcolorcode.com

Triadic colors

1 #CEBDD7 and #D7CEBD with #BDD7CE are triadic colors.

2 #CED7BD and #D7BDCE with #BDD7CE are triadic colors.