COLOR #B4C5E1

HEX: #B4C5E1
RGB: (180,197,225)

Renk bilgisi

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

RGB renk modeli

#B4C5E1 color RGB value is (180,197,225).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 197 of 255 = 77%
B 225 of 255 = 88%

180
197
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 197 + 225 = 602 (100%)
R 180 of 602 ~ 29.9%
G 197 of 602 ~ 32.72%
B 225 of 602 ~ 37.38%

%29.9
%32.72
%37.38

CMYK RENK MODELİ

#B4C5E1 rengi CMYK tonu (20,12,0,12).

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

CMYK yüzdeleri

%20
%12.44
%0
%11.76

Codes

Color #B4C5E1 in popluar color models

B4C5E1
RGB180197225
HSL217°42.86%79.41%
HSB/HSV217°20.00%88.24%
CMYK20.00%12.44%0.00%
11.76%

Color #B4C5E1 in popluar number systems.

HEXB4C5E1
Decimal180197225
Binary101101001100010111100001
Octal264305341

Shades and tints

Shades of #B4C5E1

#B4C5E1
(180,197,225)
#A4B4CD
(164,180,205)
#94A3B9
(148,163,185)
#8492A5
(132,146,165)
#748191
(116,129,145)
#64707D
(100,112,125)
#545F69
(84,95,105)
#444E55
(68,78,85)
#343D41
(52,61,65)
#242C2D
(36,44,45)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4C5E1

#B4C5E1
(180,197,225)
#BACAE3
(186,202,227)
#C0CFE5
(192,207,229)
#C6D4E7
(198,212,231)
#CCD9E9
(204,217,233)
#D2DEEB
(210,222,235)
#D8E3ED
(216,227,237)
#DEE8EF
(222,232,239)
#E4EDF1
(228,237,241)
#EAF2F3
(234,242,243)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C5E1; }

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

This text font color is #B4C5E1.


Background Color

.myBgColor { background-color: #B4C5E1; }

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

This div background color is #B4C5E1.


Border color

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

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

This div border color is #B4C5E1.


Opacity

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

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

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

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

This text has shadow with #B4C5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C5E1 on black background.


Color preview on white background

This text has color #B4C5E1 on white background.



Black color preview on #B4C5E1 background

This text has black color on #B4C5E1 background.


White color preview on #B4C5E1 background

This text has white color on #B4C5E1 background.