COLOR #B9D9E5

HEX: #B9D9E5
RGB: (185,217,229)

Renk bilgisi

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

RGB renk modeli

#B9D9E5 color RGB value is (185,217,229).

  • kırmız ton 185;
  • yeşil ton 217;
  • mavi ton 229.
RGB:
(185,217,229)
(73%,85%,90%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 217 of 255 = 85%
B 229 of 255 = 90%

185
217
229

R + G + B ~ 83%. #B9D9E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 217 + 229 = 631 (100%)
R 185 of 631 ~ 29.32%
G 217 of 631 ~ 34.39%
B 229 of 631 ~ 36.29%

%29.32
%34.39
%36.29

CMYK RENK MODELİ

#B9D9E5 rengi CMYK tonu (19,5,0,10).

  • camgöbeği tonu 19.21%
  • eflatun tonu 5.24%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(19,5,0,10)
C19M5Y0K10 
(19%,5%,0%,10%)
(0.19/0.05/0.00/0.10)	

CMYK yüzdeleri

%19.21
%5.24
%0
%10.2

Codes

Color #B9D9E5 in popluar color models

B9D9E5
RGB185217229
HSL196°45.83%81.18%
HSB/HSV196°19.21%89.80%
CMYK19.21%5.24%0.00%
10.20%

Color #B9D9E5 in popluar number systems.

HEXB9D9E5
Decimal185217229
Binary101110011101100111100101
Octal271331345

Shades and tints

Shades of #B9D9E5

#B9D9E5
(185,217,229)
#A9C6D1
(169,198,209)
#99B3BD
(153,179,189)
#89A0A9
(137,160,169)
#798D95
(121,141,149)
#697A81
(105,122,129)
#59676D
(89,103,109)
#495459
(73,84,89)
#394145
(57,65,69)
#292E31
(41,46,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #B9D9E5

#B9D9E5
(185,217,229)
#BFDCE7
(191,220,231)
#C5DFE9
(197,223,233)
#CBE2EB
(203,226,235)
#D1E5ED
(209,229,237)
#D7E8EF
(215,232,239)
#DDEBF1
(221,235,241)
#E3EEF3
(227,238,243)
#E9F1F5
(233,241,245)
#EFF4F7
(239,244,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D9E5 color. Also use rgb(185,217,229) instead hex code.

Text Font Color

.myTextColor { color: #B9D9E5; }

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

This text font color is #B9D9E5.


Background Color

.myBgColor { background-color: #B9D9E5; }

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

This div background color is #B9D9E5.


Border color

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

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

This div border color is #B9D9E5.


Opacity

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

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

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

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

This text has shadow with #B9D9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D9E5 on black background.


Color preview on white background

This text has color #B9D9E5 on white background.



Black color preview on #B9D9E5 background

This text has black color on #B9D9E5 background.


White color preview on #B9D9E5 background

This text has white color on #B9D9E5 background.