COLOR #B4C4E0

HEX: #B4C4E0
RGB: (180,196,224)

Renk bilgisi

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

RGB renk modeli

#B4C4E0 color RGB value is (180,196,224).

  • kırmız ton 180;
  • yeşil ton 196;
  • mavi ton 224.
RGB:
(180,196,224)
(71%,77%,88%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 196 of 255 = 77%
B 224 of 255 = 88%

180
196
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 196 + 224 = 600 (100%)
R 180 of 600 ~ 30%
G 196 of 600 ~ 32.67%
B 224 of 600 ~ 37.33%

%30
%32.67
%37.33

CMYK RENK MODELİ

#B4C4E0 rengi CMYK tonu (20,13,0,12).

  • camgöbeği tonu 19.64%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(20,13,0,12)
C20M13Y0K12 
(20%,13%,0%,12%)
(0.20/0.13/0.00/0.12)	

CMYK yüzdeleri

%19.64
%12.5
%0
%12.16

Codes

Color #B4C4E0 in popluar color models

B4C4E0
RGB180196224
HSL218°41.51%79.22%
HSB/HSV218°19.64%87.84%
CMYK19.64%12.50%0.00%
12.16%

Color #B4C4E0 in popluar number systems.

HEXB4C4E0
Decimal180196224
Binary101101001100010011100000
Octal264304340

Shades and tints

Shades of #B4C4E0

#B4C4E0
(180,196,224)
#A4B3CC
(164,179,204)
#94A2B8
(148,162,184)
#8491A4
(132,145,164)
#748090
(116,128,144)
#646F7C
(100,111,124)
#545E68
(84,94,104)
#444D54
(68,77,84)
#343C40
(52,60,64)
#242B2C
(36,43,44)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4C4E0

#B4C4E0
(180,196,224)
#BAC9E2
(186,201,226)
#C0CEE4
(192,206,228)
#C6D3E6
(198,211,230)
#CCD8E8
(204,216,232)
#D2DDEA
(210,221,234)
#D8E2EC
(216,226,236)
#DEE7EE
(222,231,238)
#E4ECF0
(228,236,240)
#EAF1F2
(234,241,242)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C4E0 color. Also use rgb(180,196,224) instead hex code.

Text Font Color

.myTextColor { color: #B4C4E0; }

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

This text font color is #B4C4E0.


Background Color

.myBgColor { background-color: #B4C4E0; }

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

This div background color is #B4C4E0.


Border color

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

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

This div border color is #B4C4E0.


Opacity

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

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

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

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

This text has shadow with #B4C4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C4E0 on black background.


Color preview on white background

This text has color #B4C4E0 on white background.



Black color preview on #B4C4E0 background

This text has black color on #B4C4E0 background.


White color preview on #B4C4E0 background

This text has white color on #B4C4E0 background.