COLOR #BDD9D7

HEX: #BDD9D7 RGB: (189,217,215)

Color info

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

RGB color model

#BDD9D7 color RGB value is (189,217,215).

RGB: (189,217,215) (74%, 85%, 84%)

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 215 of 255 = 84%

189
217
215

R + G + B ~ 81%. #BDD9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 217 + 215 = 621 (100%)
R 189 of 621 ~ 30.43%
G 217 of 621 ~ 34.94%
B 215 of 621 ~ 34.62'%

%30.43
%34.94
%34.62

CMYK color model

#BDD9D7 color CMYK value is (13,0,1,15).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.90%

CMYK: (13,0,1,15)
C13M0Y1K15 (13%, 0%, 1%, 15%)
(0.13 / 0.00 / 0.01 / 0.15)

CMYK percentages

%12.9
%0
%0.92
%14.9

Codes

Color #BDD9D7 in popluar color models

BD D9 D7
RGB 189 217 215
HSL 176° 26.92% 79.61%
HSB/HSV 176° 12.90% 85.10%
CMYK 12.90% 0.00% 0.92%
14.90%

Color #BDD9D7 in popluar number systems.

HEX BD D9 D7
Decimal 189 217 215
Binary 10111101 11011001 11010111
Octal 275 331 327

Shades and tints

Shades of #BDD9D7

#BDD9D7
(189,217,215)
#ACC6C4
(172,198,196)
#9BB3B1
(155,179,177)
#8AA09E
(138,160,158)
#798D8B
(121,141,139)
#687A78
(104,122,120)
#576765
(87,103,101)
#465452
(70,84,82)
#35413F
(53,65,63)
#242E2C
(36,46,44)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #BDD9D7

#BDD9D7
(189,217,215)
#C3DCDA
(195,220,218)
#C9DFDD
(201,223,221)
#CFE2E0
(207,226,224)
#D5E5E3
(213,229,227)
#DBE8E6
(219,232,230)
#E1EBE9
(225,235,233)
#E7EEEC
(231,238,236)
#EDF1EF
(237,241,239)
#F3F4F2
(243,244,242)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD9D7; }

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

This text font color is #BDD9D7.

Background Color

.myBgColor { background-color: #BDD9D7; }

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

This div background color is #BDD9D7.

Border color

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

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

This div border color is #BDD9D7.

Opacity

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

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

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

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

This text has shadow with #BDD9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD9D7.

Preview

Color preview on black background

This text has color #BDD9D7 on black background.


Color preview on white background

This text has color #BDD9D7 on white background.


Black color preview on #BDD9D7 background

This text has black color on #BDD9D7 background.


White color preview on #BDD9D7 background

This text has white color on #BDD9D7 background.


Related colors

Complementary color

Complementary color for #hex is #422628.


I love getcolorcode.com

Triadic colors

1 #D7BDD9 and #D9D7BD with #BDD9D7 are triadic colors.

2 #D7D9BD and #D9BDD7 with #BDD9D7 are triadic colors.