COLOR #B5E4E1

HEX: #B5E4E1
RGB: (181,228,225)

Renk bilgisi

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

RGB renk modeli

#B5E4E1 color RGB value is (181,228,225).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 228 of 255 = 89%
B 225 of 255 = 88%

181
228
225

R + G + B ~ 83%. #B5E4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 228 + 225 = 634 (100%)
R 181 of 634 ~ 28.55%
G 228 of 634 ~ 35.96%
B 225 of 634 ~ 35.49%

%28.55
%35.96
%35.49

CMYK RENK MODELİ

#B5E4E1 rengi CMYK tonu (21,0,1,11).

  • camgöbeği tonu 20.61%
  • eflatun tonu 0.00%
  • sarı tonu 1.32%
  • ana renk tonu 10.59%
CMYK:
(21,0,1,11)
C21M0Y1K11 
(21%,0%,1%,11%)
(0.21/0.00/0.01/0.11)	

CMYK yüzdeleri

%20.61
%0
%1.32
%10.59

Codes

Color #B5E4E1 in popluar color models

B5E4E1
RGB181228225
HSL176°46.53%80.20%
HSB/HSV176°20.61%89.41%
CMYK20.61%0.00%1.32%
10.59%

Color #B5E4E1 in popluar number systems.

HEXB5E4E1
Decimal181228225
Binary101101011110010011100001
Octal265344341

Shades and tints

Shades of #B5E4E1

#B5E4E1
(181,228,225)
#A5D0CD
(165,208,205)
#95BCB9
(149,188,185)
#85A8A5
(133,168,165)
#759491
(117,148,145)
#65807D
(101,128,125)
#556C69
(85,108,105)
#455855
(69,88,85)
#354441
(53,68,65)
#25302D
(37,48,45)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #B5E4E1

#B5E4E1
(181,228,225)
#BBE6E3
(187,230,227)
#C1E8E5
(193,232,229)
#C7EAE7
(199,234,231)
#CDECE9
(205,236,233)
#D3EEEB
(211,238,235)
#D9F0ED
(217,240,237)
#DFF2EF
(223,242,239)
#E5F4F1
(229,244,241)
#EBF6F3
(235,246,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E4E1; }

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

This text font color is #B5E4E1.


Background Color

.myBgColor { background-color: #B5E4E1; }

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

This div background color is #B5E4E1.


Border color

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

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

This div border color is #B5E4E1.


Opacity

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

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

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

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

This text has shadow with #B5E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E4E1 on black background.


Color preview on white background

This text has color #B5E4E1 on white background.



Black color preview on #B5E4E1 background

This text has black color on #B5E4E1 background.


White color preview on #B5E4E1 background

This text has white color on #B5E4E1 background.