COLOR #BDD6EF

HEX: #BDD6EF
RGB: (189,214,239)

Color info

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

RGB color model

#BDD6EF color RGB value is (189,214,239).

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

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 239 of 255 = 94%

189
214
239

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 239 = 642 (100%)
R 189 of 642 ~ 29.44%
G 214 of 642 ~ 33.33%
B 239 of 642 ~ 37.23%

%29.44
%33.33
%37.23

CMYK color model

#BDD6EF color CMYK value is (21,10,0,6).

  • cyan value is 20.92%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,10,0,6)
C21M10Y0K6 
(21%,10%,0%,6%)
(0.21/0.10/0.00/0.06)	

CMYK percentages

%20.92
%10.46
%0
%6.27

Codes

Color #BDD6EF in popluar color models

BDD6EF
RGB189214239
HSL210°60.98%83.92%
HSB/HSV210°20.92%93.73%
CMYK20.92%10.46%0.00%
6.27%

Color #BDD6EF in popluar number systems.

HEXBDD6EF
Decimal189214239
Binary101111011101011011101111
Octal275326357

Shades and tints

Shades of #BDD6EF

#BDD6EF
(189,214,239)
#ACC3DA
(172,195,218)
#9BB0C5
(155,176,197)
#8A9DB0
(138,157,176)
#798A9B
(121,138,155)
#687786
(104,119,134)
#576471
(87,100,113)
#46515C
(70,81,92)
#353E47
(53,62,71)
#242B32
(36,43,50)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #BDD6EF

#BDD6EF
(189,214,239)
#C3D9F0
(195,217,240)
#C9DCF1
(201,220,241)
#CFDFF2
(207,223,242)
#D5E2F3
(213,226,243)
#DBE5F4
(219,229,244)
#E1E8F5
(225,232,245)
#E7EBF6
(231,235,246)
#EDEEF7
(237,238,247)
#F3F1F8
(243,241,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6EF; }

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

This text font color is #BDD6EF.


Background Color

.myBgColor { background-color: #BDD6EF; }

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

This div background color is #BDD6EF.


Border color

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

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

This div border color is #BDD6EF.


Opacity

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

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

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

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

This text has shadow with #BDD6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6EF on black background.


Color preview on white background

This text has color #BDD6EF on white background.



Black color preview on #BDD6EF background

This text has black color on #BDD6EF background.


White color preview on #BDD6EF background

This text has white color on #BDD6EF background.