COLOR #B4E1D6

HEX: #B4E1D6
RGB: (180,225,214)

Renk bilgisi

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

RGB renk modeli

#B4E1D6 color RGB value is (180,225,214).

  • kırmız ton 180;
  • yeşil ton 225;
  • mavi ton 214.
RGB:
(180,225,214)
(71%,88%,84%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 225 of 255 = 88%
B 214 of 255 = 84%

180
225
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 225 + 214 = 619 (100%)
R 180 of 619 ~ 29.08%
G 225 of 619 ~ 36.35%
B 214 of 619 ~ 34.57%

%29.08
%36.35
%34.57

CMYK RENK MODELİ

#B4E1D6 rengi CMYK tonu (20,0,5,12).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 4.89%
  • ana renk tonu 11.76%
CMYK:
(20,0,5,12)
C20M0Y5K12 
(20%,0%,5%,12%)
(0.20/0.00/0.05/0.12)	

CMYK yüzdeleri

%20
%0
%4.89
%11.76

Codes

Color #B4E1D6 in popluar color models

B4E1D6
RGB180225214
HSL165°42.86%79.41%
HSB/HSV165°20.00%88.24%
CMYK20.00%0.00%4.89%
11.76%

Color #B4E1D6 in popluar number systems.

HEXB4E1D6
Decimal180225214
Binary101101001110000111010110
Octal264341326

Shades and tints

Shades of #B4E1D6

#B4E1D6
(180,225,214)
#A4CDC3
(164,205,195)
#94B9B0
(148,185,176)
#84A59D
(132,165,157)
#74918A
(116,145,138)
#647D77
(100,125,119)
#546964
(84,105,100)
#445551
(68,85,81)
#34413E
(52,65,62)
#242D2B
(36,45,43)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #B4E1D6

#B4E1D6
(180,225,214)
#BAE3D9
(186,227,217)
#C0E5DC
(192,229,220)
#C6E7DF
(198,231,223)
#CCE9E2
(204,233,226)
#D2EBE5
(210,235,229)
#D8EDE8
(216,237,232)
#DEEFEB
(222,239,235)
#E4F1EE
(228,241,238)
#EAF3F1
(234,243,241)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E1D6 color. Also use rgb(180,225,214) instead hex code.

Text Font Color

.myTextColor { color: #B4E1D6; }

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

This text font color is #B4E1D6.


Background Color

.myBgColor { background-color: #B4E1D6; }

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

This div background color is #B4E1D6.


Border color

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

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

This div border color is #B4E1D6.


Opacity

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

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

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

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

This text has shadow with #B4E1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E1D6 on black background.


Color preview on white background

This text has color #B4E1D6 on white background.



Black color preview on #B4E1D6 background

This text has black color on #B4E1D6 background.


White color preview on #B4E1D6 background

This text has white color on #B4E1D6 background.