COLOR #BDD7F6

HEX: #BDD7F6 RGB: (189,215,246)

Color info

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

RGB color model

#BDD7F6 color RGB value is (189,215,246).

RGB: (189,215,246) (74%, 84%, 96%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 246 of 255 = 96%

189
215
246

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

Portions of RGB colors in percentages

R + G + B = 189 + 215 + 246 = 650 (100%)
R 189 of 650 ~ 29.08%
G 215 of 650 ~ 33.08%
B 246 of 650 ~ 37.85'%

%29.08
%33.08
%37.85

CMYK color model

#BDD7F6 color CMYK value is (23,13,0,4).

  • cyan value is 23.17%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (23,13,0,4)
C23M13Y0K4 (23%, 13%, 0%, 4%)
(0.23 / 0.13 / 0.00 / 0.04)

CMYK percentages

%23.17
%12.6
%0
%3.53

Codes

Color #BDD7F6 in popluar color models

BD D7 F6
RGB 189 215 246
HSL 213° 76.00% 85.29%
HSB/HSV 213° 23.17% 96.47%
CMYK 23.17% 12.60% 0.00%
3.53%

Color #BDD7F6 in popluar number systems.

HEX BD D7 F6
Decimal 189 215 246
Binary 10111101 11010111 11110110
Octal 275 327 366

Shades and tints

Shades of #BDD7F6

#BDD7F6
(189,215,246)
#ACC4E0
(172,196,224)
#9BB1CA
(155,177,202)
#8A9EB4
(138,158,180)
#798B9E
(121,139,158)
#687888
(104,120,136)
#576572
(87,101,114)
#46525C
(70,82,92)
#353F46
(53,63,70)
#242C30
(36,44,48)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDD7F6

#BDD7F6
(189,215,246)
#C3DAF6
(195,218,246)
#C9DDF6
(201,221,246)
#CFE0F6
(207,224,246)
#D5E3F6
(213,227,246)
#DBE6F6
(219,230,246)
#E1E9F6
(225,233,246)
#E7ECF6
(231,236,246)
#EDEFF6
(237,239,246)
#F3F2F6
(243,242,246)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7F6; }

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

This text font color is #BDD7F6.

Background Color

.myBgColor { background-color: #BDD7F6; }

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

This div background color is #BDD7F6.

Border color

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

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

This div border color is #BDD7F6.

Opacity

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

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

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

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

This text has shadow with #BDD7F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD7F6.

Preview

Color preview on black background

This text has color #BDD7F6 on black background.


Color preview on white background

This text has color #BDD7F6 on white background.


Black color preview on #BDD7F6 background

This text has black color on #BDD7F6 background.


White color preview on #BDD7F6 background

This text has white color on #BDD7F6 background.


Related colors

Complementary color

Complementary color for #hex is #422809.


I love getcolorcode.com

Triadic colors

1 #F6BDD7 and #D7F6BD with #BDD7F6 are triadic colors.

2 #F6D7BD and #D7BDF6 with #BDD7F6 are triadic colors.