COLOR #BDDDF1

HEX: #BDDDF1
RGB: (189,221,241)

Color info

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

RGB color model

#BDDDF1 color RGB value is (189,221,241).

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

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 241 of 255 = 95%

189
221
241

R + G + B ~ 85%. #BDDDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 241 = 651 (100%)
R 189 of 651 ~ 29.03%
G 221 of 651 ~ 33.95%
B 241 of 651 ~ 37.02%

%29.03
%33.95
%37.02

CMYK color model

#BDDDF1 color CMYK value is (22,8,0,5).

  • cyan value is 21.58%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,8,0,5)
C22M8Y0K5 
(22%,8%,0%,5%)
(0.22/0.08/0.00/0.05)	

CMYK percentages

%21.58
%8.3
%0
%5.49

Codes

Color #BDDDF1 in popluar color models

BDDDF1
RGB189221241
HSL203°65.00%84.31%
HSB/HSV203°21.58%94.51%
CMYK21.58%8.30%0.00%
5.49%

Color #BDDDF1 in popluar number systems.

HEXBDDDF1
Decimal189221241
Binary101111011101110111110001
Octal275335361

Shades and tints

Shades of #BDDDF1

#BDDDF1
(189,221,241)
#ACC9DC
(172,201,220)
#9BB5C7
(155,181,199)
#8AA1B2
(138,161,178)
#798D9D
(121,141,157)
#687988
(104,121,136)
#576573
(87,101,115)
#46515E
(70,81,94)
#353D49
(53,61,73)
#242934
(36,41,52)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #BDDDF1

#BDDDF1
(189,221,241)
#C3E0F2
(195,224,242)
#C9E3F3
(201,227,243)
#CFE6F4
(207,230,244)
#D5E9F5
(213,233,245)
#DBECF6
(219,236,246)
#E1EFF7
(225,239,247)
#E7F2F8
(231,242,248)
#EDF5F9
(237,245,249)
#F3F8FA
(243,248,250)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDF1; }

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

This text font color is #BDDDF1.


Background Color

.myBgColor { background-color: #BDDDF1; }

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

This div background color is #BDDDF1.


Border color

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

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

This div border color is #BDDDF1.


Opacity

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

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

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

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

This text has shadow with #BDDDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDF1 on black background.


Color preview on white background

This text has color #BDDDF1 on white background.



Black color preview on #BDDDF1 background

This text has black color on #BDDDF1 background.


White color preview on #BDDDF1 background

This text has white color on #BDDDF1 background.