COLOR #B6D5C4

HEX: #B6D5C4
RGB: (182,213,196)

Renk bilgisi

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

RGB renk modeli

#B6D5C4 color RGB value is (182,213,196).

  • kırmız ton 182;
  • yeşil ton 213;
  • mavi ton 196.
RGB:
(182,213,196)
(71%,84%,77%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 196 of 255 = 77%

182
213
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 196 = 591 (100%)
R 182 of 591 ~ 30.8%
G 213 of 591 ~ 36.04%
B 196 of 591 ~ 33.16%

%30.8
%36.04
%33.16

CMYK RENK MODELİ

#B6D5C4 rengi CMYK tonu (15,0,8,16).

  • camgöbeği tonu 14.55%
  • eflatun tonu 0.00%
  • sarı tonu 7.98%
  • ana renk tonu 16.47%
CMYK:
(15,0,8,16)
C15M0Y8K16 
(15%,0%,8%,16%)
(0.15/0.00/0.08/0.16)	

CMYK yüzdeleri

%14.55
%0
%7.98
%16.47

Codes

Color #B6D5C4 in popluar color models

B6D5C4
RGB182213196
HSL147°26.96%77.45%
HSB/HSV147°14.55%83.53%
CMYK14.55%0.00%7.98%
16.47%

Color #B6D5C4 in popluar number systems.

HEXB6D5C4
Decimal182213196
Binary101101101101010111000100
Octal266325304

Shades and tints

Shades of #B6D5C4

#B6D5C4
(182,213,196)
#A6C2B3
(166,194,179)
#96AFA2
(150,175,162)
#869C91
(134,156,145)
#768980
(118,137,128)
#66766F
(102,118,111)
#56635E
(86,99,94)
#46504D
(70,80,77)
#363D3C
(54,61,60)
#262A2B
(38,42,43)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #B6D5C4

#B6D5C4
(182,213,196)
#BCD8C9
(188,216,201)
#C2DBCE
(194,219,206)
#C8DED3
(200,222,211)
#CEE1D8
(206,225,216)
#D4E4DD
(212,228,221)
#DAE7E2
(218,231,226)
#E0EAE7
(224,234,231)
#E6EDEC
(230,237,236)
#ECF0F1
(236,240,241)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D5C4 color. Also use rgb(182,213,196) instead hex code.

Text Font Color

.myTextColor { color: #B6D5C4; }

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

This text font color is #B6D5C4.


Background Color

.myBgColor { background-color: #B6D5C4; }

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

This div background color is #B6D5C4.


Border color

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

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

This div border color is #B6D5C4.


Opacity

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

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

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

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

This text has shadow with #B6D5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5C4 on black background.


Color preview on white background

This text has color #B6D5C4 on white background.



Black color preview on #B6D5C4 background

This text has black color on #B6D5C4 background.


White color preview on #B6D5C4 background

This text has white color on #B6D5C4 background.