COLOR #BDD1D3

HEX: #BDD1D3 RGB: (189,209,211)

Color info

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

RGB color model

#BDD1D3 color RGB value is (189,209,211).

RGB: (189,209,211) (74%, 82%, 83%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 211 of 255 = 83%

189
209
211

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

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 211 = 609 (100%)
R 189 of 609 ~ 31.03%
G 209 of 609 ~ 34.32%
B 211 of 609 ~ 34.65'%

%31.03
%34.32
%34.65

CMYK color model

#BDD1D3 color CMYK value is (10,1,0,17).

  • cyan value is 10.43%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (10,1,0,17) C10M1Y0K17 (10%,1%,0%,17%) (0.10/0.01/0.00/0.17) 

CMYK percentages

%10.43
%0.95
%0
%17.25

Codes

Color #BDD1D3 in popluar color models

BD D1 D3
RGB 189 209 211
HSL 185° 20.00% 78.43%
HSB/HSV 185° 10.43% 82.75%
CMYK 10.43% 0.95% 0.00%
17.25%

Color #BDD1D3 in popluar number systems.

HEX BD D1 D3
Decimal 189 209 211
Binary 10111101 11010001 11010011
Octal 275 321 323

Shades and tints

Shades of #BDD1D3

#BDD1D3
(189,209,211)
#ACBEC0
(172,190,192)
#9BABAD
(155,171,173)
#8A989A
(138,152,154)
#798587
(121,133,135)
#687274
(104,114,116)
#575F61
(87,95,97)
#464C4E
(70,76,78)
#35393B
(53,57,59)
#242628
(36,38,40)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDD1D3

#BDD1D3
(189,209,211)
#C3D5D7
(195,213,215)
#C9D9DB
(201,217,219)
#CFDDDF
(207,221,223)
#D5E1E3
(213,225,227)
#DBE5E7
(219,229,231)
#E1E9EB
(225,233,235)
#E7EDEF
(231,237,239)
#EDF1F3
(237,241,243)
#F3F5F7
(243,245,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1D3; }

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

This text font color is #BDD1D3.

Background Color

.myBgColor { background-color: #BDD1D3; }

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

This div background color is #BDD1D3.

Border color

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

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

This div border color is #BDD1D3.

Opacity

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

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

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

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

This text has shadow with #BDD1D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1D3.

Preview

Color preview on black background

This text has color #BDD1D3 on black background.


Color preview on white background

This text has color #BDD1D3 on white background.


Black color preview on #BDD1D3 background

This text has black color on #BDD1D3 background.


White color preview on #BDD1D3 background

This text has white color on #BDD1D3 background.


Related colors

Complementary color

Complementary color for #hex is #422E2C.


I love getcolorcode.com

Triadic colors

1 #D3BDD1 and #D1D3BD with #BDD1D3 are triadic colors.

2 #D3D1BD and #D1BDD3 with #BDD1D3 are triadic colors.