COLOR #B6D5EA

HEX: #B6D5EA
RGB: (182,213,234)

Renk bilgisi

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

RGB renk modeli

#B6D5EA color RGB value is (182,213,234).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 234 of 255 = 92%

182
213
234

R + G + B ~ 82%. #B6D5EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 234 = 629 (100%)
R 182 of 629 ~ 28.93%
G 213 of 629 ~ 33.86%
B 234 of 629 ~ 37.2%

%28.93
%33.86
%37.2

CMYK RENK MODELİ

#B6D5EA rengi CMYK tonu (22,9,0,8).

  • camgöbeği tonu 22.22%
  • eflatun tonu 8.97%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(22,9,0,8)
C22M9Y0K8 
(22%,9%,0%,8%)
(0.22/0.09/0.00/0.08)	

CMYK yüzdeleri

%22.22
%8.97
%0
%8.24

Codes

Color #B6D5EA in popluar color models

B6D5EA
RGB182213234
HSL204°55.32%81.57%
HSB/HSV204°22.22%91.76%
CMYK22.22%8.97%0.00%
8.24%

Color #B6D5EA in popluar number systems.

HEXB6D5EA
Decimal182213234
Binary101101101101010111101010
Octal266325352

Shades and tints

Shades of #B6D5EA

#B6D5EA
(182,213,234)
#A6C2D5
(166,194,213)
#96AFC0
(150,175,192)
#869CAB
(134,156,171)
#768996
(118,137,150)
#667681
(102,118,129)
#56636C
(86,99,108)
#465057
(70,80,87)
#363D42
(54,61,66)
#262A2D
(38,42,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #B6D5EA

#B6D5EA
(182,213,234)
#BCD8EB
(188,216,235)
#C2DBEC
(194,219,236)
#C8DEED
(200,222,237)
#CEE1EE
(206,225,238)
#D4E4EF
(212,228,239)
#DAE7F0
(218,231,240)
#E0EAF1
(224,234,241)
#E6EDF2
(230,237,242)
#ECF0F3
(236,240,243)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D5EA; }

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

This text font color is #B6D5EA.


Background Color

.myBgColor { background-color: #B6D5EA; }

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

This div background color is #B6D5EA.


Border color

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

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

This div border color is #B6D5EA.


Opacity

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

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

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

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

This text has shadow with #B6D5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5EA on black background.


Color preview on white background

This text has color #B6D5EA on white background.



Black color preview on #B6D5EA background

This text has black color on #B6D5EA background.


White color preview on #B6D5EA background

This text has white color on #B6D5EA background.