COLOR #B5E1EF

HEX: #B5E1EF
RGB: (181,225,239)

Renk bilgisi

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

RGB renk modeli

#B5E1EF color RGB value is (181,225,239).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 225 of 255 = 88%
B 239 of 255 = 94%

181
225
239

R + G + B ~ 84%. #B5E1EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 225 + 239 = 645 (100%)
R 181 of 645 ~ 28.06%
G 225 of 645 ~ 34.88%
B 239 of 645 ~ 37.05%

%28.06
%34.88
%37.05

CMYK RENK MODELİ

#B5E1EF rengi CMYK tonu (24,6,0,6).

  • camgöbeği tonu 24.27%
  • eflatun tonu 5.86%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(24,6,0,6)
C24M6Y0K6 
(24%,6%,0%,6%)
(0.24/0.06/0.00/0.06)	

CMYK yüzdeleri

%24.27
%5.86
%0
%6.27

Codes

Color #B5E1EF in popluar color models

B5E1EF
RGB181225239
HSL194°64.44%82.35%
HSB/HSV194°24.27%93.73%
CMYK24.27%5.86%0.00%
6.27%

Color #B5E1EF in popluar number systems.

HEXB5E1EF
Decimal181225239
Binary101101011110000111101111
Octal265341357

Shades and tints

Shades of #B5E1EF

#B5E1EF
(181,225,239)
#A5CDDA
(165,205,218)
#95B9C5
(149,185,197)
#85A5B0
(133,165,176)
#75919B
(117,145,155)
#657D86
(101,125,134)
#556971
(85,105,113)
#45555C
(69,85,92)
#354147
(53,65,71)
#252D32
(37,45,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5E1EF

#B5E1EF
(181,225,239)
#BBE3F0
(187,227,240)
#C1E5F1
(193,229,241)
#C7E7F2
(199,231,242)
#CDE9F3
(205,233,243)
#D3EBF4
(211,235,244)
#D9EDF5
(217,237,245)
#DFEFF6
(223,239,246)
#E5F1F7
(229,241,247)
#EBF3F8
(235,243,248)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E1EF; }

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

This text font color is #B5E1EF.


Background Color

.myBgColor { background-color: #B5E1EF; }

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

This div background color is #B5E1EF.


Border color

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

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

This div border color is #B5E1EF.


Opacity

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

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

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

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

This text has shadow with #B5E1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E1EF on black background.


Color preview on white background

This text has color #B5E1EF on white background.



Black color preview on #B5E1EF background

This text has black color on #B5E1EF background.


White color preview on #B5E1EF background

This text has white color on #B5E1EF background.