COLOR #B5D9BC

HEX: #B5D9BC
RGB: (181,217,188)

Renk bilgisi

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

RGB renk modeli

#B5D9BC color RGB value is (181,217,188).

  • kırmız ton 181;
  • yeşil ton 217;
  • mavi ton 188.
RGB:
(181,217,188)
(71%,85%,74%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 217 of 255 = 85%
B 188 of 255 = 74%

181
217
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 217 + 188 = 586 (100%)
R 181 of 586 ~ 30.89%
G 217 of 586 ~ 37.03%
B 188 of 586 ~ 32.08%

%30.89
%37.03
%32.08

CMYK RENK MODELİ

#B5D9BC rengi CMYK tonu (17,0,13,15).

  • camgöbeği tonu 16.59%
  • eflatun tonu 0.00%
  • sarı tonu 13.36%
  • ana renk tonu 14.90%
CMYK:
(17,0,13,15)
C17M0Y13K15 
(17%,0%,13%,15%)
(0.17/0.00/0.13/0.15)	

CMYK yüzdeleri

%16.59
%0
%13.36
%14.9

Codes

Color #B5D9BC in popluar color models

B5D9BC
RGB181217188
HSL132°32.14%78.04%
HSB/HSV132°16.59%85.10%
CMYK16.59%0.00%13.36%
14.90%

Color #B5D9BC in popluar number systems.

HEXB5D9BC
Decimal181217188
Binary101101011101100110111100
Octal265331274

Shades and tints

Shades of #B5D9BC

#B5D9BC
(181,217,188)
#A5C6AB
(165,198,171)
#95B39A
(149,179,154)
#85A089
(133,160,137)
#758D78
(117,141,120)
#657A67
(101,122,103)
#556756
(85,103,86)
#455445
(69,84,69)
#354134
(53,65,52)
#252E23
(37,46,35)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5D9BC

#B5D9BC
(181,217,188)
#BBDCC2
(187,220,194)
#C1DFC8
(193,223,200)
#C7E2CE
(199,226,206)
#CDE5D4
(205,229,212)
#D3E8DA
(211,232,218)
#D9EBE0
(217,235,224)
#DFEEE6
(223,238,230)
#E5F1EC
(229,241,236)
#EBF4F2
(235,244,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D9BC color. Also use rgb(181,217,188) instead hex code.

Text Font Color

.myTextColor { color: #B5D9BC; }

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

This text font color is #B5D9BC.


Background Color

.myBgColor { background-color: #B5D9BC; }

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

This div background color is #B5D9BC.


Border color

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

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

This div border color is #B5D9BC.


Opacity

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

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

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

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

This text has shadow with #B5D9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D9BC on black background.


Color preview on white background

This text has color #B5D9BC on white background.



Black color preview on #B5D9BC background

This text has black color on #B5D9BC background.


White color preview on #B5D9BC background

This text has white color on #B5D9BC background.