COLOR #BDC8E7

HEX: #BDC8E7 RGB: (189,200,231)

Color info

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

RGB color model

#BDC8E7 color RGB value is (189,200,231).

RGB: (189,200,231) (74%, 78%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 231 of 255 = 91%

189
200
231

R + G + B ~ 81%. #BDC8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 231 = 620 (100%)
R 189 of 620 ~ 30.48%
G 200 of 620 ~ 32.26%
B 231 of 620 ~ 37.26'%

%30.48
%32.26
%37.26

CMYK color model

#BDC8E7 color CMYK value is (18,13,0,9).

  • cyan value is 18.18%
  • magenta value is 13.42%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,13,0,9)
C18M13Y0K9 (18%, 13%, 0%, 9%)
(0.18 / 0.13 / 0.00 / 0.09)

CMYK percentages

%18.18
%13.42
%0
%9.41

Codes

Color #BDC8E7 in popluar color models

BD C8 E7
RGB 189 200 231
HSL 224° 46.67% 82.35%
HSB/HSV 224° 18.18% 90.59%
CMYK 18.18% 13.42% 0.00%
9.41%

Color #BDC8E7 in popluar number systems.

HEX BD C8 E7
Decimal 189 200 231
Binary 10111101 11001000 11100111
Octal 275 310 347

Shades and tints

Shades of #BDC8E7

#BDC8E7
(189,200,231)
#ACB6D2
(172,182,210)
#9BA4BD
(155,164,189)
#8A92A8
(138,146,168)
#798093
(121,128,147)
#686E7E
(104,110,126)
#575C69
(87,92,105)
#464A54
(70,74,84)
#35383F
(53,56,63)
#24262A
(36,38,42)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDC8E7

#BDC8E7
(189,200,231)
#C3CDE9
(195,205,233)
#C9D2EB
(201,210,235)
#CFD7ED
(207,215,237)
#D5DCEF
(213,220,239)
#DBE1F1
(219,225,241)
#E1E6F3
(225,230,243)
#E7EBF5
(231,235,245)
#EDF0F7
(237,240,247)
#F3F5F9
(243,245,249)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8E7; }

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

This text font color is #BDC8E7.

Background Color

.myBgColor { background-color: #BDC8E7; }

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

This div background color is #BDC8E7.

Border color

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

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

This div border color is #BDC8E7.

Opacity

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

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

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

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

This text has shadow with #BDC8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8E7.

Preview

Color preview on black background

This text has color #BDC8E7 on black background.


Color preview on white background

This text has color #BDC8E7 on white background.


Black color preview on #BDC8E7 background

This text has black color on #BDC8E7 background.


White color preview on #BDC8E7 background

This text has white color on #BDC8E7 background.


Related colors

Complementary color

Complementary color for #hex is #423718.


I love getcolorcode.com

Triadic colors

1 #E7BDC8 and #C8E7BD with #BDC8E7 are triadic colors.

2 #E7C8BD and #C8BDE7 with #BDC8E7 are triadic colors.