COLOR #B3D5EC

HEX: #B3D5EC
RGB: (179,213,236)

Renk bilgisi

#B3D5EC contains red, green and blue colors in about the same proportion. #B3D5EC ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#B3D5EC color RGB value is (179,213,236).

  • kırmız ton 179;
  • yeşil ton 213;
  • mavi ton 236.
RGB:
(179,213,236)
(70%,84%,93%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 213 of 255 = 84%
B 236 of 255 = 93%

179
213
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 213 + 236 = 628 (100%)
R 179 of 628 ~ 28.5%
G 213 of 628 ~ 33.92%
B 236 of 628 ~ 37.58%

%28.5
%33.92
%37.58

CMYK RENK MODELİ

#B3D5EC rengi CMYK tonu (24,10,0,7).

  • camgöbeği tonu 24.15%
  • eflatun tonu 9.75%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(24,10,0,7)
C24M10Y0K7 
(24%,10%,0%,7%)
(0.24/0.10/0.00/0.07)	

CMYK yüzdeleri

%24.15
%9.75
%0
%7.45

Codes

Color #B3D5EC in popluar color models

B3D5EC
RGB179213236
HSL204°60.00%81.37%
HSB/HSV204°24.15%92.55%
CMYK24.15%9.75%0.00%
7.45%

Color #B3D5EC in popluar number systems.

HEXB3D5EC
Decimal179213236
Binary101100111101010111101100
Octal263325354

Shades and tints

Shades of #B3D5EC

#B3D5EC
(179,213,236)
#A3C2D7
(163,194,215)
#93AFC2
(147,175,194)
#839CAD
(131,156,173)
#738998
(115,137,152)
#637683
(99,118,131)
#53636E
(83,99,110)
#435059
(67,80,89)
#333D44
(51,61,68)
#232A2F
(35,42,47)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #B3D5EC

#B3D5EC
(179,213,236)
#B9D8ED
(185,216,237)
#BFDBEE
(191,219,238)
#C5DEEF
(197,222,239)
#CBE1F0
(203,225,240)
#D1E4F1
(209,228,241)
#D7E7F2
(215,231,242)
#DDEAF3
(221,234,243)
#E3EDF4
(227,237,244)
#E9F0F5
(233,240,245)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5EC color. Also use rgb(179,213,236) instead hex code.

Text Font Color

.myTextColor { color: #B3D5EC; }

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

This text font color is #B3D5EC.


Background Color

.myBgColor { background-color: #B3D5EC; }

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

This div background color is #B3D5EC.


Border color

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

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

This div border color is #B3D5EC.


Opacity

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

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

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

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

This text has shadow with #B3D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5EC on black background.


Color preview on white background

This text has color #B3D5EC on white background.



Black color preview on #B3D5EC background

This text has black color on #B3D5EC background.


White color preview on #B3D5EC background

This text has white color on #B3D5EC background.