COLOR #BDD2E8

HEX: #BDD2E8
RGB: (189,210,232)

Color info

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

RGB color model

#BDD2E8 color RGB value is (189,210,232).

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

RGB channels and saturation

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

189
210
232

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

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 232 = 631 (100%)
R 189 of 631 ~ 29.95%
G 210 of 631 ~ 33.28%
B 232 of 631 ~ 36.77%

%29.95
%33.28
%36.77

CMYK color model

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

  • cyan value is 18.53%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,9,0,9)
C19M9Y0K9 
(19%,9%,0%,9%)
(0.19/0.09/0.00/0.09)	

CMYK percentages

%18.53
%9.48
%0
%9.02

Codes

Color #BDD2E8 in popluar color models

BDD2E8
RGB189210232
HSL211°48.31%82.55%
HSB/HSV211°18.53%90.98%
CMYK18.53%9.48%0.00%
9.02%

Color #BDD2E8 in popluar number systems.

HEXBDD2E8
Decimal189210232
Binary101111011101001011101000
Octal275322350

Shades and tints

Shades of #BDD2E8

#BDD2E8
(189,210,232)
#ACBFD3
(172,191,211)
#9BACBE
(155,172,190)
#8A99A9
(138,153,169)
#798694
(121,134,148)
#68737F
(104,115,127)
#57606A
(87,96,106)
#464D55
(70,77,85)
#353A40
(53,58,64)
#24272B
(36,39,43)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BDD2E8

#BDD2E8
(189,210,232)
#C3D6EA
(195,214,234)
#C9DAEC
(201,218,236)
#CFDEEE
(207,222,238)
#D5E2F0
(213,226,240)
#DBE6F2
(219,230,242)
#E1EAF4
(225,234,244)
#E7EEF6
(231,238,246)
#EDF2F8
(237,242,248)
#F3F6FA
(243,246,250)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2E8; }

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

This text font color is #BDD2E8.


Background Color

.myBgColor { background-color: #BDD2E8; }

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

This div background color is #BDD2E8.


Border color

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

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

This div border color is #BDD2E8.


Opacity

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

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

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

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

This text has shadow with #BDD2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2E8 on black background.


Color preview on white background

This text has color #BDD2E8 on white background.



Black color preview on #BDD2E8 background

This text has black color on #BDD2E8 background.


White color preview on #BDD2E8 background

This text has white color on #BDD2E8 background.