COLOR #BDDDE7

HEX: #BDDDE7
RGB: (189,221,231)

Color info

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

RGB color model

#BDDDE7 color RGB value is (189,221,231).

  • red value is 189;
  • green value is 221;
  • blue value is 231.
RGB:
(189,221,231)
(74%,87%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 231 of 255 = 91%

189
221
231

R + G + B ~ 84%. #BDDDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 231 = 641 (100%)
R 189 of 641 ~ 29.49%
G 221 of 641 ~ 34.48%
B 231 of 641 ~ 36.04%

%29.49
%34.48
%36.04

CMYK color model

#BDDDE7 color CMYK value is (18,4,0,9).

  • cyan value is 18.18%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,4,0,9)
C18M4Y0K9 
(18%,4%,0%,9%)
(0.18/0.04/0.00/0.09)	

CMYK percentages

%18.18
%4.33
%0
%9.41

Codes

Color #BDDDE7 in popluar color models

BDDDE7
RGB189221231
HSL194°46.67%82.35%
HSB/HSV194°18.18%90.59%
CMYK18.18%4.33%0.00%
9.41%

Color #BDDDE7 in popluar number systems.

HEXBDDDE7
Decimal189221231
Binary101111011101110111100111
Octal275335347

Shades and tints

Shades of #BDDDE7

#BDDDE7
(189,221,231)
#ACC9D2
(172,201,210)
#9BB5BD
(155,181,189)
#8AA1A8
(138,161,168)
#798D93
(121,141,147)
#68797E
(104,121,126)
#576569
(87,101,105)
#465154
(70,81,84)
#353D3F
(53,61,63)
#24292A
(36,41,42)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDDDE7

#BDDDE7
(189,221,231)
#C3E0E9
(195,224,233)
#C9E3EB
(201,227,235)
#CFE6ED
(207,230,237)
#D5E9EF
(213,233,239)
#DBECF1
(219,236,241)
#E1EFF3
(225,239,243)
#E7F2F5
(231,242,245)
#EDF5F7
(237,245,247)
#F3F8F9
(243,248,249)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDDE7 color. Also use rgb(189,221,231) instead hex code.

Text Font Color

.myTextColor { color: #BDDDE7; }

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

This text font color is #BDDDE7.


Background Color

.myBgColor { background-color: #BDDDE7; }

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

This div background color is #BDDDE7.


Border color

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

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

This div border color is #BDDDE7.


Opacity

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

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

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

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

This text has shadow with #BDDDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDE7 on black background.


Color preview on white background

This text has color #BDDDE7 on white background.



Black color preview on #BDDDE7 background

This text has black color on #BDDDE7 background.


White color preview on #BDDDE7 background

This text has white color on #BDDDE7 background.