COLOR #B5DCC6

HEX: #B5DCC6
RGB: (181,220,198)

Renk bilgisi

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

RGB renk modeli

#B5DCC6 color RGB value is (181,220,198).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 220 of 255 = 86%
B 198 of 255 = 78%

181
220
198

R + G + B ~ 78%. #B5DCC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 220 + 198 = 599 (100%)
R 181 of 599 ~ 30.22%
G 220 of 599 ~ 36.73%
B 198 of 599 ~ 33.06%

%30.22
%36.73
%33.06

CMYK RENK MODELİ

#B5DCC6 rengi CMYK tonu (18,0,10,14).

  • camgöbeği tonu 17.73%
  • eflatun tonu 0.00%
  • sarı tonu 10.00%
  • ana renk tonu 13.73%
CMYK:
(18,0,10,14)
C18M0Y10K14 
(18%,0%,10%,14%)
(0.18/0.00/0.10/0.14)	

CMYK yüzdeleri

%17.73
%0
%10
%13.73

Codes

Color #B5DCC6 in popluar color models

B5DCC6
RGB181220198
HSL146°35.78%78.63%
HSB/HSV146°17.73%86.27%
CMYK17.73%0.00%10.00%
13.73%

Color #B5DCC6 in popluar number systems.

HEXB5DCC6
Decimal181220198
Binary101101011101110011000110
Octal265334306

Shades and tints

Shades of #B5DCC6

#B5DCC6
(181,220,198)
#A5C8B4
(165,200,180)
#95B4A2
(149,180,162)
#85A090
(133,160,144)
#758C7E
(117,140,126)
#65786C
(101,120,108)
#55645A
(85,100,90)
#455048
(69,80,72)
#353C36
(53,60,54)
#252824
(37,40,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5DCC6

#B5DCC6
(181,220,198)
#BBDFCB
(187,223,203)
#C1E2D0
(193,226,208)
#C7E5D5
(199,229,213)
#CDE8DA
(205,232,218)
#D3EBDF
(211,235,223)
#D9EEE4
(217,238,228)
#DFF1E9
(223,241,233)
#E5F4EE
(229,244,238)
#EBF7F3
(235,247,243)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DCC6; }

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

This text font color is #B5DCC6.


Background Color

.myBgColor { background-color: #B5DCC6; }

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

This div background color is #B5DCC6.


Border color

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

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

This div border color is #B5DCC6.


Opacity

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

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

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

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

This text has shadow with #B5DCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DCC6 on black background.


Color preview on white background

This text has color #B5DCC6 on white background.



Black color preview on #B5DCC6 background

This text has black color on #B5DCC6 background.


White color preview on #B5DCC6 background

This text has white color on #B5DCC6 background.