COLOR #B4E9DF

HEX: #B4E9DF
RGB: (180,233,223)

Renk bilgisi

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

RGB renk modeli

#B4E9DF color RGB value is (180,233,223).

  • kırmız ton 180;
  • yeşil ton 233;
  • mavi ton 223.
RGB:
(180,233,223)
(71%,91%,87%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 233 of 255 = 91%
B 223 of 255 = 87%

180
233
223

R + G + B ~ 83%. #B4E9DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 233 + 223 = 636 (100%)
R 180 of 636 ~ 28.3%
G 233 of 636 ~ 36.64%
B 223 of 636 ~ 35.06%

%28.3
%36.64
%35.06

CMYK RENK MODELİ

#B4E9DF rengi CMYK tonu (23,0,4,9).

  • camgöbeği tonu 22.75%
  • eflatun tonu 0.00%
  • sarı tonu 4.29%
  • ana renk tonu 8.63%
CMYK:
(23,0,4,9)
C23M0Y4K9 
(23%,0%,4%,9%)
(0.23/0.00/0.04/0.09)	

CMYK yüzdeleri

%22.75
%0
%4.29
%8.63

Codes

Color #B4E9DF in popluar color models

B4E9DF
RGB180233223
HSL169°54.64%80.98%
HSB/HSV169°22.75%91.37%
CMYK22.75%0.00%4.29%
8.63%

Color #B4E9DF in popluar number systems.

HEXB4E9DF
Decimal180233223
Binary101101001110100111011111
Octal264351337

Shades and tints

Shades of #B4E9DF

#B4E9DF
(180,233,223)
#A4D4CB
(164,212,203)
#94BFB7
(148,191,183)
#84AAA3
(132,170,163)
#74958F
(116,149,143)
#64807B
(100,128,123)
#546B67
(84,107,103)
#445653
(68,86,83)
#34413F
(52,65,63)
#242C2B
(36,44,43)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4E9DF

#B4E9DF
(180,233,223)
#BAEBE1
(186,235,225)
#C0EDE3
(192,237,227)
#C6EFE5
(198,239,229)
#CCF1E7
(204,241,231)
#D2F3E9
(210,243,233)
#D8F5EB
(216,245,235)
#DEF7ED
(222,247,237)
#E4F9EF
(228,249,239)
#EAFBF1
(234,251,241)
#F0FDF3
(240,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E9DF color. Also use rgb(180,233,223) instead hex code.

Text Font Color

.myTextColor { color: #B4E9DF; }

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

This text font color is #B4E9DF.


Background Color

.myBgColor { background-color: #B4E9DF; }

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

This div background color is #B4E9DF.


Border color

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

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

This div border color is #B4E9DF.


Opacity

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

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

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

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

This text has shadow with #B4E9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E9DF on black background.


Color preview on white background

This text has color #B4E9DF on white background.



Black color preview on #B4E9DF background

This text has black color on #B4E9DF background.


White color preview on #B4E9DF background

This text has white color on #B4E9DF background.