COLOR #B9DDE7

HEX: #B9DDE7
RGB: (185,221,231)

Renk bilgisi

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

RGB renk modeli

#B9DDE7 color RGB value is (185,221,231).

  • kırmız ton 185;
  • yeşil ton 221;
  • mavi ton 231.
RGB:
(185,221,231)
(73%,87%,91%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 221 of 255 = 87%
B 231 of 255 = 91%

185
221
231

R + G + B ~ 84%. #B9DDE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 221 + 231 = 637 (100%)
R 185 of 637 ~ 29.04%
G 221 of 637 ~ 34.69%
B 231 of 637 ~ 36.26%

%29.04
%34.69
%36.26

CMYK RENK MODELİ

#B9DDE7 rengi CMYK tonu (20,4,0,9).

  • camgöbeği tonu 19.91%
  • eflatun tonu 4.33%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(20,4,0,9)
C20M4Y0K9 
(20%,4%,0%,9%)
(0.20/0.04/0.00/0.09)	

CMYK yüzdeleri

%19.91
%4.33
%0
%9.41

Codes

Color #B9DDE7 in popluar color models

B9DDE7
RGB185221231
HSL193°48.94%81.57%
HSB/HSV193°19.91%90.59%
CMYK19.91%4.33%0.00%
9.41%

Color #B9DDE7 in popluar number systems.

HEXB9DDE7
Decimal185221231
Binary101110011101110111100111
Octal271335347

Shades and tints

Shades of #B9DDE7

#B9DDE7
(185,221,231)
#A9C9D2
(169,201,210)
#99B5BD
(153,181,189)
#89A1A8
(137,161,168)
#798D93
(121,141,147)
#69797E
(105,121,126)
#596569
(89,101,105)
#495154
(73,81,84)
#393D3F
(57,61,63)
#29292A
(41,41,42)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9DDE7

#B9DDE7
(185,221,231)
#BFE0E9
(191,224,233)
#C5E3EB
(197,227,235)
#CBE6ED
(203,230,237)
#D1E9EF
(209,233,239)
#D7ECF1
(215,236,241)
#DDEFF3
(221,239,243)
#E3F2F5
(227,242,245)
#E9F5F7
(233,245,247)
#EFF8F9
(239,248,249)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DDE7 color. Also use rgb(185,221,231) instead hex code.

Text Font Color

.myTextColor { color: #B9DDE7; }

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

This text font color is #B9DDE7.


Background Color

.myBgColor { background-color: #B9DDE7; }

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

This div background color is #B9DDE7.


Border color

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

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

This div border color is #B9DDE7.


Opacity

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

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

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

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

This text has shadow with #B9DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDE7 on black background.


Color preview on white background

This text has color #B9DDE7 on white background.



Black color preview on #B9DDE7 background

This text has black color on #B9DDE7 background.


White color preview on #B9DDE7 background

This text has white color on #B9DDE7 background.