COLOR #B9EDEE

HEX: #B9EDEE
RGB: (185,237,238)

Renk bilgisi

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

RGB renk modeli

#B9EDEE color RGB value is (185,237,238).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 237 of 255 = 93%
B 238 of 255 = 93%

185
237
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 237 + 238 = 660 (100%)
R 185 of 660 ~ 28.03%
G 237 of 660 ~ 35.91%
B 238 of 660 ~ 36.06%

%28.03
%35.91
%36.06

CMYK RENK MODELİ

#B9EDEE rengi CMYK tonu (22,0,0,7).

  • camgöbeği tonu 22.27%
  • eflatun tonu 0.42%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(22,0,0,7)
C22M0Y0K7 
(22%,0%,0%,7%)
(0.22/0.00/0.00/0.07)	

CMYK yüzdeleri

%22.27
%0.42
%0
%6.67

Codes

Color #B9EDEE in popluar color models

B9EDEE
RGB185237238
HSL181°60.92%82.94%
HSB/HSV181°22.27%93.33%
CMYK22.27%0.42%0.00%
6.67%

Color #B9EDEE in popluar number systems.

HEXB9EDEE
Decimal185237238
Binary101110011110110111101110
Octal271355356

Shades and tints

Shades of #B9EDEE

#B9EDEE
(185,237,238)
#A9D8D9
(169,216,217)
#99C3C4
(153,195,196)
#89AEAF
(137,174,175)
#79999A
(121,153,154)
#698485
(105,132,133)
#596F70
(89,111,112)
#495A5B
(73,90,91)
#394546
(57,69,70)
#293031
(41,48,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #B9EDEE

#B9EDEE
(185,237,238)
#BFEEEF
(191,238,239)
#C5EFF0
(197,239,240)
#CBF0F1
(203,240,241)
#D1F1F2
(209,241,242)
#D7F2F3
(215,242,243)
#DDF3F4
(221,243,244)
#E3F4F5
(227,244,245)
#E9F5F6
(233,245,246)
#EFF6F7
(239,246,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EDEE color. Also use rgb(185,237,238) instead hex code.

Text Font Color

.myTextColor { color: #B9EDEE; }

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

This text font color is #B9EDEE.


Background Color

.myBgColor { background-color: #B9EDEE; }

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

This div background color is #B9EDEE.


Border color

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

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

This div border color is #B9EDEE.


Opacity

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

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

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

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

This text has shadow with #B9EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDEE on black background.


Color preview on white background

This text has color #B9EDEE on white background.



Black color preview on #B9EDEE background

This text has black color on #B9EDEE background.


White color preview on #B9EDEE background

This text has white color on #B9EDEE background.