COLOR #BDCDC8

HEX: #BDCDC8
RGB: (189,205,200)

Color info

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

RGB color model

#BDCDC8 color RGB value is (189,205,200).

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

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 200 of 255 = 78%

189
205
200

R + G + B ~ 77%. #BDCDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 200 = 594 (100%)
R 189 of 594 ~ 31.82%
G 205 of 594 ~ 34.51%
B 200 of 594 ~ 33.67%

%31.82
%34.51
%33.67

CMYK color model

#BDCDC8 color CMYK value is (8,0,2,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%
CMYK:
(8,0,2,20)
C8M0Y2K20 
(8%,0%,2%,20%)
(0.08/0.00/0.02/0.20)	

CMYK percentages

%7.8
%0
%2.44
%19.61

Codes

Color #BDCDC8 in popluar color models

BDCDC8
RGB189205200
HSL161°13.79%77.25%
HSB/HSV161°7.80%80.39%
CMYK7.80%0.00%2.44%
19.61%

Color #BDCDC8 in popluar number systems.

HEXBDCDC8
Decimal189205200
Binary101111011100110111001000
Octal275315310

Shades and tints

Shades of #BDCDC8

#BDCDC8
(189,205,200)
#ACBBB6
(172,187,182)
#9BA9A4
(155,169,164)
#8A9792
(138,151,146)
#798580
(121,133,128)
#68736E
(104,115,110)
#57615C
(87,97,92)
#464F4A
(70,79,74)
#353D38
(53,61,56)
#242B26
(36,43,38)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDCDC8

#BDCDC8
(189,205,200)
#C3D1CD
(195,209,205)
#C9D5D2
(201,213,210)
#CFD9D7
(207,217,215)
#D5DDDC
(213,221,220)
#DBE1E1
(219,225,225)
#E1E5E6
(225,229,230)
#E7E9EB
(231,233,235)
#EDEDF0
(237,237,240)
#F3F1F5
(243,241,245)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDC8; }

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

This text font color is #BDCDC8.


Background Color

.myBgColor { background-color: #BDCDC8; }

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

This div background color is #BDCDC8.


Border color

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

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

This div border color is #BDCDC8.


Opacity

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

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

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

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

This text has shadow with #BDCDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDC8 on black background.


Color preview on white background

This text has color #BDCDC8 on white background.



Black color preview on #BDCDC8 background

This text has black color on #BDCDC8 background.


White color preview on #BDCDC8 background

This text has white color on #BDCDC8 background.