COLOR #B9E4F9

HEX: #B9E4F9
RGB: (185,228,249)

Renk bilgisi

#B9E4F9 contains mainly green and blue colors. #B9E4F9 ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#B9E4F9 color RGB value is (185,228,249).

  • kırmız ton 185;
  • yeşil ton 228;
  • mavi ton 249.
RGB:
(185,228,249)
(73%,89%,98%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 228 of 255 = 89%
B 249 of 255 = 98%

185
228
249

R + G + B ~ 87%. #B9E4F9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 228 + 249 = 662 (100%)
R 185 of 662 ~ 27.95%
G 228 of 662 ~ 34.44%
B 249 of 662 ~ 37.61%

%27.95
%34.44
%37.61

CMYK RENK MODELİ

#B9E4F9 rengi CMYK tonu (26,8,0,2).

  • camgöbeği tonu 25.70%
  • eflatun tonu 8.43%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(26,8,0,2)
C26M8Y0K2 
(26%,8%,0%,2%)
(0.26/0.08/0.00/0.02)	

CMYK yüzdeleri

%25.7
%8.43
%0
%2.35

Codes

Color #B9E4F9 in popluar color models

B9E4F9
RGB185228249
HSL200°84.21%85.10%
HSB/HSV200°25.70%97.65%
CMYK25.70%8.43%0.00%
2.35%

Color #B9E4F9 in popluar number systems.

HEXB9E4F9
Decimal185228249
Binary101110011110010011111001
Octal271344371

Shades and tints

Shades of #B9E4F9

#B9E4F9
(185,228,249)
#A9D0E3
(169,208,227)
#99BCCD
(153,188,205)
#89A8B7
(137,168,183)
#7994A1
(121,148,161)
#69808B
(105,128,139)
#596C75
(89,108,117)
#49585F
(73,88,95)
#394449
(57,68,73)
#293033
(41,48,51)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #B9E4F9

#B9E4F9
(185,228,249)
#BFE6F9
(191,230,249)
#C5E8F9
(197,232,249)
#CBEAF9
(203,234,249)
#D1ECF9
(209,236,249)
#D7EEF9
(215,238,249)
#DDF0F9
(221,240,249)
#E3F2F9
(227,242,249)
#E9F4F9
(233,244,249)
#EFF6F9
(239,246,249)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E4F9 color. Also use rgb(185,228,249) instead hex code.

Text Font Color

.myTextColor { color: #B9E4F9; }

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

This text font color is #B9E4F9.


Background Color

.myBgColor { background-color: #B9E4F9; }

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

This div background color is #B9E4F9.


Border color

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

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

This div border color is #B9E4F9.


Opacity

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

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

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

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

This text has shadow with #B9E4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E4F9 on black background.


Color preview on white background

This text has color #B9E4F9 on white background.



Black color preview on #B9E4F9 background

This text has black color on #B9E4F9 background.


White color preview on #B9E4F9 background

This text has white color on #B9E4F9 background.