COLOR #B6CCE5

HEX: #B6CCE5
RGB: (182,204,229)

Renk bilgisi

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

RGB renk modeli

#B6CCE5 color RGB value is (182,204,229).

  • kırmız ton 182;
  • yeşil ton 204;
  • mavi ton 229.
RGB:
(182,204,229)
(71%,80%,90%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 204 of 255 = 80%
B 229 of 255 = 90%

182
204
229

R + G + B ~ 80%. #B6CCE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 204 + 229 = 615 (100%)
R 182 of 615 ~ 29.59%
G 204 of 615 ~ 33.17%
B 229 of 615 ~ 37.24%

%29.59
%33.17
%37.24

CMYK RENK MODELİ

#B6CCE5 rengi CMYK tonu (21,11,0,10).

  • camgöbeği tonu 20.52%
  • eflatun tonu 10.92%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(21,11,0,10)
C21M11Y0K10 
(21%,11%,0%,10%)
(0.21/0.11/0.00/0.10)	

CMYK yüzdeleri

%20.52
%10.92
%0
%10.2

Codes

Color #B6CCE5 in popluar color models

B6CCE5
RGB182204229
HSL212°47.47%80.59%
HSB/HSV212°20.52%89.80%
CMYK20.52%10.92%0.00%
10.20%

Color #B6CCE5 in popluar number systems.

HEXB6CCE5
Decimal182204229
Binary101101101100110011100101
Octal266314345

Shades and tints

Shades of #B6CCE5

#B6CCE5
(182,204,229)
#A6BAD1
(166,186,209)
#96A8BD
(150,168,189)
#8696A9
(134,150,169)
#768495
(118,132,149)
#667281
(102,114,129)
#56606D
(86,96,109)
#464E59
(70,78,89)
#363C45
(54,60,69)
#262A31
(38,42,49)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #B6CCE5

#B6CCE5
(182,204,229)
#BCD0E7
(188,208,231)
#C2D4E9
(194,212,233)
#C8D8EB
(200,216,235)
#CEDCED
(206,220,237)
#D4E0EF
(212,224,239)
#DAE4F1
(218,228,241)
#E0E8F3
(224,232,243)
#E6ECF5
(230,236,245)
#ECF0F7
(236,240,247)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CCE5 color. Also use rgb(182,204,229) instead hex code.

Text Font Color

.myTextColor { color: #B6CCE5; }

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

This text font color is #B6CCE5.


Background Color

.myBgColor { background-color: #B6CCE5; }

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

This div background color is #B6CCE5.


Border color

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

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

This div border color is #B6CCE5.


Opacity

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

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

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

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

This text has shadow with #B6CCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCE5 on black background.


Color preview on white background

This text has color #B6CCE5 on white background.



Black color preview on #B6CCE5 background

This text has black color on #B6CCE5 background.


White color preview on #B6CCE5 background

This text has white color on #B6CCE5 background.