COLOR #BDD5DA

HEX: #BDD5DA
RGB: (189,213,218)

Color info

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

RGB color model

#BDD5DA color RGB value is (189,213,218).

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

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 218 of 255 = 85%

189
213
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 218 = 620 (100%)
R 189 of 620 ~ 30.48%
G 213 of 620 ~ 34.35%
B 218 of 620 ~ 35.16%

%30.48
%34.35
%35.16

CMYK color model

#BDD5DA color CMYK value is (13,2,0,15).

  • cyan value is 13.30%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,2,0,15)
C13M2Y0K15 
(13%,2%,0%,15%)
(0.13/0.02/0.00/0.15)	

CMYK percentages

%13.3
%2.29
%0
%14.51

Codes

Color #BDD5DA in popluar color models

BDD5DA
RGB189213218
HSL190°28.16%79.80%
HSB/HSV190°13.30%85.49%
CMYK13.30%2.29%0.00%
14.51%

Color #BDD5DA in popluar number systems.

HEXBDD5DA
Decimal189213218
Binary101111011101010111011010
Octal275325332

Shades and tints

Shades of #BDD5DA

#BDD5DA
(189,213,218)
#ACC2C7
(172,194,199)
#9BAFB4
(155,175,180)
#8A9CA1
(138,156,161)
#79898E
(121,137,142)
#68767B
(104,118,123)
#576368
(87,99,104)
#465055
(70,80,85)
#353D42
(53,61,66)
#242A2F
(36,42,47)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #BDD5DA

#BDD5DA
(189,213,218)
#C3D8DD
(195,216,221)
#C9DBE0
(201,219,224)
#CFDEE3
(207,222,227)
#D5E1E6
(213,225,230)
#DBE4E9
(219,228,233)
#E1E7EC
(225,231,236)
#E7EAEF
(231,234,239)
#EDEDF2
(237,237,242)
#F3F0F5
(243,240,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5DA; }

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

This text font color is #BDD5DA.


Background Color

.myBgColor { background-color: #BDD5DA; }

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

This div background color is #BDD5DA.


Border color

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

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

This div border color is #BDD5DA.


Opacity

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

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

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

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

This text has shadow with #BDD5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5DA on black background.


Color preview on white background

This text has color #BDD5DA on white background.



Black color preview on #BDD5DA background

This text has black color on #BDD5DA background.


White color preview on #BDD5DA background

This text has white color on #BDD5DA background.