COLOR #B5D3C6

HEX: #B5D3C6
RGB: (181,211,198)

Renk bilgisi

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

RGB renk modeli

#B5D3C6 color RGB value is (181,211,198).

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

RGB bağlantıları ve doygunluk

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

181
211
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 198 = 590 (100%)
R 181 of 590 ~ 30.68%
G 211 of 590 ~ 35.76%
B 198 of 590 ~ 33.56%

%30.68
%35.76
%33.56

CMYK RENK MODELİ

#B5D3C6 rengi CMYK tonu (14,0,6,17).

  • camgöbeği tonu 14.22%
  • eflatun tonu 0.00%
  • sarı tonu 6.16%
  • ana renk tonu 17.25%
CMYK:
(14,0,6,17)
C14M0Y6K17 
(14%,0%,6%,17%)
(0.14/0.00/0.06/0.17)	

CMYK yüzdeleri

%14.22
%0
%6.16
%17.25

Codes

Color #B5D3C6 in popluar color models

B5D3C6
RGB181211198
HSL154°25.42%76.86%
HSB/HSV154°14.22%82.75%
CMYK14.22%0.00%6.16%
17.25%

Color #B5D3C6 in popluar number systems.

HEXB5D3C6
Decimal181211198
Binary101101011101001111000110
Octal265323306

Shades and tints

Shades of #B5D3C6

#B5D3C6
(181,211,198)
#A5C0B4
(165,192,180)
#95ADA2
(149,173,162)
#859A90
(133,154,144)
#75877E
(117,135,126)
#65746C
(101,116,108)
#55615A
(85,97,90)
#454E48
(69,78,72)
#353B36
(53,59,54)
#252824
(37,40,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5D3C6

#B5D3C6
(181,211,198)
#BBD7CB
(187,215,203)
#C1DBD0
(193,219,208)
#C7DFD5
(199,223,213)
#CDE3DA
(205,227,218)
#D3E7DF
(211,231,223)
#D9EBE4
(217,235,228)
#DFEFE9
(223,239,233)
#E5F3EE
(229,243,238)
#EBF7F3
(235,247,243)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D3C6; }

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

This text font color is #B5D3C6.


Background Color

.myBgColor { background-color: #B5D3C6; }

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

This div background color is #B5D3C6.


Border color

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

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

This div border color is #B5D3C6.


Opacity

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

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

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

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

This text has shadow with #B5D3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3C6 on black background.


Color preview on white background

This text has color #B5D3C6 on white background.



Black color preview on #B5D3C6 background

This text has black color on #B5D3C6 background.


White color preview on #B5D3C6 background

This text has white color on #B5D3C6 background.