COLOR #BDD7DA

HEX: #BDD7DA
RGB: (189,215,218)

Color info

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

RGB color model

#BDD7DA color RGB value is (189,215,218).

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

RGB channels and saturation

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

189
215
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 218 = 622 (100%)
R 189 of 622 ~ 30.39%
G 215 of 622 ~ 34.57%
B 218 of 622 ~ 35.05%

%30.39
%34.57
%35.05

CMYK color model

#BDD7DA color CMYK value is (13,1,0,15).

  • cyan value is 13.30%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,1,0,15)
C13M1Y0K15 
(13%,1%,0%,15%)
(0.13/0.01/0.00/0.15)	

CMYK percentages

%13.3
%1.38
%0
%14.51

Codes

Color #BDD7DA in popluar color models

BDD7DA
RGB189215218
HSL186°28.16%79.80%
HSB/HSV186°13.30%85.49%
CMYK13.30%1.38%0.00%
14.51%

Color #BDD7DA in popluar number systems.

HEXBDD7DA
Decimal189215218
Binary101111011101011111011010
Octal275327332

Shades and tints

Shades of #BDD7DA

#BDD7DA
(189,215,218)
#ACC4C7
(172,196,199)
#9BB1B4
(155,177,180)
#8A9EA1
(138,158,161)
#798B8E
(121,139,142)
#68787B
(104,120,123)
#576568
(87,101,104)
#465255
(70,82,85)
#353F42
(53,63,66)
#242C2F
(36,44,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #BDD7DA

#BDD7DA
(189,215,218)
#C3DADD
(195,218,221)
#C9DDE0
(201,221,224)
#CFE0E3
(207,224,227)
#D5E3E6
(213,227,230)
#DBE6E9
(219,230,233)
#E1E9EC
(225,233,236)
#E7ECEF
(231,236,239)
#EDEFF2
(237,239,242)
#F3F2F5
(243,242,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7DA; }

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

This text font color is #BDD7DA.


Background Color

.myBgColor { background-color: #BDD7DA; }

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

This div background color is #BDD7DA.


Border color

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

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

This div border color is #BDD7DA.


Opacity

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

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

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

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

This text has shadow with #BDD7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7DA on black background.


Color preview on white background

This text has color #BDD7DA on white background.



Black color preview on #BDD7DA background

This text has black color on #BDD7DA background.


White color preview on #BDD7DA background

This text has white color on #BDD7DA background.