COLOR #B9D8E5

HEX: #B9D8E5
RGB: (185,216,229)

Renk bilgisi

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

RGB renk modeli

#B9D8E5 color RGB value is (185,216,229).

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

RGB bağlantıları ve doygunluk

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

185
216
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 216 + 229 = 630 (100%)
R 185 of 630 ~ 29.37%
G 216 of 630 ~ 34.29%
B 229 of 630 ~ 36.35%

%29.37
%34.29
%36.35

CMYK RENK MODELİ

#B9D8E5 rengi CMYK tonu (19,6,0,10).

  • camgöbeği tonu 19.21%
  • eflatun tonu 5.68%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(19,6,0,10)
C19M6Y0K10 
(19%,6%,0%,10%)
(0.19/0.06/0.00/0.10)	

CMYK yüzdeleri

%19.21
%5.68
%0
%10.2

Codes

Color #B9D8E5 in popluar color models

B9D8E5
RGB185216229
HSL198°45.83%81.18%
HSB/HSV198°19.21%89.80%
CMYK19.21%5.68%0.00%
10.20%

Color #B9D8E5 in popluar number systems.

HEXB9D8E5
Decimal185216229
Binary101110011101100011100101
Octal271330345

Shades and tints

Shades of #B9D8E5

#B9D8E5
(185,216,229)
#A9C5D1
(169,197,209)
#99B2BD
(153,178,189)
#899FA9
(137,159,169)
#798C95
(121,140,149)
#697981
(105,121,129)
#59666D
(89,102,109)
#495359
(73,83,89)
#394045
(57,64,69)
#292D31
(41,45,49)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #B9D8E5

#B9D8E5
(185,216,229)
#BFDBE7
(191,219,231)
#C5DEE9
(197,222,233)
#CBE1EB
(203,225,235)
#D1E4ED
(209,228,237)
#D7E7EF
(215,231,239)
#DDEAF1
(221,234,241)
#E3EDF3
(227,237,243)
#E9F0F5
(233,240,245)
#EFF3F7
(239,243,247)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D8E5; }

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

This text font color is #B9D8E5.


Background Color

.myBgColor { background-color: #B9D8E5; }

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

This div background color is #B9D8E5.


Border color

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

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

This div border color is #B9D8E5.


Opacity

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

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

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

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

This text has shadow with #B9D8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D8E5 on black background.


Color preview on white background

This text has color #B9D8E5 on white background.



Black color preview on #B9D8E5 background

This text has black color on #B9D8E5 background.


White color preview on #B9D8E5 background

This text has white color on #B9D8E5 background.