COLOR #BDD7E7

HEX: #BDD7E7 RGB: (189,215,231)

Color info

#BDD7E7 contains red, green and blue colors in about the same proportion. Web safe color of #BDD7E7 is #CCCCFF (or #CCF).

RGB color model

#BDD7E7 color RGB value is (189,215,231).

RGB: (189,215,231) (74%, 84%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 231 of 255 = 91%

189
215
231

R + G + B ~ 83%. #BDD7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 215 + 231 = 635 (100%)
R 189 of 635 ~ 29.76%
G 215 of 635 ~ 33.86%
B 231 of 635 ~ 36.38'%

%29.76
%33.86
%36.38

CMYK color model

#BDD7E7 color CMYK value is (18,7,0,9).

  • cyan value is 18.18%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,7,0,9)
C18M7Y0K9 (18%, 7%, 0%, 9%)
(0.18 / 0.07 / 0.00 / 0.09)

CMYK percentages

%18.18
%6.93
%0
%9.41

Codes

Color #BDD7E7 in popluar color models

BD D7 E7
RGB 189 215 231
HSL 203° 46.67% 82.35%
HSB/HSV 203° 18.18% 90.59%
CMYK 18.18% 6.93% 0.00%
9.41%

Color #BDD7E7 in popluar number systems.

HEX BD D7 E7
Decimal 189 215 231
Binary 10111101 11010111 11100111
Octal 275 327 347

Shades and tints

Shades of #BDD7E7

#BDD7E7
(189,215,231)
#ACC4D2
(172,196,210)
#9BB1BD
(155,177,189)
#8A9EA8
(138,158,168)
#798B93
(121,139,147)
#68787E
(104,120,126)
#576569
(87,101,105)
#465254
(70,82,84)
#353F3F
(53,63,63)
#242C2A
(36,44,42)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDD7E7

#BDD7E7
(189,215,231)
#C3DAE9
(195,218,233)
#C9DDEB
(201,221,235)
#CFE0ED
(207,224,237)
#D5E3EF
(213,227,239)
#DBE6F1
(219,230,241)
#E1E9F3
(225,233,243)
#E7ECF5
(231,236,245)
#EDEFF7
(237,239,247)
#F3F2F9
(243,242,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7E7; }

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

This text font color is #BDD7E7.

Background Color

.myBgColor { background-color: #BDD7E7; }

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

This div background color is #BDD7E7.

Border color

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

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

This div border color is #BDD7E7.

Opacity

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

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

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

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

This text has shadow with #BDD7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD7E7.

Preview

Color preview on black background

This text has color #BDD7E7 on black background.


Color preview on white background

This text has color #BDD7E7 on white background.


Black color preview on #BDD7E7 background

This text has black color on #BDD7E7 background.


White color preview on #BDD7E7 background

This text has white color on #BDD7E7 background.


Related colors

Complementary color

Complementary color for #hex is #422818.


I love getcolorcode.com

Triadic colors

1 #E7BDD7 and #D7E7BD with #BDD7E7 are triadic colors.

2 #E7D7BD and #D7BDE7 with #BDD7E7 are triadic colors.