COLOR #BDD7F9

HEX: #BDD7F9 RGB: (189,215,249)

Color info

#BDD7F9 contains mainly green and blue colors. Web safe color of #BDD7F9 is #CCCCFF (or #CCF).

RGB color model

#BDD7F9 color RGB value is (189,215,249).

RGB: (189,215,249) (74%, 84%, 98%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 249 of 255 = 98%

189
215
249

R + G + B ~ 85%. #BDD7F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 215 + 249 = 653 (100%)
R 189 of 653 ~ 28.94%
G 215 of 653 ~ 32.92%
B 249 of 653 ~ 38.13'%

%28.94
%32.92
%38.13

CMYK color model

#BDD7F9 color CMYK value is (24,14,0,2).

  • cyan value is 24.10%
  • magenta value is 13.65%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (24,14,0,2)
C24M14Y0K2 (24%, 14%, 0%, 2%)
(0.24 / 0.14 / 0.00 / 0.02)

CMYK percentages

%24.1
%13.65
%0
%2.35

Codes

Color #BDD7F9 in popluar color models

BD D7 F9
RGB 189 215 249
HSL 214° 83.33% 85.88%
HSB/HSV 214° 24.10% 97.65%
CMYK 24.10% 13.65% 0.00%
2.35%

Color #BDD7F9 in popluar number systems.

HEX BD D7 F9
Decimal 189 215 249
Binary 10111101 11010111 11111001
Octal 275 327 371

Shades and tints

Shades of #BDD7F9

#BDD7F9
(189,215,249)
#ACC4E3
(172,196,227)
#9BB1CD
(155,177,205)
#8A9EB7
(138,158,183)
#798BA1
(121,139,161)
#68788B
(104,120,139)
#576575
(87,101,117)
#46525F
(70,82,95)
#353F49
(53,63,73)
#242C33
(36,44,51)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #BDD7F9

#BDD7F9
(189,215,249)
#C3DAF9
(195,218,249)
#C9DDF9
(201,221,249)
#CFE0F9
(207,224,249)
#D5E3F9
(213,227,249)
#DBE6F9
(219,230,249)
#E1E9F9
(225,233,249)
#E7ECF9
(231,236,249)
#EDEFF9
(237,239,249)
#F3F2F9
(243,242,249)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7F9; }

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

This text font color is #BDD7F9.

Background Color

.myBgColor { background-color: #BDD7F9; }

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

This div background color is #BDD7F9.

Border color

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

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

This div border color is #BDD7F9.

Opacity

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

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

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

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

This text has shadow with #BDD7F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD7F9.

Preview

Color preview on black background

This text has color #BDD7F9 on black background.


Color preview on white background

This text has color #BDD7F9 on white background.


Black color preview on #BDD7F9 background

This text has black color on #BDD7F9 background.


White color preview on #BDD7F9 background

This text has white color on #BDD7F9 background.


Related colors

Complementary color

Complementary color for #hex is #422806.


I love getcolorcode.com

Triadic colors

1 #F9BDD7 and #D7F9BD with #BDD7F9 are triadic colors.

2 #F9D7BD and #D7BDF9 with #BDD7F9 are triadic colors.