COLOR #BDD6E5

HEX: #BDD6E5
RGB: (189,214,229)

Color info

#BDD6E5 contains red, green and blue colors in about the same proportion. Web safe color of #BDD6E5 is #CCCCCC (or #CCC).

RGB color model

#BDD6E5 color RGB value is (189,214,229).

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

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 229 of 255 = 90%

189
214
229

R + G + B ~ 83%. #BDD6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 229 = 632 (100%)
R 189 of 632 ~ 29.91%
G 214 of 632 ~ 33.86%
B 229 of 632 ~ 36.23%

%29.91
%33.86
%36.23

CMYK color model

#BDD6E5 color CMYK value is (17,7,0,10).

  • cyan value is 17.47%
  • magenta value is 6.55%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,7,0,10)
C17M7Y0K10 
(17%,7%,0%,10%)
(0.17/0.07/0.00/0.10)	

CMYK percentages

%17.47
%6.55
%0
%10.2

Codes

Color #BDD6E5 in popluar color models

BDD6E5
RGB189214229
HSL203°43.48%81.96%
HSB/HSV203°17.47%89.80%
CMYK17.47%6.55%0.00%
10.20%

Color #BDD6E5 in popluar number systems.

HEXBDD6E5
Decimal189214229
Binary101111011101011011100101
Octal275326345

Shades and tints

Shades of #BDD6E5

#BDD6E5
(189,214,229)
#ACC3D1
(172,195,209)
#9BB0BD
(155,176,189)
#8A9DA9
(138,157,169)
#798A95
(121,138,149)
#687781
(104,119,129)
#57646D
(87,100,109)
#465159
(70,81,89)
#353E45
(53,62,69)
#242B31
(36,43,49)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #BDD6E5

#BDD6E5
(189,214,229)
#C3D9E7
(195,217,231)
#C9DCE9
(201,220,233)
#CFDFEB
(207,223,235)
#D5E2ED
(213,226,237)
#DBE5EF
(219,229,239)
#E1E8F1
(225,232,241)
#E7EBF3
(231,235,243)
#EDEEF5
(237,238,245)
#F3F1F7
(243,241,247)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6E5; }

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

This text font color is #BDD6E5.


Background Color

.myBgColor { background-color: #BDD6E5; }

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

This div background color is #BDD6E5.


Border color

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

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

This div border color is #BDD6E5.


Opacity

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

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

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

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

This text has shadow with #BDD6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6E5 on black background.


Color preview on white background

This text has color #BDD6E5 on white background.



Black color preview on #BDD6E5 background

This text has black color on #BDD6E5 background.


White color preview on #BDD6E5 background

This text has white color on #BDD6E5 background.