COLOR #B4D6FF

HEX: #B4D6FF
RGB: (180,214,255)

Renk bilgisi

#B4D6FF contains mainly green and blue colors. #B4D6FF ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#B4D6FF color RGB value is (180,214,255).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 214 of 255 = 84%
B 255 of 255 = 100%

180
214
255

R + G + B ~ 85%. #B4D6FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 214 + 255 = 649 (100%)
R 180 of 649 ~ 27.73%
G 214 of 649 ~ 32.97%
B 255 of 649 ~ 39.29%

%27.73
%32.97
%39.29

CMYK RENK MODELİ

#B4D6FF rengi CMYK tonu (29,16,0,0).

  • camgöbeği tonu 29.41%
  • eflatun tonu 16.08%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(29,16,0,0)
C29M16Y0K0 
(29%,16%,0%,0%)
(0.29/0.16/0.00/0.00)	

CMYK yüzdeleri

%29.41
%16.08
%0
%0

Codes

Color #B4D6FF in popluar color models

B4D6FF
RGB180214255
HSL213°100.00%85.29%
HSB/HSV213°29.41%100.00%
CMYK29.41%16.08%0.00%
0.00%

Color #B4D6FF in popluar number systems.

HEXB4D6FF
Decimal180214255
Binary101101001101011011111111
Octal264326377

Shades and tints

Shades of #B4D6FF

#B4D6FF
(180,214,255)
#A4C3E8
(164,195,232)
#94B0D1
(148,176,209)
#849DBA
(132,157,186)
#748AA3
(116,138,163)
#64778C
(100,119,140)
#546475
(84,100,117)
#44515E
(68,81,94)
#343E47
(52,62,71)
#242B30
(36,43,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4D6FF

#B4D6FF
(180,214,255)
#BAD9FF
(186,217,255)
#C0DCFF
(192,220,255)
#C6DFFF
(198,223,255)
#CCE2FF
(204,226,255)
#D2E5FF
(210,229,255)
#D8E8FF
(216,232,255)
#DEEBFF
(222,235,255)
#E4EEFF
(228,238,255)
#EAF1FF
(234,241,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D6FF; }

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

This text font color is #B4D6FF.


Background Color

.myBgColor { background-color: #B4D6FF; }

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

This div background color is #B4D6FF.


Border color

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

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

This div border color is #B4D6FF.


Opacity

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

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

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

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

This text has shadow with #B4D6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D6FF on black background.


Color preview on white background

This text has color #B4D6FF on white background.



Black color preview on #B4D6FF background

This text has black color on #B4D6FF background.


White color preview on #B4D6FF background

This text has white color on #B4D6FF background.