COLOR #B9C9E6

HEX: #B9C9E6
RGB: (185,201,230)

Renk bilgisi

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

RGB renk modeli

#B9C9E6 color RGB value is (185,201,230).

  • kırmız ton 185;
  • yeşil ton 201;
  • mavi ton 230.
RGB:
(185,201,230)
(73%,79%,90%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 201 of 255 = 79%
B 230 of 255 = 90%

185
201
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 201 + 230 = 616 (100%)
R 185 of 616 ~ 30.03%
G 201 of 616 ~ 32.63%
B 230 of 616 ~ 37.34%

%30.03
%32.63
%37.34

CMYK RENK MODELİ

#B9C9E6 rengi CMYK tonu (20,13,0,10).

  • camgöbeği tonu 19.57%
  • eflatun tonu 12.61%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(20,13,0,10)
C20M13Y0K10 
(20%,13%,0%,10%)
(0.20/0.13/0.00/0.10)	

CMYK yüzdeleri

%19.57
%12.61
%0
%9.8

Codes

Color #B9C9E6 in popluar color models

B9C9E6
RGB185201230
HSL219°47.37%81.37%
HSB/HSV219°19.57%90.20%
CMYK19.57%12.61%0.00%
9.80%

Color #B9C9E6 in popluar number systems.

HEXB9C9E6
Decimal185201230
Binary101110011100100111100110
Octal271311346

Shades and tints

Shades of #B9C9E6

#B9C9E6
(185,201,230)
#A9B7D2
(169,183,210)
#99A5BE
(153,165,190)
#8993AA
(137,147,170)
#798196
(121,129,150)
#696F82
(105,111,130)
#595D6E
(89,93,110)
#494B5A
(73,75,90)
#393946
(57,57,70)
#292732
(41,39,50)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #B9C9E6

#B9C9E6
(185,201,230)
#BFCDE8
(191,205,232)
#C5D1EA
(197,209,234)
#CBD5EC
(203,213,236)
#D1D9EE
(209,217,238)
#D7DDF0
(215,221,240)
#DDE1F2
(221,225,242)
#E3E5F4
(227,229,244)
#E9E9F6
(233,233,246)
#EFEDF8
(239,237,248)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C9E6 color. Also use rgb(185,201,230) instead hex code.

Text Font Color

.myTextColor { color: #B9C9E6; }

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

This text font color is #B9C9E6.


Background Color

.myBgColor { background-color: #B9C9E6; }

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

This div background color is #B9C9E6.


Border color

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

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

This div border color is #B9C9E6.


Opacity

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

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

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

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

This text has shadow with #B9C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9E6 on black background.


Color preview on white background

This text has color #B9C9E6 on white background.



Black color preview on #B9C9E6 background

This text has black color on #B9C9E6 background.


White color preview on #B9C9E6 background

This text has white color on #B9C9E6 background.