COLOR #BDCDDD

HEX: #BDCDDD
RGB: (189,205,221)

Color info

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

RGB color model

#BDCDDD color RGB value is (189,205,221).

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

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 221 of 255 = 87%

189
205
221

R + G + B ~ 80%. #BDCDDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 221 = 615 (100%)
R 189 of 615 ~ 30.73%
G 205 of 615 ~ 33.33%
B 221 of 615 ~ 35.93%

%30.73
%33.33
%35.93

CMYK color model

#BDCDDD color CMYK value is (14,7,0,13).

  • cyan value is 14.48%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,7,0,13)
C14M7Y0K13 
(14%,7%,0%,13%)
(0.14/0.07/0.00/0.13)	

CMYK percentages

%14.48
%7.24
%0
%13.33

Codes

Color #BDCDDD in popluar color models

BDCDDD
RGB189205221
HSL210°32.00%80.39%
HSB/HSV210°14.48%86.67%
CMYK14.48%7.24%0.00%
13.33%

Color #BDCDDD in popluar number systems.

HEXBDCDDD
Decimal189205221
Binary101111011100110111011101
Octal275315335

Shades and tints

Shades of #BDCDDD

#BDCDDD
(189,205,221)
#ACBBC9
(172,187,201)
#9BA9B5
(155,169,181)
#8A97A1
(138,151,161)
#79858D
(121,133,141)
#687379
(104,115,121)
#576165
(87,97,101)
#464F51
(70,79,81)
#353D3D
(53,61,61)
#242B29
(36,43,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDCDDD

#BDCDDD
(189,205,221)
#C3D1E0
(195,209,224)
#C9D5E3
(201,213,227)
#CFD9E6
(207,217,230)
#D5DDE9
(213,221,233)
#DBE1EC
(219,225,236)
#E1E5EF
(225,229,239)
#E7E9F2
(231,233,242)
#EDEDF5
(237,237,245)
#F3F1F8
(243,241,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDDD; }

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

This text font color is #BDCDDD.


Background Color

.myBgColor { background-color: #BDCDDD; }

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

This div background color is #BDCDDD.


Border color

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

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

This div border color is #BDCDDD.


Opacity

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

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

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

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

This text has shadow with #BDCDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDDD on black background.


Color preview on white background

This text has color #BDCDDD on white background.



Black color preview on #BDCDDD background

This text has black color on #BDCDDD background.


White color preview on #BDCDDD background

This text has white color on #BDCDDD background.