COLOR #B5D3DC

HEX: #B5D3DC
RGB: (181,211,220)

Renk bilgisi

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

RGB renk modeli

#B5D3DC color RGB value is (181,211,220).

  • kırmız ton 181;
  • yeşil ton 211;
  • mavi ton 220.
RGB:
(181,211,220)
(71%,83%,86%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 211 of 255 = 83%
B 220 of 255 = 86%

181
211
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 220 = 612 (100%)
R 181 of 612 ~ 29.58%
G 211 of 612 ~ 34.48%
B 220 of 612 ~ 35.95%

%29.58
%34.48
%35.95

CMYK RENK MODELİ

#B5D3DC rengi CMYK tonu (18,4,0,14).

  • camgöbeği tonu 17.73%
  • eflatun tonu 4.09%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(18,4,0,14)
C18M4Y0K14 
(18%,4%,0%,14%)
(0.18/0.04/0.00/0.14)	

CMYK yüzdeleri

%17.73
%4.09
%0
%13.73

Codes

Color #B5D3DC in popluar color models

B5D3DC
RGB181211220
HSL194°35.78%78.63%
HSB/HSV194°17.73%86.27%
CMYK17.73%4.09%0.00%
13.73%

Color #B5D3DC in popluar number systems.

HEXB5D3DC
Decimal181211220
Binary101101011101001111011100
Octal265323334

Shades and tints

Shades of #B5D3DC

#B5D3DC
(181,211,220)
#A5C0C8
(165,192,200)
#95ADB4
(149,173,180)
#859AA0
(133,154,160)
#75878C
(117,135,140)
#657478
(101,116,120)
#556164
(85,97,100)
#454E50
(69,78,80)
#353B3C
(53,59,60)
#252828
(37,40,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5D3DC

#B5D3DC
(181,211,220)
#BBD7DF
(187,215,223)
#C1DBE2
(193,219,226)
#C7DFE5
(199,223,229)
#CDE3E8
(205,227,232)
#D3E7EB
(211,231,235)
#D9EBEE
(217,235,238)
#DFEFF1
(223,239,241)
#E5F3F4
(229,243,244)
#EBF7F7
(235,247,247)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D3DC color. Also use rgb(181,211,220) instead hex code.

Text Font Color

.myTextColor { color: #B5D3DC; }

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

This text font color is #B5D3DC.


Background Color

.myBgColor { background-color: #B5D3DC; }

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

This div background color is #B5D3DC.


Border color

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

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

This div border color is #B5D3DC.


Opacity

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

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

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

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

This text has shadow with #B5D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3DC on black background.


Color preview on white background

This text has color #B5D3DC on white background.



Black color preview on #B5D3DC background

This text has black color on #B5D3DC background.


White color preview on #B5D3DC background

This text has white color on #B5D3DC background.