COLOR #BDD1DF

HEX: #BDD1DF
RGB: (189,209,223)

Color info

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

RGB color model

#BDD1DF color RGB value is (189,209,223).

  • red value is 189;
  • green value is 209;
  • blue value is 223.
RGB:
(189,209,223)
(74%,82%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 223 of 255 = 87%

189
209
223

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

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 223 = 621 (100%)
R 189 of 621 ~ 30.43%
G 209 of 621 ~ 33.66%
B 223 of 621 ~ 35.91%

%30.43
%33.66
%35.91

CMYK color model

#BDD1DF color CMYK value is (15,6,0,13).

  • cyan value is 15.25%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,6,0,13)
C15M6Y0K13 
(15%,6%,0%,13%)
(0.15/0.06/0.00/0.13)	

CMYK percentages

%15.25
%6.28
%0
%12.55

Codes

Color #BDD1DF in popluar color models

BDD1DF
RGB189209223
HSL205°34.69%80.78%
HSB/HSV205°15.25%87.45%
CMYK15.25%6.28%0.00%
12.55%

Color #BDD1DF in popluar number systems.

HEXBDD1DF
Decimal189209223
Binary101111011101000111011111
Octal275321337

Shades and tints

Shades of #BDD1DF

#BDD1DF
(189,209,223)
#ACBECB
(172,190,203)
#9BABB7
(155,171,183)
#8A98A3
(138,152,163)
#79858F
(121,133,143)
#68727B
(104,114,123)
#575F67
(87,95,103)
#464C53
(70,76,83)
#35393F
(53,57,63)
#24262B
(36,38,43)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDD1DF

#BDD1DF
(189,209,223)
#C3D5E1
(195,213,225)
#C9D9E3
(201,217,227)
#CFDDE5
(207,221,229)
#D5E1E7
(213,225,231)
#DBE5E9
(219,229,233)
#E1E9EB
(225,233,235)
#E7EDED
(231,237,237)
#EDF1EF
(237,241,239)
#F3F5F1
(243,245,241)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD1DF color. Also use rgb(189,209,223) instead hex code.

Text Font Color

.myTextColor { color: #BDD1DF; }

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

This text font color is #BDD1DF.


Background Color

.myBgColor { background-color: #BDD1DF; }

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

This div background color is #BDD1DF.


Border color

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

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

This div border color is #BDD1DF.


Opacity

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

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

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

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

This text has shadow with #BDD1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD1DF on black background.


Color preview on white background

This text has color #BDD1DF on white background.



Black color preview on #BDD1DF background

This text has black color on #BDD1DF background.


White color preview on #BDD1DF background

This text has white color on #BDD1DF background.