COLOR #B9E1EF

HEX: #B9E1EF
RGB: (185,225,239)

Renk bilgisi

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

RGB renk modeli

#B9E1EF color RGB value is (185,225,239).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 225 of 255 = 88%
B 239 of 255 = 94%

185
225
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 225 + 239 = 649 (100%)
R 185 of 649 ~ 28.51%
G 225 of 649 ~ 34.67%
B 239 of 649 ~ 36.83%

%28.51
%34.67
%36.83

CMYK RENK MODELİ

#B9E1EF rengi CMYK tonu (23,6,0,6).

  • camgöbeği tonu 22.59%
  • eflatun tonu 5.86%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(23,6,0,6)
C23M6Y0K6 
(23%,6%,0%,6%)
(0.23/0.06/0.00/0.06)	

CMYK yüzdeleri

%22.59
%5.86
%0
%6.27

Codes

Color #B9E1EF in popluar color models

B9E1EF
RGB185225239
HSL196°62.79%83.14%
HSB/HSV196°22.59%93.73%
CMYK22.59%5.86%0.00%
6.27%

Color #B9E1EF in popluar number systems.

HEXB9E1EF
Decimal185225239
Binary101110011110000111101111
Octal271341357

Shades and tints

Shades of #B9E1EF

#B9E1EF
(185,225,239)
#A9CDDA
(169,205,218)
#99B9C5
(153,185,197)
#89A5B0
(137,165,176)
#79919B
(121,145,155)
#697D86
(105,125,134)
#596971
(89,105,113)
#49555C
(73,85,92)
#394147
(57,65,71)
#292D32
(41,45,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #B9E1EF

#B9E1EF
(185,225,239)
#BFE3F0
(191,227,240)
#C5E5F1
(197,229,241)
#CBE7F2
(203,231,242)
#D1E9F3
(209,233,243)
#D7EBF4
(215,235,244)
#DDEDF5
(221,237,245)
#E3EFF6
(227,239,246)
#E9F1F7
(233,241,247)
#EFF3F8
(239,243,248)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E1EF; }

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

This text font color is #B9E1EF.


Background Color

.myBgColor { background-color: #B9E1EF; }

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

This div background color is #B9E1EF.


Border color

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

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

This div border color is #B9E1EF.


Opacity

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

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

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

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

This text has shadow with #B9E1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E1EF on black background.


Color preview on white background

This text has color #B9E1EF on white background.



Black color preview on #B9E1EF background

This text has black color on #B9E1EF background.


White color preview on #B9E1EF background

This text has white color on #B9E1EF background.