COLOR #BDD5D7

HEX: #BDD5D7
RGB: (189,213,215)

Color info

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

RGB color model

#BDD5D7 color RGB value is (189,213,215).

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

RGB channels and saturation

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

189
213
215

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 215 = 617 (100%)
R 189 of 617 ~ 30.63%
G 213 of 617 ~ 34.52%
B 215 of 617 ~ 34.85%

%30.63
%34.52
%34.85

CMYK color model

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

  • cyan value is 12.09%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,1,0,16)
C12M1Y0K16 
(12%,1%,0%,16%)
(0.12/0.01/0.00/0.16)	

CMYK percentages

%12.09
%0.93
%0
%15.69

Codes

Color #BDD5D7 in popluar color models

BDD5D7
RGB189213215
HSL185°24.53%79.22%
HSB/HSV185°12.09%84.31%
CMYK12.09%0.93%0.00%
15.69%

Color #BDD5D7 in popluar number systems.

HEXBDD5D7
Decimal189213215
Binary101111011101010111010111
Octal275325327

Shades and tints

Shades of #BDD5D7

#BDD5D7
(189,213,215)
#ACC2C4
(172,194,196)
#9BAFB1
(155,175,177)
#8A9C9E
(138,156,158)
#79898B
(121,137,139)
#687678
(104,118,120)
#576365
(87,99,101)
#465052
(70,80,82)
#353D3F
(53,61,63)
#242A2C
(36,42,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDD5D7

#BDD5D7
(189,213,215)
#C3D8DA
(195,216,218)
#C9DBDD
(201,219,221)
#CFDEE0
(207,222,224)
#D5E1E3
(213,225,227)
#DBE4E6
(219,228,230)
#E1E7E9
(225,231,233)
#E7EAEC
(231,234,236)
#EDEDEF
(237,237,239)
#F3F0F2
(243,240,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5D7; }

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

This text font color is #BDD5D7.


Background Color

.myBgColor { background-color: #BDD5D7; }

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

This div background color is #BDD5D7.


Border color

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

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

This div border color is #BDD5D7.


Opacity

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

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

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

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

This text has shadow with #BDD5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5D7 on black background.


Color preview on white background

This text has color #BDD5D7 on white background.



Black color preview on #BDD5D7 background

This text has black color on #BDD5D7 background.


White color preview on #BDD5D7 background

This text has white color on #BDD5D7 background.