COLOR #B9C5EB

HEX: #B9C5EB
RGB: (185,197,235)

Renk bilgisi

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

RGB renk modeli

#B9C5EB color RGB value is (185,197,235).

  • kırmız ton 185;
  • yeşil ton 197;
  • mavi ton 235.
RGB:
(185,197,235)
(73%,77%,92%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 197 of 255 = 77%
B 235 of 255 = 92%

185
197
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 197 + 235 = 617 (100%)
R 185 of 617 ~ 29.98%
G 197 of 617 ~ 31.93%
B 235 of 617 ~ 38.09%

%29.98
%31.93
%38.09

CMYK RENK MODELİ

#B9C5EB rengi CMYK tonu (21,16,0,8).

  • camgöbeği tonu 21.28%
  • eflatun tonu 16.17%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(21,16,0,8)
C21M16Y0K8 
(21%,16%,0%,8%)
(0.21/0.16/0.00/0.08)	

CMYK yüzdeleri

%21.28
%16.17
%0
%7.84

Codes

Color #B9C5EB in popluar color models

B9C5EB
RGB185197235
HSL226°55.56%82.35%
HSB/HSV226°21.28%92.16%
CMYK21.28%16.17%0.00%
7.84%

Color #B9C5EB in popluar number systems.

HEXB9C5EB
Decimal185197235
Binary101110011100010111101011
Octal271305353

Shades and tints

Shades of #B9C5EB

#B9C5EB
(185,197,235)
#A9B4D6
(169,180,214)
#99A3C1
(153,163,193)
#8992AC
(137,146,172)
#798197
(121,129,151)
#697082
(105,112,130)
#595F6D
(89,95,109)
#494E58
(73,78,88)
#393D43
(57,61,67)
#292C2E
(41,44,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #B9C5EB

#B9C5EB
(185,197,235)
#BFCAEC
(191,202,236)
#C5CFED
(197,207,237)
#CBD4EE
(203,212,238)
#D1D9EF
(209,217,239)
#D7DEF0
(215,222,240)
#DDE3F1
(221,227,241)
#E3E8F2
(227,232,242)
#E9EDF3
(233,237,243)
#EFF2F4
(239,242,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C5EB color. Also use rgb(185,197,235) instead hex code.

Text Font Color

.myTextColor { color: #B9C5EB; }

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

This text font color is #B9C5EB.


Background Color

.myBgColor { background-color: #B9C5EB; }

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

This div background color is #B9C5EB.


Border color

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

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

This div border color is #B9C5EB.


Opacity

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

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

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

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

This text has shadow with #B9C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5EB on black background.


Color preview on white background

This text has color #B9C5EB on white background.



Black color preview on #B9C5EB background

This text has black color on #B9C5EB background.


White color preview on #B9C5EB background

This text has white color on #B9C5EB background.