COLOR #B6D5EE

HEX: #B6D5EE
RGB: (182,213,238)

Renk bilgisi

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

RGB renk modeli

#B6D5EE color RGB value is (182,213,238).

  • kırmız ton 182;
  • yeşil ton 213;
  • mavi ton 238.
RGB:
(182,213,238)
(71%,84%,93%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 238 of 255 = 93%

182
213
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 238 = 633 (100%)
R 182 of 633 ~ 28.75%
G 213 of 633 ~ 33.65%
B 238 of 633 ~ 37.6%

%28.75
%33.65
%37.6

CMYK RENK MODELİ

#B6D5EE rengi CMYK tonu (24,11,0,7).

  • camgöbeği tonu 23.53%
  • eflatun tonu 10.50%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(24,11,0,7)
C24M11Y0K7 
(24%,11%,0%,7%)
(0.24/0.11/0.00/0.07)	

CMYK yüzdeleri

%23.53
%10.5
%0
%6.67

Codes

Color #B6D5EE in popluar color models

B6D5EE
RGB182213238
HSL207°62.22%82.35%
HSB/HSV207°23.53%93.33%
CMYK23.53%10.50%0.00%
6.67%

Color #B6D5EE in popluar number systems.

HEXB6D5EE
Decimal182213238
Binary101101101101010111101110
Octal266325356

Shades and tints

Shades of #B6D5EE

#B6D5EE
(182,213,238)
#A6C2D9
(166,194,217)
#96AFC4
(150,175,196)
#869CAF
(134,156,175)
#76899A
(118,137,154)
#667685
(102,118,133)
#566370
(86,99,112)
#46505B
(70,80,91)
#363D46
(54,61,70)
#262A31
(38,42,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #B6D5EE

#B6D5EE
(182,213,238)
#BCD8EF
(188,216,239)
#C2DBF0
(194,219,240)
#C8DEF1
(200,222,241)
#CEE1F2
(206,225,242)
#D4E4F3
(212,228,243)
#DAE7F4
(218,231,244)
#E0EAF5
(224,234,245)
#E6EDF6
(230,237,246)
#ECF0F7
(236,240,247)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D5EE color. Also use rgb(182,213,238) instead hex code.

Text Font Color

.myTextColor { color: #B6D5EE; }

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

This text font color is #B6D5EE.


Background Color

.myBgColor { background-color: #B6D5EE; }

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

This div background color is #B6D5EE.


Border color

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

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

This div border color is #B6D5EE.


Opacity

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

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

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

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

This text has shadow with #B6D5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5EE on black background.


Color preview on white background

This text has color #B6D5EE on white background.



Black color preview on #B6D5EE background

This text has black color on #B6D5EE background.


White color preview on #B6D5EE background

This text has white color on #B6D5EE background.