COLOR #B9E5C6

HEX: #B9E5C6
RGB: (185,229,198)

Renk bilgisi

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

RGB renk modeli

#B9E5C6 color RGB value is (185,229,198).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 229 of 255 = 90%
B 198 of 255 = 78%

185
229
198

R + G + B ~ 80%. #B9E5C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 229 + 198 = 612 (100%)
R 185 of 612 ~ 30.23%
G 229 of 612 ~ 37.42%
B 198 of 612 ~ 32.35%

%30.23
%37.42
%32.35

CMYK RENK MODELİ

#B9E5C6 rengi CMYK tonu (19,0,14,10).

  • camgöbeği tonu 19.21%
  • eflatun tonu 0.00%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(19,0,14,10)
C19M0Y14K10 
(19%,0%,14%,10%)
(0.19/0.00/0.14/0.10)	

CMYK yüzdeleri

%19.21
%0
%13.54
%10.2

Codes

Color #B9E5C6 in popluar color models

B9E5C6
RGB185229198
HSL138°45.83%81.18%
HSB/HSV138°19.21%89.80%
CMYK19.21%0.00%13.54%
10.20%

Color #B9E5C6 in popluar number systems.

HEXB9E5C6
Decimal185229198
Binary101110011110010111000110
Octal271345306

Shades and tints

Shades of #B9E5C6

#B9E5C6
(185,229,198)
#A9D1B4
(169,209,180)
#99BDA2
(153,189,162)
#89A990
(137,169,144)
#79957E
(121,149,126)
#69816C
(105,129,108)
#596D5A
(89,109,90)
#495948
(73,89,72)
#394536
(57,69,54)
#293124
(41,49,36)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #B9E5C6

#B9E5C6
(185,229,198)
#BFE7CB
(191,231,203)
#C5E9D0
(197,233,208)
#CBEBD5
(203,235,213)
#D1EDDA
(209,237,218)
#D7EFDF
(215,239,223)
#DDF1E4
(221,241,228)
#E3F3E9
(227,243,233)
#E9F5EE
(233,245,238)
#EFF7F3
(239,247,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E5C6; }

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

This text font color is #B9E5C6.


Background Color

.myBgColor { background-color: #B9E5C6; }

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

This div background color is #B9E5C6.


Border color

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

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

This div border color is #B9E5C6.


Opacity

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

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

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

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

This text has shadow with #B9E5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E5C6 on black background.


Color preview on white background

This text has color #B9E5C6 on white background.



Black color preview on #B9E5C6 background

This text has black color on #B9E5C6 background.


White color preview on #B9E5C6 background

This text has white color on #B9E5C6 background.