COLOR #BDD4EF

HEX: #BDD4EF
RGB: (189,212,239)

Color info

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

RGB color model

#BDD4EF color RGB value is (189,212,239).

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

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 239 of 255 = 94%

189
212
239

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

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 239 = 640 (100%)
R 189 of 640 ~ 29.53%
G 212 of 640 ~ 33.13%
B 239 of 640 ~ 37.34%

%29.53
%33.13
%37.34

CMYK color model

#BDD4EF color CMYK value is (21,11,0,6).

  • cyan value is 20.92%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,11,0,6)
C21M11Y0K6 
(21%,11%,0%,6%)
(0.21/0.11/0.00/0.06)	

CMYK percentages

%20.92
%11.3
%0
%6.27

Codes

Color #BDD4EF in popluar color models

BDD4EF
RGB189212239
HSL212°60.98%83.92%
HSB/HSV212°20.92%93.73%
CMYK20.92%11.30%0.00%
6.27%

Color #BDD4EF in popluar number systems.

HEXBDD4EF
Decimal189212239
Binary101111011101010011101111
Octal275324357

Shades and tints

Shades of #BDD4EF

#BDD4EF
(189,212,239)
#ACC1DA
(172,193,218)
#9BAEC5
(155,174,197)
#8A9BB0
(138,155,176)
#79889B
(121,136,155)
#687586
(104,117,134)
#576271
(87,98,113)
#464F5C
(70,79,92)
#353C47
(53,60,71)
#242932
(36,41,50)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDD4EF

#BDD4EF
(189,212,239)
#C3D7F0
(195,215,240)
#C9DAF1
(201,218,241)
#CFDDF2
(207,221,242)
#D5E0F3
(213,224,243)
#DBE3F4
(219,227,244)
#E1E6F5
(225,230,245)
#E7E9F6
(231,233,246)
#EDECF7
(237,236,247)
#F3EFF8
(243,239,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4EF; }

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

This text font color is #BDD4EF.


Background Color

.myBgColor { background-color: #BDD4EF; }

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

This div background color is #BDD4EF.


Border color

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

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

This div border color is #BDD4EF.


Opacity

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

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

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

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

This text has shadow with #BDD4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4EF on black background.


Color preview on white background

This text has color #BDD4EF on white background.



Black color preview on #BDD4EF background

This text has black color on #BDD4EF background.


White color preview on #BDD4EF background

This text has white color on #BDD4EF background.