COLOR #B5D7DB

HEX: #B5D7DB
RGB: (181,215,219)

Renk bilgisi

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

RGB renk modeli

#B5D7DB color RGB value is (181,215,219).

  • kırmız ton 181;
  • yeşil ton 215;
  • mavi ton 219.
RGB:
(181,215,219)
(71%,84%,86%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 215 of 255 = 84%
B 219 of 255 = 86%

181
215
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 215 + 219 = 615 (100%)
R 181 of 615 ~ 29.43%
G 215 of 615 ~ 34.96%
B 219 of 615 ~ 35.61%

%29.43
%34.96
%35.61

CMYK RENK MODELİ

#B5D7DB rengi CMYK tonu (17,2,0,14).

  • camgöbeği tonu 17.35%
  • eflatun tonu 1.83%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(17,2,0,14)
C17M2Y0K14 
(17%,2%,0%,14%)
(0.17/0.02/0.00/0.14)	

CMYK yüzdeleri

%17.35
%1.83
%0
%14.12

Codes

Color #B5D7DB in popluar color models

B5D7DB
RGB181215219
HSL186°34.55%78.43%
HSB/HSV186°17.35%85.88%
CMYK17.35%1.83%0.00%
14.12%

Color #B5D7DB in popluar number systems.

HEXB5D7DB
Decimal181215219
Binary101101011101011111011011
Octal265327333

Shades and tints

Shades of #B5D7DB

#B5D7DB
(181,215,219)
#A5C4C8
(165,196,200)
#95B1B5
(149,177,181)
#859EA2
(133,158,162)
#758B8F
(117,139,143)
#65787C
(101,120,124)
#556569
(85,101,105)
#455256
(69,82,86)
#353F43
(53,63,67)
#252C30
(37,44,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5D7DB

#B5D7DB
(181,215,219)
#BBDADE
(187,218,222)
#C1DDE1
(193,221,225)
#C7E0E4
(199,224,228)
#CDE3E7
(205,227,231)
#D3E6EA
(211,230,234)
#D9E9ED
(217,233,237)
#DFECF0
(223,236,240)
#E5EFF3
(229,239,243)
#EBF2F6
(235,242,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D7DB color. Also use rgb(181,215,219) instead hex code.

Text Font Color

.myTextColor { color: #B5D7DB; }

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

This text font color is #B5D7DB.


Background Color

.myBgColor { background-color: #B5D7DB; }

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

This div background color is #B5D7DB.


Border color

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

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

This div border color is #B5D7DB.


Opacity

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

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

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

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

This text has shadow with #B5D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D7DB on black background.


Color preview on white background

This text has color #B5D7DB on white background.



Black color preview on #B5D7DB background

This text has black color on #B5D7DB background.


White color preview on #B5D7DB background

This text has white color on #B5D7DB background.