COLOR #BDD4DB

HEX: #BDD4DB
RGB: (189,212,219)

Color info

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

RGB color model

#BDD4DB color RGB value is (189,212,219).

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

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 219 of 255 = 86%

189
212
219

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

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 219 = 620 (100%)
R 189 of 620 ~ 30.48%
G 212 of 620 ~ 34.19%
B 219 of 620 ~ 35.32%

%30.48
%34.19
%35.32

CMYK color model

#BDD4DB color CMYK value is (14,3,0,14).

  • cyan value is 13.70%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,3,0,14)
C14M3Y0K14 
(14%,3%,0%,14%)
(0.14/0.03/0.00/0.14)	

CMYK percentages

%13.7
%3.2
%0
%14.12

Codes

Color #BDD4DB in popluar color models

BDD4DB
RGB189212219
HSL194°29.41%80.00%
HSB/HSV194°13.70%85.88%
CMYK13.70%3.20%0.00%
14.12%

Color #BDD4DB in popluar number systems.

HEXBDD4DB
Decimal189212219
Binary101111011101010011011011
Octal275324333

Shades and tints

Shades of #BDD4DB

#BDD4DB
(189,212,219)
#ACC1C8
(172,193,200)
#9BAEB5
(155,174,181)
#8A9BA2
(138,155,162)
#79888F
(121,136,143)
#68757C
(104,117,124)
#576269
(87,98,105)
#464F56
(70,79,86)
#353C43
(53,60,67)
#242930
(36,41,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDD4DB

#BDD4DB
(189,212,219)
#C3D7DE
(195,215,222)
#C9DAE1
(201,218,225)
#CFDDE4
(207,221,228)
#D5E0E7
(213,224,231)
#DBE3EA
(219,227,234)
#E1E6ED
(225,230,237)
#E7E9F0
(231,233,240)
#EDECF3
(237,236,243)
#F3EFF6
(243,239,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4DB; }

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

This text font color is #BDD4DB.


Background Color

.myBgColor { background-color: #BDD4DB; }

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

This div background color is #BDD4DB.


Border color

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

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

This div border color is #BDD4DB.


Opacity

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

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

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

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

This text has shadow with #BDD4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4DB on black background.


Color preview on white background

This text has color #BDD4DB on white background.



Black color preview on #BDD4DB background

This text has black color on #BDD4DB background.


White color preview on #BDD4DB background

This text has white color on #BDD4DB background.