COLOR #BDC8D2

HEX: #BDC8D2
RGB: (189,200,210)

Color info

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

RGB color model

#BDC8D2 color RGB value is (189,200,210).

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

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 210 of 255 = 82%

189
200
210

R + G + B ~ 78%. #BDC8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 210 = 599 (100%)
R 189 of 599 ~ 31.55%
G 200 of 599 ~ 33.39%
B 210 of 599 ~ 35.06%

%31.55
%33.39
%35.06

CMYK color model

#BDC8D2 color CMYK value is (10,5,0,18).

  • cyan value is 10.00%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,5,0,18)
C10M5Y0K18 
(10%,5%,0%,18%)
(0.10/0.05/0.00/0.18)	

CMYK percentages

%10
%4.76
%0
%17.65

Codes

Color #BDC8D2 in popluar color models

BDC8D2
RGB189200210
HSL209°18.92%78.24%
HSB/HSV209°10.00%82.35%
CMYK10.00%4.76%0.00%
17.65%

Color #BDC8D2 in popluar number systems.

HEXBDC8D2
Decimal189200210
Binary101111011100100011010010
Octal275310322

Shades and tints

Shades of #BDC8D2

#BDC8D2
(189,200,210)
#ACB6BF
(172,182,191)
#9BA4AC
(155,164,172)
#8A9299
(138,146,153)
#798086
(121,128,134)
#686E73
(104,110,115)
#575C60
(87,92,96)
#464A4D
(70,74,77)
#35383A
(53,56,58)
#242627
(36,38,39)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDC8D2

#BDC8D2
(189,200,210)
#C3CDD6
(195,205,214)
#C9D2DA
(201,210,218)
#CFD7DE
(207,215,222)
#D5DCE2
(213,220,226)
#DBE1E6
(219,225,230)
#E1E6EA
(225,230,234)
#E7EBEE
(231,235,238)
#EDF0F2
(237,240,242)
#F3F5F6
(243,245,246)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8D2; }

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

This text font color is #BDC8D2.


Background Color

.myBgColor { background-color: #BDC8D2; }

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

This div background color is #BDC8D2.


Border color

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

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

This div border color is #BDC8D2.


Opacity

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

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

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

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

This text has shadow with #BDC8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8D2 on black background.


Color preview on white background

This text has color #BDC8D2 on white background.



Black color preview on #BDC8D2 background

This text has black color on #BDC8D2 background.


White color preview on #BDC8D2 background

This text has white color on #BDC8D2 background.