COLOR #BDCFDD

HEX: #BDCFDD
RGB: (189,207,221)

Color info

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

RGB color model

#BDCFDD color RGB value is (189,207,221).

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

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 221 of 255 = 87%

189
207
221

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

Portions of RGB colors in percentages

R + G + B =
189 + 207 + 221 = 617 (100%)
R 189 of 617 ~ 30.63%
G 207 of 617 ~ 33.55%
B 221 of 617 ~ 35.82%

%30.63
%33.55
%35.82

CMYK color model

#BDCFDD color CMYK value is (14,6,0,13).

  • cyan value is 14.48%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,6,0,13)
C14M6Y0K13 
(14%,6%,0%,13%)
(0.14/0.06/0.00/0.13)	

CMYK percentages

%14.48
%6.33
%0
%13.33

Codes

Color #BDCFDD in popluar color models

BDCFDD
RGB189207221
HSL206°32.00%80.39%
HSB/HSV206°14.48%86.67%
CMYK14.48%6.33%0.00%
13.33%

Color #BDCFDD in popluar number systems.

HEXBDCFDD
Decimal189207221
Binary101111011100111111011101
Octal275317335

Shades and tints

Shades of #BDCFDD

#BDCFDD
(189,207,221)
#ACBDC9
(172,189,201)
#9BABB5
(155,171,181)
#8A99A1
(138,153,161)
#79878D
(121,135,141)
#687579
(104,117,121)
#576365
(87,99,101)
#465151
(70,81,81)
#353F3D
(53,63,61)
#242D29
(36,45,41)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDCFDD

#BDCFDD
(189,207,221)
#C3D3E0
(195,211,224)
#C9D7E3
(201,215,227)
#CFDBE6
(207,219,230)
#D5DFE9
(213,223,233)
#DBE3EC
(219,227,236)
#E1E7EF
(225,231,239)
#E7EBF2
(231,235,242)
#EDEFF5
(237,239,245)
#F3F3F8
(243,243,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCFDD; }

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

This text font color is #BDCFDD.


Background Color

.myBgColor { background-color: #BDCFDD; }

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

This div background color is #BDCFDD.


Border color

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

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

This div border color is #BDCFDD.


Opacity

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

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

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

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

This text has shadow with #BDCFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCFDD on black background.


Color preview on white background

This text has color #BDCFDD on white background.



Black color preview on #BDCFDD background

This text has black color on #BDCFDD background.


White color preview on #BDCFDD background

This text has white color on #BDCFDD background.