COLOR #B4E6C3

HEX: #B4E6C3
RGB: (180,230,195)

Renk bilgisi

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

RGB renk modeli

#B4E6C3 color RGB value is (180,230,195).

  • kırmız ton 180;
  • yeşil ton 230;
  • mavi ton 195.
RGB:
(180,230,195)
(71%,90%,76%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 230 of 255 = 90%
B 195 of 255 = 76%

180
230
195

R + G + B ~ 79%. #B4E6C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 230 + 195 = 605 (100%)
R 180 of 605 ~ 29.75%
G 230 of 605 ~ 38.02%
B 195 of 605 ~ 32.23%

%29.75
%38.02
%32.23

CMYK RENK MODELİ

#B4E6C3 rengi CMYK tonu (22,0,15,10).

  • camgöbeği tonu 21.74%
  • eflatun tonu 0.00%
  • sarı tonu 15.22%
  • ana renk tonu 9.80%
CMYK:
(22,0,15,10)
C22M0Y15K10 
(22%,0%,15%,10%)
(0.22/0.00/0.15/0.10)	

CMYK yüzdeleri

%21.74
%0
%15.22
%9.8

Codes

Color #B4E6C3 in popluar color models

B4E6C3
RGB180230195
HSL138°50.00%80.39%
HSB/HSV138°21.74%90.20%
CMYK21.74%0.00%15.22%
9.80%

Color #B4E6C3 in popluar number systems.

HEXB4E6C3
Decimal180230195
Binary101101001110011011000011
Octal264346303

Shades and tints

Shades of #B4E6C3

#B4E6C3
(180,230,195)
#A4D2B2
(164,210,178)
#94BEA1
(148,190,161)
#84AA90
(132,170,144)
#74967F
(116,150,127)
#64826E
(100,130,110)
#546E5D
(84,110,93)
#445A4C
(68,90,76)
#34463B
(52,70,59)
#24322A
(36,50,42)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #B4E6C3

#B4E6C3
(180,230,195)
#BAE8C8
(186,232,200)
#C0EACD
(192,234,205)
#C6ECD2
(198,236,210)
#CCEED7
(204,238,215)
#D2F0DC
(210,240,220)
#D8F2E1
(216,242,225)
#DEF4E6
(222,244,230)
#E4F6EB
(228,246,235)
#EAF8F0
(234,248,240)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E6C3 color. Also use rgb(180,230,195) instead hex code.

Text Font Color

.myTextColor { color: #B4E6C3; }

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

This text font color is #B4E6C3.


Background Color

.myBgColor { background-color: #B4E6C3; }

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

This div background color is #B4E6C3.


Border color

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

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

This div border color is #B4E6C3.


Opacity

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

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

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

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

This text has shadow with #B4E6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E6C3 on black background.


Color preview on white background

This text has color #B4E6C3 on white background.



Black color preview on #B4E6C3 background

This text has black color on #B4E6C3 background.


White color preview on #B4E6C3 background

This text has white color on #B4E6C3 background.