COLOR #BDCFCB

HEX: #BDCFCB
RGB: (189,207,203)

Color info

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

RGB color model

#BDCFCB color RGB value is (189,207,203).

  • red value is 189;
  • green value is 207;
  • blue value is 203.
RGB:
(189,207,203)
(74%,81%,80%)

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 203 of 255 = 80%

189
207
203

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

Portions of RGB colors in percentages

R + G + B =
189 + 207 + 203 = 599 (100%)
R 189 of 599 ~ 31.55%
G 207 of 599 ~ 34.56%
B 203 of 599 ~ 33.89%

%31.55
%34.56
%33.89

CMYK color model

#BDCFCB color CMYK value is (9,0,2,19).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 1.93%
  • key color value is 18.82%
CMYK:
(9,0,2,19)
C9M0Y2K19 
(9%,0%,2%,19%)
(0.09/0.00/0.02/0.19)	

CMYK percentages

%8.7
%0
%1.93
%18.82

Codes

Color #BDCFCB in popluar color models

BDCFCB
RGB189207203
HSL167°15.79%77.65%
HSB/HSV167°8.70%81.18%
CMYK8.70%0.00%1.93%
18.82%

Color #BDCFCB in popluar number systems.

HEXBDCFCB
Decimal189207203
Binary101111011100111111001011
Octal275317313

Shades and tints

Shades of #BDCFCB

#BDCFCB
(189,207,203)
#ACBDB9
(172,189,185)
#9BABA7
(155,171,167)
#8A9995
(138,153,149)
#798783
(121,135,131)
#687571
(104,117,113)
#57635F
(87,99,95)
#46514D
(70,81,77)
#353F3B
(53,63,59)
#242D29
(36,45,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #BDCFCB

#BDCFCB
(189,207,203)
#C3D3CF
(195,211,207)
#C9D7D3
(201,215,211)
#CFDBD7
(207,219,215)
#D5DFDB
(213,223,219)
#DBE3DF
(219,227,223)
#E1E7E3
(225,231,227)
#E7EBE7
(231,235,231)
#EDEFEB
(237,239,235)
#F3F3EF
(243,243,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCFCB color. Also use rgb(189,207,203) instead hex code.

Text Font Color

.myTextColor { color: #BDCFCB; }

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

This text font color is #BDCFCB.


Background Color

.myBgColor { background-color: #BDCFCB; }

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

This div background color is #BDCFCB.


Border color

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

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

This div border color is #BDCFCB.


Opacity

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

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

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

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

This text has shadow with #BDCFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCFCB on black background.


Color preview on white background

This text has color #BDCFCB on white background.



Black color preview on #BDCFCB background

This text has black color on #BDCFCB background.


White color preview on #BDCFCB background

This text has white color on #BDCFCB background.