COLOR #BDC3DE

HEX: #BDC3DE
RGB: (189,195,222)

Color info

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

RGB color model

#BDC3DE color RGB value is (189,195,222).

  • red value is 189;
  • green value is 195;
  • blue value is 222.
RGB:
(189,195,222)
(74%,76%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 222 of 255 = 87%

189
195
222

R + G + B ~ 79%. #BDC3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 195 + 222 = 606 (100%)
R 189 of 606 ~ 31.19%
G 195 of 606 ~ 32.18%
B 222 of 606 ~ 36.63%

%31.19
%32.18
%36.63

CMYK color model

#BDC3DE color CMYK value is (15,12,0,13).

  • cyan value is 14.86%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,12,0,13)
C15M12Y0K13 
(15%,12%,0%,13%)
(0.15/0.12/0.00/0.13)	

CMYK percentages

%14.86
%12.16
%0
%12.94

Codes

Color #BDC3DE in popluar color models

BDC3DE
RGB189195222
HSL229°33.33%80.59%
HSB/HSV229°14.86%87.06%
CMYK14.86%12.16%0.00%
12.94%

Color #BDC3DE in popluar number systems.

HEXBDC3DE
Decimal189195222
Binary101111011100001111011110
Octal275303336

Shades and tints

Shades of #BDC3DE

#BDC3DE
(189,195,222)
#ACB2CA
(172,178,202)
#9BA1B6
(155,161,182)
#8A90A2
(138,144,162)
#797F8E
(121,127,142)
#686E7A
(104,110,122)
#575D66
(87,93,102)
#464C52
(70,76,82)
#353B3E
(53,59,62)
#242A2A
(36,42,42)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDC3DE

#BDC3DE
(189,195,222)
#C3C8E1
(195,200,225)
#C9CDE4
(201,205,228)
#CFD2E7
(207,210,231)
#D5D7EA
(213,215,234)
#DBDCED
(219,220,237)
#E1E1F0
(225,225,240)
#E7E6F3
(231,230,243)
#EDEBF6
(237,235,246)
#F3F0F9
(243,240,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC3DE color. Also use rgb(189,195,222) instead hex code.

Text Font Color

.myTextColor { color: #BDC3DE; }

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

This text font color is #BDC3DE.


Background Color

.myBgColor { background-color: #BDC3DE; }

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

This div background color is #BDC3DE.


Border color

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

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

This div border color is #BDC3DE.


Opacity

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

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

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

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

This text has shadow with #BDC3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC3DE on black background.


Color preview on white background

This text has color #BDC3DE on white background.



Black color preview on #BDC3DE background

This text has black color on #BDC3DE background.


White color preview on #BDC3DE background

This text has white color on #BDC3DE background.