COLOR #B4C9EB

HEX: #B4C9EB
RGB: (180,201,235)

Renk bilgisi

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

RGB renk modeli

#B4C9EB color RGB value is (180,201,235).

  • kırmız ton 180;
  • yeşil ton 201;
  • mavi ton 235.
RGB:
(180,201,235)
(71%,79%,92%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 201 of 255 = 79%
B 235 of 255 = 92%

180
201
235

R + G + B ~ 81%. #B4C9EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 201 + 235 = 616 (100%)
R 180 of 616 ~ 29.22%
G 201 of 616 ~ 32.63%
B 235 of 616 ~ 38.15%

%29.22
%32.63
%38.15

CMYK RENK MODELİ

#B4C9EB rengi CMYK tonu (23,14,0,8).

  • camgöbeği tonu 23.40%
  • eflatun tonu 14.47%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(23,14,0,8)
C23M14Y0K8 
(23%,14%,0%,8%)
(0.23/0.14/0.00/0.08)	

CMYK yüzdeleri

%23.4
%14.47
%0
%7.84

Codes

Color #B4C9EB in popluar color models

B4C9EB
RGB180201235
HSL217°57.89%81.37%
HSB/HSV217°23.40%92.16%
CMYK23.40%14.47%0.00%
7.84%

Color #B4C9EB in popluar number systems.

HEXB4C9EB
Decimal180201235
Binary101101001100100111101011
Octal264311353

Shades and tints

Shades of #B4C9EB

#B4C9EB
(180,201,235)
#A4B7D6
(164,183,214)
#94A5C1
(148,165,193)
#8493AC
(132,147,172)
#748197
(116,129,151)
#646F82
(100,111,130)
#545D6D
(84,93,109)
#444B58
(68,75,88)
#343943
(52,57,67)
#24272E
(36,39,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B4C9EB

#B4C9EB
(180,201,235)
#BACDEC
(186,205,236)
#C0D1ED
(192,209,237)
#C6D5EE
(198,213,238)
#CCD9EF
(204,217,239)
#D2DDF0
(210,221,240)
#D8E1F1
(216,225,241)
#DEE5F2
(222,229,242)
#E4E9F3
(228,233,243)
#EAEDF4
(234,237,244)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C9EB color. Also use rgb(180,201,235) instead hex code.

Text Font Color

.myTextColor { color: #B4C9EB; }

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

This text font color is #B4C9EB.


Background Color

.myBgColor { background-color: #B4C9EB; }

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

This div background color is #B4C9EB.


Border color

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

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

This div border color is #B4C9EB.


Opacity

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

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

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

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

This text has shadow with #B4C9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9EB on black background.


Color preview on white background

This text has color #B4C9EB on white background.



Black color preview on #B4C9EB background

This text has black color on #B4C9EB background.


White color preview on #B4C9EB background

This text has white color on #B4C9EB background.