COLOR #BDDBD6

HEX: #BDDBD6
RGB: (189,219,214)

Color info

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

RGB color model

#BDDBD6 color RGB value is (189,219,214).

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

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 214 of 255 = 84%

189
219
214

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

Portions of RGB colors in percentages

R + G + B =
189 + 219 + 214 = 622 (100%)
R 189 of 622 ~ 30.39%
G 219 of 622 ~ 35.21%
B 214 of 622 ~ 34.41%

%30.39
%35.21
%34.41

CMYK color model

#BDDBD6 color CMYK value is (14,0,2,14).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(14,0,2,14)
C14M0Y2K14 
(14%,0%,2%,14%)
(0.14/0.00/0.02/0.14)	

CMYK percentages

%13.7
%0
%2.28
%14.12

Codes

Color #BDDBD6 in popluar color models

BDDBD6
RGB189219214
HSL170°29.41%80.00%
HSB/HSV170°13.70%85.88%
CMYK13.70%0.00%2.28%
14.12%

Color #BDDBD6 in popluar number systems.

HEXBDDBD6
Decimal189219214
Binary101111011101101111010110
Octal275333326

Shades and tints

Shades of #BDDBD6

#BDDBD6
(189,219,214)
#ACC8C3
(172,200,195)
#9BB5B0
(155,181,176)
#8AA29D
(138,162,157)
#798F8A
(121,143,138)
#687C77
(104,124,119)
#576964
(87,105,100)
#465651
(70,86,81)
#35433E
(53,67,62)
#24302B
(36,48,43)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #BDDBD6

#BDDBD6
(189,219,214)
#C3DED9
(195,222,217)
#C9E1DC
(201,225,220)
#CFE4DF
(207,228,223)
#D5E7E2
(213,231,226)
#DBEAE5
(219,234,229)
#E1EDE8
(225,237,232)
#E7F0EB
(231,240,235)
#EDF3EE
(237,243,238)
#F3F6F1
(243,246,241)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDBD6; }

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

This text font color is #BDDBD6.


Background Color

.myBgColor { background-color: #BDDBD6; }

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

This div background color is #BDDBD6.


Border color

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

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

This div border color is #BDDBD6.


Opacity

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

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

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

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

This text has shadow with #BDDBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDBD6 on black background.


Color preview on white background

This text has color #BDDBD6 on white background.



Black color preview on #BDDBD6 background

This text has black color on #BDDBD6 background.


White color preview on #BDDBD6 background

This text has white color on #BDDBD6 background.