COLOR #BDD2E9

HEX: #BDD2E9
RGB: (189,210,233)

Color info

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

RGB color model

#BDD2E9 color RGB value is (189,210,233).

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

RGB channels and saturation

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

189
210
233

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

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 233 = 632 (100%)
R 189 of 632 ~ 29.91%
G 210 of 632 ~ 33.23%
B 233 of 632 ~ 36.87%

%29.91
%33.23
%36.87

CMYK color model

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

  • cyan value is 18.88%
  • magenta value is 9.87%
  • 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
%9.87
%0
%8.63

Codes

Color #BDD2E9 in popluar color models

BDD2E9
RGB189210233
HSL211°50.00%82.75%
HSB/HSV211°18.88%91.37%
CMYK18.88%9.87%0.00%
8.63%

Color #BDD2E9 in popluar number systems.

HEXBDD2E9
Decimal189210233
Binary101111011101001011101001
Octal275322351

Shades and tints

Shades of #BDD2E9

#BDD2E9
(189,210,233)
#ACBFD4
(172,191,212)
#9BACBF
(155,172,191)
#8A99AA
(138,153,170)
#798695
(121,134,149)
#687380
(104,115,128)
#57606B
(87,96,107)
#464D56
(70,77,86)
#353A41
(53,58,65)
#24272C
(36,39,44)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDD2E9

#BDD2E9
(189,210,233)
#C3D6EB
(195,214,235)
#C9DAED
(201,218,237)
#CFDEEF
(207,222,239)
#D5E2F1
(213,226,241)
#DBE6F3
(219,230,243)
#E1EAF5
(225,234,245)
#E7EEF7
(231,238,247)
#EDF2F9
(237,242,249)
#F3F6FB
(243,246,251)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2E9; }

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

This text font color is #BDD2E9.


Background Color

.myBgColor { background-color: #BDD2E9; }

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

This div background color is #BDD2E9.


Border color

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

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

This div border color is #BDD2E9.


Opacity

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

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

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

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

This text has shadow with #BDD2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2E9 on black background.


Color preview on white background

This text has color #BDD2E9 on white background.



Black color preview on #BDD2E9 background

This text has black color on #BDD2E9 background.


White color preview on #BDD2E9 background

This text has white color on #BDD2E9 background.