COLOR #B9E9EC

HEX: #B9E9EC
RGB: (185,233,236)

Renk bilgisi

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

RGB renk modeli

#B9E9EC color RGB value is (185,233,236).

  • kırmız ton 185;
  • yeşil ton 233;
  • mavi ton 236.
RGB:
(185,233,236)
(73%,91%,93%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 233 of 255 = 91%
B 236 of 255 = 93%

185
233
236

R + G + B ~ 86%. #B9E9EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 233 + 236 = 654 (100%)
R 185 of 654 ~ 28.29%
G 233 of 654 ~ 35.63%
B 236 of 654 ~ 36.09%

%28.29
%35.63
%36.09

CMYK RENK MODELİ

#B9E9EC rengi CMYK tonu (22,1,0,7).

  • camgöbeği tonu 21.61%
  • eflatun tonu 1.27%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(22,1,0,7)
C22M1Y0K7 
(22%,1%,0%,7%)
(0.22/0.01/0.00/0.07)	

CMYK yüzdeleri

%21.61
%1.27
%0
%7.45

Codes

Color #B9E9EC in popluar color models

B9E9EC
RGB185233236
HSL184°57.30%82.55%
HSB/HSV184°21.61%92.55%
CMYK21.61%1.27%0.00%
7.45%

Color #B9E9EC in popluar number systems.

HEXB9E9EC
Decimal185233236
Binary101110011110100111101100
Octal271351354

Shades and tints

Shades of #B9E9EC

#B9E9EC
(185,233,236)
#A9D4D7
(169,212,215)
#99BFC2
(153,191,194)
#89AAAD
(137,170,173)
#799598
(121,149,152)
#698083
(105,128,131)
#596B6E
(89,107,110)
#495659
(73,86,89)
#394144
(57,65,68)
#292C2F
(41,44,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #B9E9EC

#B9E9EC
(185,233,236)
#BFEBED
(191,235,237)
#C5EDEE
(197,237,238)
#CBEFEF
(203,239,239)
#D1F1F0
(209,241,240)
#D7F3F1
(215,243,241)
#DDF5F2
(221,245,242)
#E3F7F3
(227,247,243)
#E9F9F4
(233,249,244)
#EFFBF5
(239,251,245)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E9EC color. Also use rgb(185,233,236) instead hex code.

Text Font Color

.myTextColor { color: #B9E9EC; }

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

This text font color is #B9E9EC.


Background Color

.myBgColor { background-color: #B9E9EC; }

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

This div background color is #B9E9EC.


Border color

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

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

This div border color is #B9E9EC.


Opacity

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

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

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

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

This text has shadow with #B9E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E9EC on black background.


Color preview on white background

This text has color #B9E9EC on white background.



Black color preview on #B9E9EC background

This text has black color on #B9E9EC background.


White color preview on #B9E9EC background

This text has white color on #B9E9EC background.