COLOR #B9D2EB

HEX: #B9D2EB RGB: (185,210,235)

Color info

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

RGB color model

#B9D2EB color RGB value is (185,210,235).

RGB: (185,210,235) (73%, 82%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 210 of 255 = 82%
B 235 of 255 = 92%

185
210
235

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

Portions of RGB colors in percentages

R + G + B = 185 + 210 + 235 = 630 (100%)
R 185 of 630 ~ 29.37%
G 210 of 630 ~ 33.33%
B 235 of 630 ~ 37.3'%

%29.37
%33.33
%37.3

CMYK color model

#B9D2EB color CMYK value is (21,11,0,8).

  • cyan value is 21.28%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (21,11,0,8)
C21M11Y0K8 (21%, 11%, 0%, 8%)
(0.21 / 0.11 / 0.00 / 0.08)

CMYK percentages

%21.28
%10.64
%0
%7.84

Codes

Color #B9D2EB in popluar color models

B9 D2 EB
RGB 185 210 235
HSL 210° 55.56% 82.35%
HSB/HSV 210° 21.28% 92.16%
CMYK 21.28% 10.64% 0.00%
7.84%

Color #B9D2EB in popluar number systems.

HEX B9 D2 EB
Decimal 185 210 235
Binary 10111001 11010010 11101011
Octal 271 322 353

Shades and tints

Shades of #B9D2EB

#B9D2EB
(185,210,235)
#A9BFD6
(169,191,214)
#99ACC1
(153,172,193)
#8999AC
(137,153,172)
#798697
(121,134,151)
#697382
(105,115,130)
#59606D
(89,96,109)
#494D58
(73,77,88)
#393A43
(57,58,67)
#29272E
(41,39,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #B9D2EB

#B9D2EB
(185,210,235)
#BFD6EC
(191,214,236)
#C5DAED
(197,218,237)
#CBDEEE
(203,222,238)
#D1E2EF
(209,226,239)
#D7E6F0
(215,230,240)
#DDEAF1
(221,234,241)
#E3EEF2
(227,238,242)
#E9F2F3
(233,242,243)
#EFF6F4
(239,246,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D2EB color. Also use rgb(185,210,235) instead hex code.

Text Font Color

.myTextColor { color: #B9D2EB; }

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

This text font color is #B9D2EB.

Background Color

.myBgColor { background-color: #B9D2EB; }

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

This div background color is #B9D2EB.

Border color

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

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

This div border color is #B9D2EB.

Opacity

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

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

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

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

This text has shadow with #B9D2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D2EB.

Preview

Color preview on black background

This text has color #B9D2EB on black background.


Color preview on white background

This text has color #B9D2EB on white background.


Black color preview on #B9D2EB background

This text has black color on #B9D2EB background.


White color preview on #B9D2EB background

This text has white color on #B9D2EB background.


Related colors

Complementary color

Complementary color for #hex is #462D14.


I love getcolorcode.com

Triadic colors

1 #EBB9D2 and #D2EBB9 with #B9D2EB are triadic colors.

2 #EBD2B9 and #D2B9EB with #B9D2EB are triadic colors.