COLOR #B9D2E1

HEX: #B9D2E1
RGB: (185,210,225)

Renk bilgisi

#B9D2E1 contains red, green and blue colors in about the same proportion. #B9D2E1 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#B9D2E1 color RGB value is (185,210,225).

  • kırmız ton 185;
  • yeşil ton 210;
  • mavi ton 225.
RGB:
(185,210,225)
(73%,82%,88%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 210 of 255 = 82%
B 225 of 255 = 88%

185
210
225

R + G + B ~ 81%. #B9D2E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 210 + 225 = 620 (100%)
R 185 of 620 ~ 29.84%
G 210 of 620 ~ 33.87%
B 225 of 620 ~ 36.29%

%29.84
%33.87
%36.29

CMYK RENK MODELİ

#B9D2E1 rengi CMYK tonu (18,7,0,12).

  • camgöbeği tonu 17.78%
  • eflatun tonu 6.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(18,7,0,12)
C18M7Y0K12 
(18%,7%,0%,12%)
(0.18/0.07/0.00/0.12)	

CMYK yüzdeleri

%17.78
%6.67
%0
%11.76

Codes

Color #B9D2E1 in popluar color models

B9D2E1
RGB185210225
HSL203°40.00%80.39%
HSB/HSV203°17.78%88.24%
CMYK17.78%6.67%0.00%
11.76%

Color #B9D2E1 in popluar number systems.

HEXB9D2E1
Decimal185210225
Binary101110011101001011100001
Octal271322341

Shades and tints

Shades of #B9D2E1

#B9D2E1
(185,210,225)
#A9BFCD
(169,191,205)
#99ACB9
(153,172,185)
#8999A5
(137,153,165)
#798691
(121,134,145)
#69737D
(105,115,125)
#596069
(89,96,105)
#494D55
(73,77,85)
#393A41
(57,58,65)
#29272D
(41,39,45)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #B9D2E1

#B9D2E1
(185,210,225)
#BFD6E3
(191,214,227)
#C5DAE5
(197,218,229)
#CBDEE7
(203,222,231)
#D1E2E9
(209,226,233)
#D7E6EB
(215,230,235)
#DDEAED
(221,234,237)
#E3EEEF
(227,238,239)
#E9F2F1
(233,242,241)
#EFF6F3
(239,246,243)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D2E1; }

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

This text font color is #B9D2E1.


Background Color

.myBgColor { background-color: #B9D2E1; }

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

This div background color is #B9D2E1.


Border color

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

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

This div border color is #B9D2E1.


Opacity

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

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

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

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

This text has shadow with #B9D2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D2E1 on black background.


Color preview on white background

This text has color #B9D2E1 on white background.



Black color preview on #B9D2E1 background

This text has black color on #B9D2E1 background.


White color preview on #B9D2E1 background

This text has white color on #B9D2E1 background.