COLOR #B9D0EE

HEX: #B9D0EE
RGB: (185,208,238)

Renk bilgisi

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

RGB renk modeli

#B9D0EE color RGB value is (185,208,238).

  • kırmız ton 185;
  • yeşil ton 208;
  • mavi ton 238.
RGB:
(185,208,238)
(73%,82%,93%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 208 of 255 = 82%
B 238 of 255 = 93%

185
208
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 208 + 238 = 631 (100%)
R 185 of 631 ~ 29.32%
G 208 of 631 ~ 32.96%
B 238 of 631 ~ 37.72%

%29.32
%32.96
%37.72

CMYK RENK MODELİ

#B9D0EE rengi CMYK tonu (22,13,0,7).

  • camgöbeği tonu 22.27%
  • eflatun tonu 12.61%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(22,13,0,7)
C22M13Y0K7 
(22%,13%,0%,7%)
(0.22/0.13/0.00/0.07)	

CMYK yüzdeleri

%22.27
%12.61
%0
%6.67

Codes

Color #B9D0EE in popluar color models

B9D0EE
RGB185208238
HSL214°60.92%82.94%
HSB/HSV214°22.27%93.33%
CMYK22.27%12.61%0.00%
6.67%

Color #B9D0EE in popluar number systems.

HEXB9D0EE
Decimal185208238
Binary101110011101000011101110
Octal271320356

Shades and tints

Shades of #B9D0EE

#B9D0EE
(185,208,238)
#A9BED9
(169,190,217)
#99ACC4
(153,172,196)
#899AAF
(137,154,175)
#79889A
(121,136,154)
#697685
(105,118,133)
#596470
(89,100,112)
#49525B
(73,82,91)
#394046
(57,64,70)
#292E31
(41,46,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #B9D0EE

#B9D0EE
(185,208,238)
#BFD4EF
(191,212,239)
#C5D8F0
(197,216,240)
#CBDCF1
(203,220,241)
#D1E0F2
(209,224,242)
#D7E4F3
(215,228,243)
#DDE8F4
(221,232,244)
#E3ECF5
(227,236,245)
#E9F0F6
(233,240,246)
#EFF4F7
(239,244,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D0EE color. Also use rgb(185,208,238) instead hex code.

Text Font Color

.myTextColor { color: #B9D0EE; }

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

This text font color is #B9D0EE.


Background Color

.myBgColor { background-color: #B9D0EE; }

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

This div background color is #B9D0EE.


Border color

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

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

This div border color is #B9D0EE.


Opacity

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

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

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

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

This text has shadow with #B9D0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D0EE on black background.


Color preview on white background

This text has color #B9D0EE on white background.



Black color preview on #B9D0EE background

This text has black color on #B9D0EE background.


White color preview on #B9D0EE background

This text has white color on #B9D0EE background.