COLOR #BDC8F7

HEX: #BDC8F7
RGB: (189,200,247)

Color info

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

RGB color model

#BDC8F7 color RGB value is (189,200,247).

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

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 247 of 255 = 97%

189
200
247

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

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 247 = 636 (100%)
R 189 of 636 ~ 29.72%
G 200 of 636 ~ 31.45%
B 247 of 636 ~ 38.84%

%29.72
%31.45
%38.84

CMYK color model

#BDC8F7 color CMYK value is (23,19,0,3).

  • cyan value is 23.48%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(23,19,0,3)
C23M19Y0K3 
(23%,19%,0%,3%)
(0.23/0.19/0.00/0.03)	

CMYK percentages

%23.48
%19.03
%0
%3.14

Codes

Color #BDC8F7 in popluar color models

BDC8F7
RGB189200247
HSL229°78.38%85.49%
HSB/HSV229°23.48%96.86%
CMYK23.48%19.03%0.00%
3.14%

Color #BDC8F7 in popluar number systems.

HEXBDC8F7
Decimal189200247
Binary101111011100100011110111
Octal275310367

Shades and tints

Shades of #BDC8F7

#BDC8F7
(189,200,247)
#ACB6E1
(172,182,225)
#9BA4CB
(155,164,203)
#8A92B5
(138,146,181)
#79809F
(121,128,159)
#686E89
(104,110,137)
#575C73
(87,92,115)
#464A5D
(70,74,93)
#353847
(53,56,71)
#242631
(36,38,49)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDC8F7

#BDC8F7
(189,200,247)
#C3CDF7
(195,205,247)
#C9D2F7
(201,210,247)
#CFD7F7
(207,215,247)
#D5DCF7
(213,220,247)
#DBE1F7
(219,225,247)
#E1E6F7
(225,230,247)
#E7EBF7
(231,235,247)
#EDF0F7
(237,240,247)
#F3F5F7
(243,245,247)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8F7; }

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

This text font color is #BDC8F7.


Background Color

.myBgColor { background-color: #BDC8F7; }

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

This div background color is #BDC8F7.


Border color

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

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

This div border color is #BDC8F7.


Opacity

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

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

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

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

This text has shadow with #BDC8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8F7 on black background.


Color preview on white background

This text has color #BDC8F7 on white background.



Black color preview on #BDC8F7 background

This text has black color on #BDC8F7 background.


White color preview on #BDC8F7 background

This text has white color on #BDC8F7 background.