COLOR #BDD7E8

HEX: #BDD7E8
RGB: (189,215,232)

Color info

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

RGB color model

#BDD7E8 color RGB value is (189,215,232).

  • red value is 189;
  • green value is 215;
  • blue value is 232.
RGB:
(189,215,232)
(74%,84%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 232 of 255 = 91%

189
215
232

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 232 = 636 (100%)
R 189 of 636 ~ 29.72%
G 215 of 636 ~ 33.81%
B 232 of 636 ~ 36.48%

%29.72
%33.81
%36.48

CMYK color model

#BDD7E8 color CMYK value is (19,7,0,9).

  • cyan value is 18.53%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,7,0,9)
C19M7Y0K9 
(19%,7%,0%,9%)
(0.19/0.07/0.00/0.09)	

CMYK percentages

%18.53
%7.33
%0
%9.02

Codes

Color #BDD7E8 in popluar color models

BDD7E8
RGB189215232
HSL204°48.31%82.55%
HSB/HSV204°18.53%90.98%
CMYK18.53%7.33%0.00%
9.02%

Color #BDD7E8 in popluar number systems.

HEXBDD7E8
Decimal189215232
Binary101111011101011111101000
Octal275327350

Shades and tints

Shades of #BDD7E8

#BDD7E8
(189,215,232)
#ACC4D3
(172,196,211)
#9BB1BE
(155,177,190)
#8A9EA9
(138,158,169)
#798B94
(121,139,148)
#68787F
(104,120,127)
#57656A
(87,101,106)
#465255
(70,82,85)
#353F40
(53,63,64)
#242C2B
(36,44,43)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDD7E8

#BDD7E8
(189,215,232)
#C3DAEA
(195,218,234)
#C9DDEC
(201,221,236)
#CFE0EE
(207,224,238)
#D5E3F0
(213,227,240)
#DBE6F2
(219,230,242)
#E1E9F4
(225,233,244)
#E7ECF6
(231,236,246)
#EDEFF8
(237,239,248)
#F3F2FA
(243,242,250)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD7E8 color. Also use rgb(189,215,232) instead hex code.

Text Font Color

.myTextColor { color: #BDD7E8; }

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

This text font color is #BDD7E8.


Background Color

.myBgColor { background-color: #BDD7E8; }

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

This div background color is #BDD7E8.


Border color

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

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

This div border color is #BDD7E8.


Opacity

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

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

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

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

This text has shadow with #BDD7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7E8 on black background.


Color preview on white background

This text has color #BDD7E8 on white background.



Black color preview on #BDD7E8 background

This text has black color on #BDD7E8 background.


White color preview on #BDD7E8 background

This text has white color on #BDD7E8 background.