COLOR #BDC7E2

HEX: #BDC7E2
RGB: (189,199,226)

Color info

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

RGB color model

#BDC7E2 color RGB value is (189,199,226).

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

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 226 of 255 = 89%

189
199
226

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 226 = 614 (100%)
R 189 of 614 ~ 30.78%
G 199 of 614 ~ 32.41%
B 226 of 614 ~ 36.81%

%30.78
%32.41
%36.81

CMYK color model

#BDC7E2 color CMYK value is (16,12,0,11).

  • cyan value is 16.37%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,12,0,11)
C16M12Y0K11 
(16%,12%,0%,11%)
(0.16/0.12/0.00/0.11)	

CMYK percentages

%16.37
%11.95
%0
%11.37

Codes

Color #BDC7E2 in popluar color models

BDC7E2
RGB189199226
HSL224°38.95%81.37%
HSB/HSV224°16.37%88.63%
CMYK16.37%11.95%0.00%
11.37%

Color #BDC7E2 in popluar number systems.

HEXBDC7E2
Decimal189199226
Binary101111011100011111100010
Octal275307342

Shades and tints

Shades of #BDC7E2

#BDC7E2
(189,199,226)
#ACB5CE
(172,181,206)
#9BA3BA
(155,163,186)
#8A91A6
(138,145,166)
#797F92
(121,127,146)
#686D7E
(104,109,126)
#575B6A
(87,91,106)
#464956
(70,73,86)
#353742
(53,55,66)
#24252E
(36,37,46)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BDC7E2

#BDC7E2
(189,199,226)
#C3CCE4
(195,204,228)
#C9D1E6
(201,209,230)
#CFD6E8
(207,214,232)
#D5DBEA
(213,219,234)
#DBE0EC
(219,224,236)
#E1E5EE
(225,229,238)
#E7EAF0
(231,234,240)
#EDEFF2
(237,239,242)
#F3F4F4
(243,244,244)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC7E2 color. Also use rgb(189,199,226) instead hex code.

Text Font Color

.myTextColor { color: #BDC7E2; }

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

This text font color is #BDC7E2.


Background Color

.myBgColor { background-color: #BDC7E2; }

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

This div background color is #BDC7E2.


Border color

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

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

This div border color is #BDC7E2.


Opacity

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

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

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

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

This text has shadow with #BDC7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC7E2 on black background.


Color preview on white background

This text has color #BDC7E2 on white background.



Black color preview on #BDC7E2 background

This text has black color on #BDC7E2 background.


White color preview on #BDC7E2 background

This text has white color on #BDC7E2 background.