COLOR #BDD3D4

HEX: #BDD3D4
RGB: (189,211,212)

Color info

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

RGB color model

#BDD3D4 color RGB value is (189,211,212).

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

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 212 of 255 = 83%

189
211
212

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

Portions of RGB colors in percentages

R + G + B =
189 + 211 + 212 = 612 (100%)
R 189 of 612 ~ 30.88%
G 211 of 612 ~ 34.48%
B 212 of 612 ~ 34.64%

%30.88
%34.48
%34.64

CMYK color model

#BDD3D4 color CMYK value is (11,0,0,17).

  • cyan value is 10.85%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,0,0,17)
C11M0Y0K17 
(11%,0%,0%,17%)
(0.11/0.00/0.00/0.17)	

CMYK percentages

%10.85
%0.47
%0
%16.86

Codes

Color #BDD3D4 in popluar color models

BDD3D4
RGB189211212
HSL183°21.10%78.63%
HSB/HSV183°10.85%83.14%
CMYK10.85%0.47%0.00%
16.86%

Color #BDD3D4 in popluar number systems.

HEXBDD3D4
Decimal189211212
Binary101111011101001111010100
Octal275323324

Shades and tints

Shades of #BDD3D4

#BDD3D4
(189,211,212)
#ACC0C1
(172,192,193)
#9BADAE
(155,173,174)
#8A9A9B
(138,154,155)
#798788
(121,135,136)
#687475
(104,116,117)
#576162
(87,97,98)
#464E4F
(70,78,79)
#353B3C
(53,59,60)
#242829
(36,40,41)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDD3D4

#BDD3D4
(189,211,212)
#C3D7D7
(195,215,215)
#C9DBDA
(201,219,218)
#CFDFDD
(207,223,221)
#D5E3E0
(213,227,224)
#DBE7E3
(219,231,227)
#E1EBE6
(225,235,230)
#E7EFE9
(231,239,233)
#EDF3EC
(237,243,236)
#F3F7EF
(243,247,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD3D4; }

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

This text font color is #BDD3D4.


Background Color

.myBgColor { background-color: #BDD3D4; }

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

This div background color is #BDD3D4.


Border color

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

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

This div border color is #BDD3D4.


Opacity

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

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

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

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

This text has shadow with #BDD3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD3D4 on black background.


Color preview on white background

This text has color #BDD3D4 on white background.



Black color preview on #BDD3D4 background

This text has black color on #BDD3D4 background.


White color preview on #BDD3D4 background

This text has white color on #BDD3D4 background.