COLOR #BDD9F8

HEX: #BDD9F8
RGB: (189,217,248)

Color info

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

RGB color model

#BDD9F8 color RGB value is (189,217,248).

  • red value is 189;
  • green value is 217;
  • blue value is 248.
RGB:
(189,217,248)
(74%,85%,97%)

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 248 of 255 = 97%

189
217
248

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

Portions of RGB colors in percentages

R + G + B =
189 + 217 + 248 = 654 (100%)
R 189 of 654 ~ 28.9%
G 217 of 654 ~ 33.18%
B 248 of 654 ~ 37.92%

%28.9
%33.18
%37.92

CMYK color model

#BDD9F8 color CMYK value is (24,13,0,3).

  • cyan value is 23.79%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(24,13,0,3)
C24M13Y0K3 
(24%,13%,0%,3%)
(0.24/0.13/0.00/0.03)	

CMYK percentages

%23.79
%12.5
%0
%2.75

Codes

Color #BDD9F8 in popluar color models

BDD9F8
RGB189217248
HSL212°80.82%85.69%
HSB/HSV212°23.79%97.25%
CMYK23.79%12.50%0.00%
2.75%

Color #BDD9F8 in popluar number systems.

HEXBDD9F8
Decimal189217248
Binary101111011101100111111000
Octal275331370

Shades and tints

Shades of #BDD9F8

#BDD9F8
(189,217,248)
#ACC6E2
(172,198,226)
#9BB3CC
(155,179,204)
#8AA0B6
(138,160,182)
#798DA0
(121,141,160)
#687A8A
(104,122,138)
#576774
(87,103,116)
#46545E
(70,84,94)
#354148
(53,65,72)
#242E32
(36,46,50)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #BDD9F8

#BDD9F8
(189,217,248)
#C3DCF8
(195,220,248)
#C9DFF8
(201,223,248)
#CFE2F8
(207,226,248)
#D5E5F8
(213,229,248)
#DBE8F8
(219,232,248)
#E1EBF8
(225,235,248)
#E7EEF8
(231,238,248)
#EDF1F8
(237,241,248)
#F3F4F8
(243,244,248)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD9F8; }

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

This text font color is #BDD9F8.


Background Color

.myBgColor { background-color: #BDD9F8; }

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

This div background color is #BDD9F8.


Border color

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

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

This div border color is #BDD9F8.


Opacity

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

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

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

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

This text has shadow with #BDD9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD9F8 on black background.


Color preview on white background

This text has color #BDD9F8 on white background.



Black color preview on #BDD9F8 background

This text has black color on #BDD9F8 background.


White color preview on #BDD9F8 background

This text has white color on #BDD9F8 background.