COLOR #BDD8DB

HEX: #BDD8DB
RGB: (189,216,219)

Color info

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

RGB color model

#BDD8DB color RGB value is (189,216,219).

  • red value is 189;
  • green value is 216;
  • blue value is 219.
RGB:
(189,216,219)
(74%,85%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 219 of 255 = 86%

189
216
219

R + G + B ~ 82%. #BDD8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 216 + 219 = 624 (100%)
R 189 of 624 ~ 30.29%
G 216 of 624 ~ 34.62%
B 219 of 624 ~ 35.1%

%30.29
%34.62
%35.1

CMYK color model

#BDD8DB color CMYK value is (14,1,0,14).

  • cyan value is 13.70%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,1,0,14)
C14M1Y0K14 
(14%,1%,0%,14%)
(0.14/0.01/0.00/0.14)	

CMYK percentages

%13.7
%1.37
%0
%14.12

Codes

Color #BDD8DB in popluar color models

BDD8DB
RGB189216219
HSL186°29.41%80.00%
HSB/HSV186°13.70%85.88%
CMYK13.70%1.37%0.00%
14.12%

Color #BDD8DB in popluar number systems.

HEXBDD8DB
Decimal189216219
Binary101111011101100011011011
Octal275330333

Shades and tints

Shades of #BDD8DB

#BDD8DB
(189,216,219)
#ACC5C8
(172,197,200)
#9BB2B5
(155,178,181)
#8A9FA2
(138,159,162)
#798C8F
(121,140,143)
#68797C
(104,121,124)
#576669
(87,102,105)
#465356
(70,83,86)
#354043
(53,64,67)
#242D30
(36,45,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #BDD8DB

#BDD8DB
(189,216,219)
#C3DBDE
(195,219,222)
#C9DEE1
(201,222,225)
#CFE1E4
(207,225,228)
#D5E4E7
(213,228,231)
#DBE7EA
(219,231,234)
#E1EAED
(225,234,237)
#E7EDF0
(231,237,240)
#EDF0F3
(237,240,243)
#F3F3F6
(243,243,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD8DB; }

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

This text font color is #BDD8DB.


Background Color

.myBgColor { background-color: #BDD8DB; }

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

This div background color is #BDD8DB.


Border color

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

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

This div border color is #BDD8DB.


Opacity

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

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

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

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

This text has shadow with #BDD8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD8DB on black background.


Color preview on white background

This text has color #BDD8DB on white background.



Black color preview on #BDD8DB background

This text has black color on #BDD8DB background.


White color preview on #BDD8DB background

This text has white color on #BDD8DB background.