COLOR #B9DAEA

HEX: #B9DAEA
RGB: (185,218,234)

Renk bilgisi

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

RGB renk modeli

#B9DAEA color RGB value is (185,218,234).

  • kırmız ton 185;
  • yeşil ton 218;
  • mavi ton 234.
RGB:
(185,218,234)
(73%,85%,92%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 218 of 255 = 85%
B 234 of 255 = 92%

185
218
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 218 + 234 = 637 (100%)
R 185 of 637 ~ 29.04%
G 218 of 637 ~ 34.22%
B 234 of 637 ~ 36.73%

%29.04
%34.22
%36.73

CMYK RENK MODELİ

#B9DAEA rengi CMYK tonu (21,7,0,8).

  • camgöbeği tonu 20.94%
  • eflatun tonu 6.84%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(21,7,0,8)
C21M7Y0K8 
(21%,7%,0%,8%)
(0.21/0.07/0.00/0.08)	

CMYK yüzdeleri

%20.94
%6.84
%0
%8.24

Codes

Color #B9DAEA in popluar color models

B9DAEA
RGB185218234
HSL200°53.85%82.16%
HSB/HSV200°20.94%91.76%
CMYK20.94%6.84%0.00%
8.24%

Color #B9DAEA in popluar number systems.

HEXB9DAEA
Decimal185218234
Binary101110011101101011101010
Octal271332352

Shades and tints

Shades of #B9DAEA

#B9DAEA
(185,218,234)
#A9C7D5
(169,199,213)
#99B4C0
(153,180,192)
#89A1AB
(137,161,171)
#798E96
(121,142,150)
#697B81
(105,123,129)
#59686C
(89,104,108)
#495557
(73,85,87)
#394242
(57,66,66)
#292F2D
(41,47,45)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #B9DAEA

#B9DAEA
(185,218,234)
#BFDDEB
(191,221,235)
#C5E0EC
(197,224,236)
#CBE3ED
(203,227,237)
#D1E6EE
(209,230,238)
#D7E9EF
(215,233,239)
#DDECF0
(221,236,240)
#E3EFF1
(227,239,241)
#E9F2F2
(233,242,242)
#EFF5F3
(239,245,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DAEA color. Also use rgb(185,218,234) instead hex code.

Text Font Color

.myTextColor { color: #B9DAEA; }

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

This text font color is #B9DAEA.


Background Color

.myBgColor { background-color: #B9DAEA; }

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

This div background color is #B9DAEA.


Border color

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

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

This div border color is #B9DAEA.


Opacity

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

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

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

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

This text has shadow with #B9DAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DAEA on black background.


Color preview on white background

This text has color #B9DAEA on white background.



Black color preview on #B9DAEA background

This text has black color on #B9DAEA background.


White color preview on #B9DAEA background

This text has white color on #B9DAEA background.