COLOR #B3D5DC

HEX: #B3D5DC
RGB: (179,213,220)

Renk bilgisi

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

RGB renk modeli

#B3D5DC color RGB value is (179,213,220).

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

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 213 of 255 = 84%
B 220 of 255 = 86%

179
213
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 213 + 220 = 612 (100%)
R 179 of 612 ~ 29.25%
G 213 of 612 ~ 34.8%
B 220 of 612 ~ 35.95%

%29.25
%34.8
%35.95

CMYK RENK MODELİ

#B3D5DC rengi CMYK tonu (19,3,0,14).

  • camgöbeği tonu 18.64%
  • eflatun tonu 3.18%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(19,3,0,14)
C19M3Y0K14 
(19%,3%,0%,14%)
(0.19/0.03/0.00/0.14)	

CMYK yüzdeleri

%18.64
%3.18
%0
%13.73

Codes

Color #B3D5DC in popluar color models

B3D5DC
RGB179213220
HSL190°36.94%78.24%
HSB/HSV190°18.64%86.27%
CMYK18.64%3.18%0.00%
13.73%

Color #B3D5DC in popluar number systems.

HEXB3D5DC
Decimal179213220
Binary101100111101010111011100
Octal263325334

Shades and tints

Shades of #B3D5DC

#B3D5DC
(179,213,220)
#A3C2C8
(163,194,200)
#93AFB4
(147,175,180)
#839CA0
(131,156,160)
#73898C
(115,137,140)
#637678
(99,118,120)
#536364
(83,99,100)
#435050
(67,80,80)
#333D3C
(51,61,60)
#232A28
(35,42,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #B3D5DC

#B3D5DC
(179,213,220)
#B9D8DF
(185,216,223)
#BFDBE2
(191,219,226)
#C5DEE5
(197,222,229)
#CBE1E8
(203,225,232)
#D1E4EB
(209,228,235)
#D7E7EE
(215,231,238)
#DDEAF1
(221,234,241)
#E3EDF4
(227,237,244)
#E9F0F7
(233,240,247)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D5DC; }

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

This text font color is #B3D5DC.


Background Color

.myBgColor { background-color: #B3D5DC; }

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

This div background color is #B3D5DC.


Border color

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

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

This div border color is #B3D5DC.


Opacity

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

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

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

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

This text has shadow with #B3D5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5DC on black background.


Color preview on white background

This text has color #B3D5DC on white background.



Black color preview on #B3D5DC background

This text has black color on #B3D5DC background.


White color preview on #B3D5DC background

This text has white color on #B3D5DC background.