COLOR #B2E5D6

HEX: #B2E5D6
RGB: (178,229,214)

Renk bilgisi

#B2E5D6 contains red, green and blue colors in about the same proportion. #B2E5D6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B2E5D6 color RGB value is (178,229,214).

  • kırmız ton 178;
  • yeşil ton 229;
  • mavi ton 214.
RGB:
(178,229,214)
(70%,90%,84%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 229 of 255 = 90%
B 214 of 255 = 84%

178
229
214

R + G + B ~ 81%. #B2E5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 229 + 214 = 621 (100%)
R 178 of 621 ~ 28.66%
G 229 of 621 ~ 36.88%
B 214 of 621 ~ 34.46%

%28.66
%36.88
%34.46

CMYK RENK MODELİ

#B2E5D6 rengi CMYK tonu (22,0,7,10).

  • camgöbeği tonu 22.27%
  • eflatun tonu 0.00%
  • sarı tonu 6.55%
  • ana renk tonu 10.20%
CMYK:
(22,0,7,10)
C22M0Y7K10 
(22%,0%,7%,10%)
(0.22/0.00/0.07/0.10)	

CMYK yüzdeleri

%22.27
%0
%6.55
%10.2

Codes

Color #B2E5D6 in popluar color models

B2E5D6
RGB178229214
HSL162°49.51%79.80%
HSB/HSV162°22.27%89.80%
CMYK22.27%0.00%6.55%
10.20%

Color #B2E5D6 in popluar number systems.

HEXB2E5D6
Decimal178229214
Binary101100101110010111010110
Octal262345326

Shades and tints

Shades of #B2E5D6

#B2E5D6
(178,229,214)
#A2D1C3
(162,209,195)
#92BDB0
(146,189,176)
#82A99D
(130,169,157)
#72958A
(114,149,138)
#628177
(98,129,119)
#526D64
(82,109,100)
#425951
(66,89,81)
#32453E
(50,69,62)
#22312B
(34,49,43)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #B2E5D6

#B2E5D6
(178,229,214)
#B9E7D9
(185,231,217)
#C0E9DC
(192,233,220)
#C7EBDF
(199,235,223)
#CEEDE2
(206,237,226)
#D5EFE5
(213,239,229)
#DCF1E8
(220,241,232)
#E3F3EB
(227,243,235)
#EAF5EE
(234,245,238)
#F1F7F1
(241,247,241)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E5D6 color. Also use rgb(178,229,214) instead hex code.

Text Font Color

.myTextColor { color: #B2E5D6; }

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

This text font color is #B2E5D6.


Background Color

.myBgColor { background-color: #B2E5D6; }

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

This div background color is #B2E5D6.


Border color

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

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

This div border color is #B2E5D6.


Opacity

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

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

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

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

This text has shadow with #B2E5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E5D6 on black background.


Color preview on white background

This text has color #B2E5D6 on white background.



Black color preview on #B2E5D6 background

This text has black color on #B2E5D6 background.


White color preview on #B2E5D6 background

This text has white color on #B2E5D6 background.