COLOR #B5C6EF

HEX: #B5C6EF
RGB: (181,198,239)

Renk bilgisi

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

RGB renk modeli

#B5C6EF color RGB value is (181,198,239).

  • kırmız ton 181;
  • yeşil ton 198;
  • mavi ton 239.
RGB:
(181,198,239)
(71%,78%,94%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 198 of 255 = 78%
B 239 of 255 = 94%

181
198
239

R + G + B ~ 81%. #B5C6EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 198 + 239 = 618 (100%)
R 181 of 618 ~ 29.29%
G 198 of 618 ~ 32.04%
B 239 of 618 ~ 38.67%

%29.29
%32.04
%38.67

CMYK RENK MODELİ

#B5C6EF rengi CMYK tonu (24,17,0,6).

  • camgöbeği tonu 24.27%
  • eflatun tonu 17.15%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(24,17,0,6)
C24M17Y0K6 
(24%,17%,0%,6%)
(0.24/0.17/0.00/0.06)	

CMYK yüzdeleri

%24.27
%17.15
%0
%6.27

Codes

Color #B5C6EF in popluar color models

B5C6EF
RGB181198239
HSL222°64.44%82.35%
HSB/HSV222°24.27%93.73%
CMYK24.27%17.15%0.00%
6.27%

Color #B5C6EF in popluar number systems.

HEXB5C6EF
Decimal181198239
Binary101101011100011011101111
Octal265306357

Shades and tints

Shades of #B5C6EF

#B5C6EF
(181,198,239)
#A5B4DA
(165,180,218)
#95A2C5
(149,162,197)
#8590B0
(133,144,176)
#757E9B
(117,126,155)
#656C86
(101,108,134)
#555A71
(85,90,113)
#45485C
(69,72,92)
#353647
(53,54,71)
#252432
(37,36,50)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #B5C6EF

#B5C6EF
(181,198,239)
#BBCBF0
(187,203,240)
#C1D0F1
(193,208,241)
#C7D5F2
(199,213,242)
#CDDAF3
(205,218,243)
#D3DFF4
(211,223,244)
#D9E4F5
(217,228,245)
#DFE9F6
(223,233,246)
#E5EEF7
(229,238,247)
#EBF3F8
(235,243,248)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C6EF color. Also use rgb(181,198,239) instead hex code.

Text Font Color

.myTextColor { color: #B5C6EF; }

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

This text font color is #B5C6EF.


Background Color

.myBgColor { background-color: #B5C6EF; }

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

This div background color is #B5C6EF.


Border color

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

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

This div border color is #B5C6EF.


Opacity

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

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

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

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

This text has shadow with #B5C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6EF on black background.


Color preview on white background

This text has color #B5C6EF on white background.



Black color preview on #B5C6EF background

This text has black color on #B5C6EF background.


White color preview on #B5C6EF background

This text has white color on #B5C6EF background.