COLOR #B9CDED

HEX: #B9CDED
RGB: (185,205,237)

Color info

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

RGB color model

#B9CDED color RGB value is (185,205,237).

  • red value is 185;
  • green value is 205;
  • blue value is 237.
RGB:
(185,205,237)
(73%,80%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 237 of 255 = 93%

185
205
237

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

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 237 = 627 (100%)
R 185 of 627 ~ 29.51%
G 205 of 627 ~ 32.7%
B 237 of 627 ~ 37.8%

%29.51
%32.7
%37.8

CMYK color model

#B9CDED color CMYK value is (22,14,0,7).

  • cyan value is 21.94%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,14,0,7)
C22M14Y0K7 
(22%,14%,0%,7%)
(0.22/0.14/0.00/0.07)	

CMYK percentages

%21.94
%13.5
%0
%7.06

Codes

Color #B9CDED in popluar color models

B9CDED
RGB185205237
HSL217°59.09%82.75%
HSB/HSV217°21.94%92.94%
CMYK21.94%13.50%0.00%
7.06%

Color #B9CDED in popluar number systems.

HEXB9CDED
Decimal185205237
Binary101110011100110111101101
Octal271315355

Shades and tints

Shades of #B9CDED

#B9CDED
(185,205,237)
#A9BBD8
(169,187,216)
#99A9C3
(153,169,195)
#8997AE
(137,151,174)
#798599
(121,133,153)
#697384
(105,115,132)
#59616F
(89,97,111)
#494F5A
(73,79,90)
#393D45
(57,61,69)
#292B30
(41,43,48)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #B9CDED

#B9CDED
(185,205,237)
#BFD1EE
(191,209,238)
#C5D5EF
(197,213,239)
#CBD9F0
(203,217,240)
#D1DDF1
(209,221,241)
#D7E1F2
(215,225,242)
#DDE5F3
(221,229,243)
#E3E9F4
(227,233,244)
#E9EDF5
(233,237,245)
#EFF1F6
(239,241,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CDED color. Also use rgb(185,205,237) instead hex code.

Text Font Color

.myTextColor { color: #B9CDED; }

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

This text font color is #B9CDED.


Background Color

.myBgColor { background-color: #B9CDED; }

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

This div background color is #B9CDED.


Border color

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

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

This div border color is #B9CDED.


Opacity

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

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

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

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

This text has shadow with #B9CDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDED on black background.


Color preview on white background

This text has color #B9CDED on white background.



Black color preview on #B9CDED background

This text has black color on #B9CDED background.


White color preview on #B9CDED background

This text has white color on #B9CDED background.