COLOR #BDC8E3

HEX: #BDC8E3
RGB: (189,200,227)

Color info

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

RGB color model

#BDC8E3 color RGB value is (189,200,227).

  • red value is 189;
  • green value is 200;
  • blue value is 227.
RGB:
(189,200,227)
(74%,78%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 227 of 255 = 89%

189
200
227

R + G + B ~ 80%. #BDC8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 227 = 616 (100%)
R 189 of 616 ~ 30.68%
G 200 of 616 ~ 32.47%
B 227 of 616 ~ 36.85%

%30.68
%32.47
%36.85

CMYK color model

#BDC8E3 color CMYK value is (17,12,0,11).

  • cyan value is 16.74%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,12,0,11)
C17M12Y0K11 
(17%,12%,0%,11%)
(0.17/0.12/0.00/0.11)	

CMYK percentages

%16.74
%11.89
%0
%10.98

Codes

Color #BDC8E3 in popluar color models

BDC8E3
RGB189200227
HSL223°40.43%81.57%
HSB/HSV223°16.74%89.02%
CMYK16.74%11.89%0.00%
10.98%

Color #BDC8E3 in popluar number systems.

HEXBDC8E3
Decimal189200227
Binary101111011100100011100011
Octal275310343

Shades and tints

Shades of #BDC8E3

#BDC8E3
(189,200,227)
#ACB6CF
(172,182,207)
#9BA4BB
(155,164,187)
#8A92A7
(138,146,167)
#798093
(121,128,147)
#686E7F
(104,110,127)
#575C6B
(87,92,107)
#464A57
(70,74,87)
#353843
(53,56,67)
#24262F
(36,38,47)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDC8E3

#BDC8E3
(189,200,227)
#C3CDE5
(195,205,229)
#C9D2E7
(201,210,231)
#CFD7E9
(207,215,233)
#D5DCEB
(213,220,235)
#DBE1ED
(219,225,237)
#E1E6EF
(225,230,239)
#E7EBF1
(231,235,241)
#EDF0F3
(237,240,243)
#F3F5F5
(243,245,245)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC8E3 color. Also use rgb(189,200,227) instead hex code.

Text Font Color

.myTextColor { color: #BDC8E3; }

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

This text font color is #BDC8E3.


Background Color

.myBgColor { background-color: #BDC8E3; }

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

This div background color is #BDC8E3.


Border color

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

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

This div border color is #BDC8E3.


Opacity

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

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

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

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

This text has shadow with #BDC8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8E3 on black background.


Color preview on white background

This text has color #BDC8E3 on white background.



Black color preview on #BDC8E3 background

This text has black color on #BDC8E3 background.


White color preview on #BDC8E3 background

This text has white color on #BDC8E3 background.