COLOR #BDD1DB

HEX: #BDD1DB RGB: (189,209,219)

Color info

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

RGB color model

#BDD1DB color RGB value is (189,209,219).

RGB: (189,209,219) (74%, 82%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 219 of 255 = 86%

189
209
219

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

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 219 = 617 (100%)
R 189 of 617 ~ 30.63%
G 209 of 617 ~ 33.87%
B 219 of 617 ~ 35.49'%

%30.63
%33.87
%35.49

CMYK color model

#BDD1DB color CMYK value is (14,5,0,14).

  • cyan value is 13.70%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (14,5,0,14)
C14M5Y0K14 (14%, 5%, 0%, 14%)
(0.14 / 0.05 / 0.00 / 0.14)

CMYK percentages

%13.7
%4.57
%0
%14.12

Codes

Color #BDD1DB in popluar color models

BD D1 DB
RGB 189 209 219
HSL 200° 29.41% 80.00%
HSB/HSV 200° 13.70% 85.88%
CMYK 13.70% 4.57% 0.00%
14.12%

Color #BDD1DB in popluar number systems.

HEX BD D1 DB
Decimal 189 209 219
Binary 10111101 11010001 11011011
Octal 275 321 333

Shades and tints

Shades of #BDD1DB

#BDD1DB
(189,209,219)
#ACBEC8
(172,190,200)
#9BABB5
(155,171,181)
#8A98A2
(138,152,162)
#79858F
(121,133,143)
#68727C
(104,114,124)
#575F69
(87,95,105)
#464C56
(70,76,86)
#353943
(53,57,67)
#242630
(36,38,48)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #BDD1DB

#BDD1DB
(189,209,219)
#C3D5DE
(195,213,222)
#C9D9E1
(201,217,225)
#CFDDE4
(207,221,228)
#D5E1E7
(213,225,231)
#DBE5EA
(219,229,234)
#E1E9ED
(225,233,237)
#E7EDF0
(231,237,240)
#EDF1F3
(237,241,243)
#F3F5F6
(243,245,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1DB; }

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

This text font color is #BDD1DB.

Background Color

.myBgColor { background-color: #BDD1DB; }

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

This div background color is #BDD1DB.

Border color

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

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

This div border color is #BDD1DB.

Opacity

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

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

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

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

This text has shadow with #BDD1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1DB.

Preview

Color preview on black background

This text has color #BDD1DB on black background.


Color preview on white background

This text has color #BDD1DB on white background.


Black color preview on #BDD1DB background

This text has black color on #BDD1DB background.


White color preview on #BDD1DB background

This text has white color on #BDD1DB background.


Related colors

Complementary color

Complementary color for #hex is #422E24.


I love getcolorcode.com

Triadic colors

1 #DBBDD1 and #D1DBBD with #BDD1DB are triadic colors.

2 #DBD1BD and #D1BDDB with #BDD1DB are triadic colors.