COLOR #BDD0D7

HEX: #BDD0D7 RGB: (189,208,215)

Color info

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

RGB color model

#BDD0D7 color RGB value is (189,208,215).

RGB: (189,208,215) (74%, 82%, 84%)

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 215 of 255 = 84%

189
208
215

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

Portions of RGB colors in percentages

R + G + B = 189 + 208 + 215 = 612 (100%)
R 189 of 612 ~ 30.88%
G 208 of 612 ~ 33.99%
B 215 of 612 ~ 35.13'%

%30.88
%33.99
%35.13

CMYK color model

#BDD0D7 color CMYK value is (12,3,0,16).

  • cyan value is 12.09%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (12,3,0,16)
C12M3Y0K16 (12%, 3%, 0%, 16%)
(0.12 / 0.03 / 0.00 / 0.16)

CMYK percentages

%12.09
%3.26
%0
%15.69

Codes

Color #BDD0D7 in popluar color models

BD D0 D7
RGB 189 208 215
HSL 196° 24.53% 79.22%
HSB/HSV 196° 12.09% 84.31%
CMYK 12.09% 3.26% 0.00%
15.69%

Color #BDD0D7 in popluar number systems.

HEX BD D0 D7
Decimal 189 208 215
Binary 10111101 11010000 11010111
Octal 275 320 327

Shades and tints

Shades of #BDD0D7

#BDD0D7
(189,208,215)
#ACBEC4
(172,190,196)
#9BACB1
(155,172,177)
#8A9A9E
(138,154,158)
#79888B
(121,136,139)
#687678
(104,118,120)
#576465
(87,100,101)
#465252
(70,82,82)
#35403F
(53,64,63)
#242E2C
(36,46,44)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #BDD0D7

#BDD0D7
(189,208,215)
#C3D4DA
(195,212,218)
#C9D8DD
(201,216,221)
#CFDCE0
(207,220,224)
#D5E0E3
(213,224,227)
#DBE4E6
(219,228,230)
#E1E8E9
(225,232,233)
#E7ECEC
(231,236,236)
#EDF0EF
(237,240,239)
#F3F4F2
(243,244,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0D7; }

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

This text font color is #BDD0D7.

Background Color

.myBgColor { background-color: #BDD0D7; }

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

This div background color is #BDD0D7.

Border color

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

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

This div border color is #BDD0D7.

Opacity

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

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

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

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

This text has shadow with #BDD0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD0D7.

Preview

Color preview on black background

This text has color #BDD0D7 on black background.


Color preview on white background

This text has color #BDD0D7 on white background.


Black color preview on #BDD0D7 background

This text has black color on #BDD0D7 background.


White color preview on #BDD0D7 background

This text has white color on #BDD0D7 background.


Related colors

Complementary color

Complementary color for #hex is #422F28.


I love getcolorcode.com

Triadic colors

1 #D7BDD0 and #D0D7BD with #BDD0D7 are triadic colors.

2 #D7D0BD and #D0BDD7 with #BDD0D7 are triadic colors.