COLOR #B9E5E6

HEX: #B9E5E6
RGB: (185,229,230)

Renk bilgisi

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

RGB renk modeli

#B9E5E6 color RGB value is (185,229,230).

  • kırmız ton 185;
  • yeşil ton 229;
  • mavi ton 230.
RGB:
(185,229,230)
(73%,90%,90%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 229 of 255 = 90%
B 230 of 255 = 90%

185
229
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 229 + 230 = 644 (100%)
R 185 of 644 ~ 28.73%
G 229 of 644 ~ 35.56%
B 230 of 644 ~ 35.71%

%28.73
%35.56
%35.71

CMYK RENK MODELİ

#B9E5E6 rengi CMYK tonu (20,0,0,10).

  • camgöbeği tonu 19.57%
  • eflatun tonu 0.43%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(20,0,0,10)
C20M0Y0K10 
(20%,0%,0%,10%)
(0.20/0.00/0.00/0.10)	

CMYK yüzdeleri

%19.57
%0.43
%0
%9.8

Codes

Color #B9E5E6 in popluar color models

B9E5E6
RGB185229230
HSL181°47.37%81.37%
HSB/HSV181°19.57%90.20%
CMYK19.57%0.43%0.00%
9.80%

Color #B9E5E6 in popluar number systems.

HEXB9E5E6
Decimal185229230
Binary101110011110010111100110
Octal271345346

Shades and tints

Shades of #B9E5E6

#B9E5E6
(185,229,230)
#A9D1D2
(169,209,210)
#99BDBE
(153,189,190)
#89A9AA
(137,169,170)
#799596
(121,149,150)
#698182
(105,129,130)
#596D6E
(89,109,110)
#49595A
(73,89,90)
#394546
(57,69,70)
#293132
(41,49,50)
#191D1E
(25,29,30)
#000000
(0,0,0)

Tints of #B9E5E6

#B9E5E6
(185,229,230)
#BFE7E8
(191,231,232)
#C5E9EA
(197,233,234)
#CBEBEC
(203,235,236)
#D1EDEE
(209,237,238)
#D7EFF0
(215,239,240)
#DDF1F2
(221,241,242)
#E3F3F4
(227,243,244)
#E9F5F6
(233,245,246)
#EFF7F8
(239,247,248)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E5E6 color. Also use rgb(185,229,230) instead hex code.

Text Font Color

.myTextColor { color: #B9E5E6; }

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

This text font color is #B9E5E6.


Background Color

.myBgColor { background-color: #B9E5E6; }

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

This div background color is #B9E5E6.


Border color

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

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

This div border color is #B9E5E6.


Opacity

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

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

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

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

This text has shadow with #B9E5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5E6 on black background.


Color preview on white background

This text has color #B9E5E6 on white background.



Black color preview on #B9E5E6 background

This text has black color on #B9E5E6 background.


White color preview on #B9E5E6 background

This text has white color on #B9E5E6 background.