COLOR #BDCDD1

HEX: #BDCDD1
RGB: (189,205,209)

Color info

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

RGB color model

#BDCDD1 color RGB value is (189,205,209).

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

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 209 of 255 = 82%

189
205
209

R + G + B ~ 79%. #BDCDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 209 = 603 (100%)
R 189 of 603 ~ 31.34%
G 205 of 603 ~ 34%
B 209 of 603 ~ 34.66%

%31.34
%34
%34.66

CMYK color model

#BDCDD1 color CMYK value is (10,2,0,18).

  • cyan value is 9.57%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,2,0,18)
C10M2Y0K18 
(10%,2%,0%,18%)
(0.10/0.02/0.00/0.18)	

CMYK percentages

%9.57
%1.91
%0
%18.04

Codes

Color #BDCDD1 in popluar color models

BDCDD1
RGB189205209
HSL192°17.86%78.04%
HSB/HSV192°9.57%81.96%
CMYK9.57%1.91%0.00%
18.04%

Color #BDCDD1 in popluar number systems.

HEXBDCDD1
Decimal189205209
Binary101111011100110111010001
Octal275315321

Shades and tints

Shades of #BDCDD1

#BDCDD1
(189,205,209)
#ACBBBE
(172,187,190)
#9BA9AB
(155,169,171)
#8A9798
(138,151,152)
#798585
(121,133,133)
#687372
(104,115,114)
#57615F
(87,97,95)
#464F4C
(70,79,76)
#353D39
(53,61,57)
#242B26
(36,43,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDCDD1

#BDCDD1
(189,205,209)
#C3D1D5
(195,209,213)
#C9D5D9
(201,213,217)
#CFD9DD
(207,217,221)
#D5DDE1
(213,221,225)
#DBE1E5
(219,225,229)
#E1E5E9
(225,229,233)
#E7E9ED
(231,233,237)
#EDEDF1
(237,237,241)
#F3F1F5
(243,241,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDD1; }

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

This text font color is #BDCDD1.


Background Color

.myBgColor { background-color: #BDCDD1; }

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

This div background color is #BDCDD1.


Border color

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

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

This div border color is #BDCDD1.


Opacity

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

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

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

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

This text has shadow with #BDCDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDD1 on black background.


Color preview on white background

This text has color #BDCDD1 on white background.



Black color preview on #BDCDD1 background

This text has black color on #BDCDD1 background.


White color preview on #BDCDD1 background

This text has white color on #BDCDD1 background.