COLOR #BDD1E9

HEX: #BDD1E9
RGB: (189,209,233)

Color info

#BDD1E9 contains red, green and blue colors in about the same proportion. Web safe color of #BDD1E9 is #CCCCFF (or #CCF).

RGB color model

#BDD1E9 color RGB value is (189,209,233).

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

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 233 of 255 = 91%

189
209
233

R + G + B ~ 82%. #BDD1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 233 = 631 (100%)
R 189 of 631 ~ 29.95%
G 209 of 631 ~ 33.12%
B 233 of 631 ~ 36.93%

%29.95
%33.12
%36.93

CMYK color model

#BDD1E9 color CMYK value is (19,10,0,9).

  • cyan value is 18.88%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,10,0,9)
C19M10Y0K9 
(19%,10%,0%,9%)
(0.19/0.10/0.00/0.09)	

CMYK percentages

%18.88
%10.3
%0
%8.63

Codes

Color #BDD1E9 in popluar color models

BDD1E9
RGB189209233
HSL213°50.00%82.75%
HSB/HSV213°18.88%91.37%
CMYK18.88%10.30%0.00%
8.63%

Color #BDD1E9 in popluar number systems.

HEXBDD1E9
Decimal189209233
Binary101111011101000111101001
Octal275321351

Shades and tints

Shades of #BDD1E9

#BDD1E9
(189,209,233)
#ACBED4
(172,190,212)
#9BABBF
(155,171,191)
#8A98AA
(138,152,170)
#798595
(121,133,149)
#687280
(104,114,128)
#575F6B
(87,95,107)
#464C56
(70,76,86)
#353941
(53,57,65)
#24262C
(36,38,44)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDD1E9

#BDD1E9
(189,209,233)
#C3D5EB
(195,213,235)
#C9D9ED
(201,217,237)
#CFDDEF
(207,221,239)
#D5E1F1
(213,225,241)
#DBE5F3
(219,229,243)
#E1E9F5
(225,233,245)
#E7EDF7
(231,237,247)
#EDF1F9
(237,241,249)
#F3F5FB
(243,245,251)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1E9; }

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

This text font color is #BDD1E9.


Background Color

.myBgColor { background-color: #BDD1E9; }

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

This div background color is #BDD1E9.


Border color

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

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

This div border color is #BDD1E9.


Opacity

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

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

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

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

This text has shadow with #BDD1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD1E9 on black background.


Color preview on white background

This text has color #BDD1E9 on white background.



Black color preview on #BDD1E9 background

This text has black color on #BDD1E9 background.


White color preview on #BDD1E9 background

This text has white color on #BDD1E9 background.