COLOR #B5D4C6

HEX: #B5D4C6
RGB: (181,212,198)

Renk bilgisi

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

RGB renk modeli

#B5D4C6 color RGB value is (181,212,198).

  • kırmız ton 181;
  • yeşil ton 212;
  • mavi ton 198.
RGB:
(181,212,198)
(71%,83%,78%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 212 of 255 = 83%
B 198 of 255 = 78%

181
212
198

R + G + B ~ 77%. #B5D4C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 212 + 198 = 591 (100%)
R 181 of 591 ~ 30.63%
G 212 of 591 ~ 35.87%
B 198 of 591 ~ 33.5%

%30.63
%35.87
%33.5

CMYK RENK MODELİ

#B5D4C6 rengi CMYK tonu (15,0,7,17).

  • camgöbeği tonu 14.62%
  • eflatun tonu 0.00%
  • sarı tonu 6.60%
  • ana renk tonu 16.86%
CMYK:
(15,0,7,17)
C15M0Y7K17 
(15%,0%,7%,17%)
(0.15/0.00/0.07/0.17)	

CMYK yüzdeleri

%14.62
%0
%6.6
%16.86

Codes

Color #B5D4C6 in popluar color models

B5D4C6
RGB181212198
HSL153°26.50%77.06%
HSB/HSV153°14.62%83.14%
CMYK14.62%0.00%6.60%
16.86%

Color #B5D4C6 in popluar number systems.

HEXB5D4C6
Decimal181212198
Binary101101011101010011000110
Octal265324306

Shades and tints

Shades of #B5D4C6

#B5D4C6
(181,212,198)
#A5C1B4
(165,193,180)
#95AEA2
(149,174,162)
#859B90
(133,155,144)
#75887E
(117,136,126)
#65756C
(101,117,108)
#55625A
(85,98,90)
#454F48
(69,79,72)
#353C36
(53,60,54)
#252924
(37,41,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #B5D4C6

#B5D4C6
(181,212,198)
#BBD7CB
(187,215,203)
#C1DAD0
(193,218,208)
#C7DDD5
(199,221,213)
#CDE0DA
(205,224,218)
#D3E3DF
(211,227,223)
#D9E6E4
(217,230,228)
#DFE9E9
(223,233,233)
#E5ECEE
(229,236,238)
#EBEFF3
(235,239,243)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D4C6 color. Also use rgb(181,212,198) instead hex code.

Text Font Color

.myTextColor { color: #B5D4C6; }

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

This text font color is #B5D4C6.


Background Color

.myBgColor { background-color: #B5D4C6; }

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

This div background color is #B5D4C6.


Border color

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

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

This div border color is #B5D4C6.


Opacity

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

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

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

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

This text has shadow with #B5D4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D4C6 on black background.


Color preview on white background

This text has color #B5D4C6 on white background.



Black color preview on #B5D4C6 background

This text has black color on #B5D4C6 background.


White color preview on #B5D4C6 background

This text has white color on #B5D4C6 background.