COLOR #BDD5DC

HEX: #BDD5DC
RGB: (189,213,220)

Color info

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

RGB color model

#BDD5DC color RGB value is (189,213,220).

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

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 220 of 255 = 86%

189
213
220

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 220 = 622 (100%)
R 189 of 622 ~ 30.39%
G 213 of 622 ~ 34.24%
B 220 of 622 ~ 35.37%

%30.39
%34.24
%35.37

CMYK color model

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

  • cyan value is 14.09%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,3,0,14)
C14M3Y0K14 
(14%,3%,0%,14%)
(0.14/0.03/0.00/0.14)	

CMYK percentages

%14.09
%3.18
%0
%13.73

Codes

Color #BDD5DC in popluar color models

BDD5DC
RGB189213220
HSL194°30.69%80.20%
HSB/HSV194°14.09%86.27%
CMYK14.09%3.18%0.00%
13.73%

Color #BDD5DC in popluar number systems.

HEXBDD5DC
Decimal189213220
Binary101111011101010111011100
Octal275325334

Shades and tints

Shades of #BDD5DC

#BDD5DC
(189,213,220)
#ACC2C8
(172,194,200)
#9BAFB4
(155,175,180)
#8A9CA0
(138,156,160)
#79898C
(121,137,140)
#687678
(104,118,120)
#576364
(87,99,100)
#465050
(70,80,80)
#353D3C
(53,61,60)
#242A28
(36,42,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDD5DC

#BDD5DC
(189,213,220)
#C3D8DF
(195,216,223)
#C9DBE2
(201,219,226)
#CFDEE5
(207,222,229)
#D5E1E8
(213,225,232)
#DBE4EB
(219,228,235)
#E1E7EE
(225,231,238)
#E7EAF1
(231,234,241)
#EDEDF4
(237,237,244)
#F3F0F7
(243,240,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5DC; }

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

This text font color is #BDD5DC.


Background Color

.myBgColor { background-color: #BDD5DC; }

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

This div background color is #BDD5DC.


Border color

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

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

This div border color is #BDD5DC.


Opacity

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

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

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

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

This text has shadow with #BDD5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5DC on black background.


Color preview on white background

This text has color #BDD5DC on white background.



Black color preview on #BDD5DC background

This text has black color on #BDD5DC background.


White color preview on #BDD5DC background

This text has white color on #BDD5DC background.