COLOR #BCC896

HEX: #BCC896
RGB: (188,200,150)

Renk bilgisi

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

RGB renk modeli

#BCC896 color RGB value is (188,200,150).

  • kırmız ton 188;
  • yeşil ton 200;
  • mavi ton 150.
RGB:
(188,200,150)
(74%,78%,59%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 200 of 255 = 78%
B 150 of 255 = 59%

188
200
150

R + G + B ~ 70%. #BCC896 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 200 + 150 = 538 (100%)
R 188 of 538 ~ 34.94%
G 200 of 538 ~ 37.17%
B 150 of 538 ~ 27.88%

%34.94
%37.17
%27.88

CMYK RENK MODELİ

#BCC896 rengi CMYK tonu (6,0,25,22).

  • camgöbeği tonu 6.00%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 21.57%
CMYK:
(6,0,25,22)
C6M0Y25K22 
(6%,0%,25%,22%)
(0.06/0.00/0.25/0.22)	

CMYK yüzdeleri

%6
%0
%25
%21.57

Codes

Color #BCC896 in popluar color models

BCC896
RGB188200150
HSL74°31.25%68.63%
HSB/HSV74°25.00%78.43%
CMYK6.00%0.00%25.00%
21.57%

Color #BCC896 in popluar number systems.

HEXBCC896
Decimal188200150
Binary101111001100100010010110
Octal274310226

Shades and tints

Shades of #BCC896

#BCC896
(188,200,150)
#ABB689
(171,182,137)
#9AA47C
(154,164,124)
#89926F
(137,146,111)
#788062
(120,128,98)
#676E55
(103,110,85)
#565C48
(86,92,72)
#454A3B
(69,74,59)
#34382E
(52,56,46)
#232621
(35,38,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCC896

#BCC896
(188,200,150)
#C2CD9F
(194,205,159)
#C8D2A8
(200,210,168)
#CED7B1
(206,215,177)
#D4DCBA
(212,220,186)
#DAE1C3
(218,225,195)
#E0E6CC
(224,230,204)
#E6EBD5
(230,235,213)
#ECF0DE
(236,240,222)
#F2F5E7
(242,245,231)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC896 color. Also use rgb(188,200,150) instead hex code.

Text Font Color

.myTextColor { color: #BCC896; }

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

This text font color is #BCC896.


Background Color

.myBgColor { background-color: #BCC896; }

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

This div background color is #BCC896.


Border color

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

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

This div border color is #BCC896.


Opacity

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

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

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

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

This text has shadow with #BCC896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC896 on black background.


Color preview on white background

This text has color #BCC896 on white background.



Black color preview on #BCC896 background

This text has black color on #BCC896 background.


White color preview on #BCC896 background

This text has white color on #BCC896 background.