COLOR #BDD5D6

HEX: #BDD5D6
RGB: (189,213,214)

Color info

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

RGB color model

#BDD5D6 color RGB value is (189,213,214).

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

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 214 of 255 = 84%

189
213
214

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 214 = 616 (100%)
R 189 of 616 ~ 30.68%
G 213 of 616 ~ 34.58%
B 214 of 616 ~ 34.74%

%30.68
%34.58
%34.74

CMYK color model

#BDD5D6 color CMYK value is (12,0,0,16).

  • cyan value is 11.68%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,0,0,16)
C12M0Y0K16 
(12%,0%,0%,16%)
(0.12/0.00/0.00/0.16)	

CMYK percentages

%11.68
%0.47
%0
%16.08

Codes

Color #BDD5D6 in popluar color models

BDD5D6
RGB189213214
HSL182°23.36%79.02%
HSB/HSV182°11.68%83.92%
CMYK11.68%0.47%0.00%
16.08%

Color #BDD5D6 in popluar number systems.

HEXBDD5D6
Decimal189213214
Binary101111011101010111010110
Octal275325326

Shades and tints

Shades of #BDD5D6

#BDD5D6
(189,213,214)
#ACC2C3
(172,194,195)
#9BAFB0
(155,175,176)
#8A9C9D
(138,156,157)
#79898A
(121,137,138)
#687677
(104,118,119)
#576364
(87,99,100)
#465051
(70,80,81)
#353D3E
(53,61,62)
#242A2B
(36,42,43)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDD5D6

#BDD5D6
(189,213,214)
#C3D8D9
(195,216,217)
#C9DBDC
(201,219,220)
#CFDEDF
(207,222,223)
#D5E1E2
(213,225,226)
#DBE4E5
(219,228,229)
#E1E7E8
(225,231,232)
#E7EAEB
(231,234,235)
#EDEDEE
(237,237,238)
#F3F0F1
(243,240,241)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5D6; }

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

This text font color is #BDD5D6.


Background Color

.myBgColor { background-color: #BDD5D6; }

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

This div background color is #BDD5D6.


Border color

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

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

This div border color is #BDD5D6.


Opacity

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

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

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

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

This text has shadow with #BDD5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5D6 on black background.


Color preview on white background

This text has color #BDD5D6 on white background.



Black color preview on #BDD5D6 background

This text has black color on #BDD5D6 background.


White color preview on #BDD5D6 background

This text has white color on #BDD5D6 background.