COLOR #BDD9EF

HEX: #BDD9EF
RGB: (189,217,239)

Color info

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

RGB color model

#BDD9EF color RGB value is (189,217,239).

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

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 239 of 255 = 94%

189
217
239

R + G + B ~ 84%. #BDD9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 217 + 239 = 645 (100%)
R 189 of 645 ~ 29.3%
G 217 of 645 ~ 33.64%
B 239 of 645 ~ 37.05%

%29.3
%33.64
%37.05

CMYK color model

#BDD9EF color CMYK value is (21,9,0,6).

  • cyan value is 20.92%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,9,0,6)
C21M9Y0K6 
(21%,9%,0%,6%)
(0.21/0.09/0.00/0.06)	

CMYK percentages

%20.92
%9.21
%0
%6.27

Codes

Color #BDD9EF in popluar color models

BDD9EF
RGB189217239
HSL206°60.98%83.92%
HSB/HSV206°20.92%93.73%
CMYK20.92%9.21%0.00%
6.27%

Color #BDD9EF in popluar number systems.

HEXBDD9EF
Decimal189217239
Binary101111011101100111101111
Octal275331357

Shades and tints

Shades of #BDD9EF

#BDD9EF
(189,217,239)
#ACC6DA
(172,198,218)
#9BB3C5
(155,179,197)
#8AA0B0
(138,160,176)
#798D9B
(121,141,155)
#687A86
(104,122,134)
#576771
(87,103,113)
#46545C
(70,84,92)
#354147
(53,65,71)
#242E32
(36,46,50)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #BDD9EF

#BDD9EF
(189,217,239)
#C3DCF0
(195,220,240)
#C9DFF1
(201,223,241)
#CFE2F2
(207,226,242)
#D5E5F3
(213,229,243)
#DBE8F4
(219,232,244)
#E1EBF5
(225,235,245)
#E7EEF6
(231,238,246)
#EDF1F7
(237,241,247)
#F3F4F8
(243,244,248)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD9EF; }

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

This text font color is #BDD9EF.


Background Color

.myBgColor { background-color: #BDD9EF; }

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

This div background color is #BDD9EF.


Border color

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

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

This div border color is #BDD9EF.


Opacity

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

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

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

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

This text has shadow with #BDD9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD9EF on black background.


Color preview on white background

This text has color #BDD9EF on white background.



Black color preview on #BDD9EF background

This text has black color on #BDD9EF background.


White color preview on #BDD9EF background

This text has white color on #BDD9EF background.