COLOR #BDD0E9

HEX: #BDD0E9
RGB: (189,208,233)

Color info

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

RGB color model

#BDD0E9 color RGB value is (189,208,233).

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

RGB channels and saturation

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

189
208
233

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

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 233 = 630 (100%)
R 189 of 630 ~ 30%
G 208 of 630 ~ 33.02%
B 233 of 630 ~ 36.98%

%30
%33.02
%36.98

CMYK color model

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

  • cyan value is 18.88%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,11,0,9)
C19M11Y0K9 
(19%,11%,0%,9%)
(0.19/0.11/0.00/0.09)	

CMYK percentages

%18.88
%10.73
%0
%8.63

Codes

Color #BDD0E9 in popluar color models

BDD0E9
RGB189208233
HSL214°50.00%82.75%
HSB/HSV214°18.88%91.37%
CMYK18.88%10.73%0.00%
8.63%

Color #BDD0E9 in popluar number systems.

HEXBDD0E9
Decimal189208233
Binary101111011101000011101001
Octal275320351

Shades and tints

Shades of #BDD0E9

#BDD0E9
(189,208,233)
#ACBED4
(172,190,212)
#9BACBF
(155,172,191)
#8A9AAA
(138,154,170)
#798895
(121,136,149)
#687680
(104,118,128)
#57646B
(87,100,107)
#465256
(70,82,86)
#354041
(53,64,65)
#242E2C
(36,46,44)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #BDD0E9

#BDD0E9
(189,208,233)
#C3D4EB
(195,212,235)
#C9D8ED
(201,216,237)
#CFDCEF
(207,220,239)
#D5E0F1
(213,224,241)
#DBE4F3
(219,228,243)
#E1E8F5
(225,232,245)
#E7ECF7
(231,236,247)
#EDF0F9
(237,240,249)
#F3F4FB
(243,244,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0E9; }

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

This text font color is #BDD0E9.


Background Color

.myBgColor { background-color: #BDD0E9; }

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

This div background color is #BDD0E9.


Border color

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

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

This div border color is #BDD0E9.


Opacity

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

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

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

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

This text has shadow with #BDD0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0E9 on black background.


Color preview on white background

This text has color #BDD0E9 on white background.



Black color preview on #BDD0E9 background

This text has black color on #BDD0E9 background.


White color preview on #BDD0E9 background

This text has white color on #BDD0E9 background.