COLOR #BCD28C

HEX: #BCD28C
RGB: (188,210,140)

Renk bilgisi

#BCD28C contains mainly red and green colors. #BCD28C ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BCD28C color RGB value is (188,210,140).

  • kırmız ton 188;
  • yeşil ton 210;
  • mavi ton 140.
RGB:
(188,210,140)
(74%,82%,55%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 210 of 255 = 82%
B 140 of 255 = 55%

188
210
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 210 + 140 = 538 (100%)
R 188 of 538 ~ 34.94%
G 210 of 538 ~ 39.03%
B 140 of 538 ~ 26.02%

%34.94
%39.03
%26.02

CMYK RENK MODELİ

#BCD28C rengi CMYK tonu (10,0,33,18).

  • camgöbeği tonu 10.48%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 17.65%
CMYK:
(10,0,33,18)
C10M0Y33K18 
(10%,0%,33%,18%)
(0.10/0.00/0.33/0.18)	

CMYK yüzdeleri

%10.48
%0
%33.33
%17.65

Codes

Color #BCD28C in popluar color models

BCD28C
RGB188210140
HSL79°43.75%68.63%
HSB/HSV79°33.33%82.35%
CMYK10.48%0.00%33.33%
17.65%

Color #BCD28C in popluar number systems.

HEXBCD28C
Decimal188210140
Binary101111001101001010001100
Octal274322214

Shades and tints

Shades of #BCD28C

#BCD28C
(188,210,140)
#ABBF80
(171,191,128)
#9AAC74
(154,172,116)
#899968
(137,153,104)
#78865C
(120,134,92)
#677350
(103,115,80)
#566044
(86,96,68)
#454D38
(69,77,56)
#343A2C
(52,58,44)
#232720
(35,39,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCD28C

#BCD28C
(188,210,140)
#C2D696
(194,214,150)
#C8DAA0
(200,218,160)
#CEDEAA
(206,222,170)
#D4E2B4
(212,226,180)
#DAE6BE
(218,230,190)
#E0EAC8
(224,234,200)
#E6EED2
(230,238,210)
#ECF2DC
(236,242,220)
#F2F6E6
(242,246,230)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD28C color. Also use rgb(188,210,140) instead hex code.

Text Font Color

.myTextColor { color: #BCD28C; }

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

This text font color is #BCD28C.


Background Color

.myBgColor { background-color: #BCD28C; }

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

This div background color is #BCD28C.


Border color

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

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

This div border color is #BCD28C.


Opacity

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

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

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

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

This text has shadow with #BCD28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD28C on black background.


Color preview on white background

This text has color #BCD28C on white background.



Black color preview on #BCD28C background

This text has black color on #BCD28C background.


White color preview on #BCD28C background

This text has white color on #BCD28C background.