COLOR #B4DCE4

HEX: #B4DCE4
RGB: (180,220,228)

Renk bilgisi

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

RGB renk modeli

#B4DCE4 color RGB value is (180,220,228).

  • kırmız ton 180;
  • yeşil ton 220;
  • mavi ton 228.
RGB:
(180,220,228)
(71%,86%,89%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 220 of 255 = 86%
B 228 of 255 = 89%

180
220
228

R + G + B ~ 82%. #B4DCE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 220 + 228 = 628 (100%)
R 180 of 628 ~ 28.66%
G 220 of 628 ~ 35.03%
B 228 of 628 ~ 36.31%

%28.66
%35.03
%36.31

CMYK RENK MODELİ

#B4DCE4 rengi CMYK tonu (21,4,0,11).

  • camgöbeği tonu 21.05%
  • eflatun tonu 3.51%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(21,4,0,11)
C21M4Y0K11 
(21%,4%,0%,11%)
(0.21/0.04/0.00/0.11)	

CMYK yüzdeleri

%21.05
%3.51
%0
%10.59

Codes

Color #B4DCE4 in popluar color models

B4DCE4
RGB180220228
HSL190°47.06%80.00%
HSB/HSV190°21.05%89.41%
CMYK21.05%3.51%0.00%
10.59%

Color #B4DCE4 in popluar number systems.

HEXB4DCE4
Decimal180220228
Binary101101001101110011100100
Octal264334344

Shades and tints

Shades of #B4DCE4

#B4DCE4
(180,220,228)
#A4C8D0
(164,200,208)
#94B4BC
(148,180,188)
#84A0A8
(132,160,168)
#748C94
(116,140,148)
#647880
(100,120,128)
#54646C
(84,100,108)
#445058
(68,80,88)
#343C44
(52,60,68)
#242830
(36,40,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #B4DCE4

#B4DCE4
(180,220,228)
#BADFE6
(186,223,230)
#C0E2E8
(192,226,232)
#C6E5EA
(198,229,234)
#CCE8EC
(204,232,236)
#D2EBEE
(210,235,238)
#D8EEF0
(216,238,240)
#DEF1F2
(222,241,242)
#E4F4F4
(228,244,244)
#EAF7F6
(234,247,246)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DCE4 color. Also use rgb(180,220,228) instead hex code.

Text Font Color

.myTextColor { color: #B4DCE4; }

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

This text font color is #B4DCE4.


Background Color

.myBgColor { background-color: #B4DCE4; }

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

This div background color is #B4DCE4.


Border color

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

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

This div border color is #B4DCE4.


Opacity

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

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

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

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

This text has shadow with #B4DCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCE4 on black background.


Color preview on white background

This text has color #B4DCE4 on white background.



Black color preview on #B4DCE4 background

This text has black color on #B4DCE4 background.


White color preview on #B4DCE4 background

This text has white color on #B4DCE4 background.