COLOR #B9EFEE

HEX: #B9EFEE
RGB: (185,239,238)

Renk bilgisi

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

RGB renk modeli

#B9EFEE color RGB value is (185,239,238).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 239 of 255 = 94%
B 238 of 255 = 93%

185
239
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 239 + 238 = 662 (100%)
R 185 of 662 ~ 27.95%
G 239 of 662 ~ 36.1%
B 238 of 662 ~ 35.95%

%27.95
%36.1
%35.95

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%22.59
%0
%0.42
%6.27

Codes

Color #B9EFEE in popluar color models

B9EFEE
RGB185239238
HSL179°62.79%83.14%
HSB/HSV179°22.59%93.73%
CMYK22.59%0.00%0.42%
6.27%

Color #B9EFEE in popluar number systems.

HEXB9EFEE
Decimal185239238
Binary101110011110111111101110
Octal271357356

Shades and tints

Shades of #B9EFEE

#B9EFEE
(185,239,238)
#A9DAD9
(169,218,217)
#99C5C4
(153,197,196)
#89B0AF
(137,176,175)
#799B9A
(121,155,154)
#698685
(105,134,133)
#597170
(89,113,112)
#495C5B
(73,92,91)
#394746
(57,71,70)
#293231
(41,50,49)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #B9EFEE

#B9EFEE
(185,239,238)
#BFF0EF
(191,240,239)
#C5F1F0
(197,241,240)
#CBF2F1
(203,242,241)
#D1F3F2
(209,243,242)
#D7F4F3
(215,244,243)
#DDF5F4
(221,245,244)
#E3F6F5
(227,246,245)
#E9F7F6
(233,247,246)
#EFF8F7
(239,248,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EFEE; }

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

This text font color is #B9EFEE.


Background Color

.myBgColor { background-color: #B9EFEE; }

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

This div background color is #B9EFEE.


Border color

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

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

This div border color is #B9EFEE.


Opacity

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

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

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

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

This text has shadow with #B9EFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EFEE on black background.


Color preview on white background

This text has color #B9EFEE on white background.



Black color preview on #B9EFEE background

This text has black color on #B9EFEE background.


White color preview on #B9EFEE background

This text has white color on #B9EFEE background.