COLOR #BCD799

HEX: #BCD799
RGB: (188,215,153)

Renk bilgisi

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

RGB renk modeli

#BCD799 color RGB value is (188,215,153).

  • kırmız ton 188;
  • yeşil ton 215;
  • mavi ton 153.
RGB:
(188,215,153)
(74%,84%,60%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 215 of 255 = 84%
B 153 of 255 = 60%

188
215
153

R + G + B ~ 73%. #BCD799 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 215 + 153 = 556 (100%)
R 188 of 556 ~ 33.81%
G 215 of 556 ~ 38.67%
B 153 of 556 ~ 27.52%

%33.81
%38.67
%27.52

CMYK RENK MODELİ

#BCD799 rengi CMYK tonu (13,0,29,16).

  • camgöbeği tonu 12.56%
  • eflatun tonu 0.00%
  • sarı tonu 28.84%
  • ana renk tonu 15.69%
CMYK:
(13,0,29,16)
C13M0Y29K16 
(13%,0%,29%,16%)
(0.13/0.00/0.29/0.16)	

CMYK yüzdeleri

%12.56
%0
%28.84
%15.69

Codes

Color #BCD799 in popluar color models

BCD799
RGB188215153
HSL86°43.66%72.16%
HSB/HSV86°28.84%84.31%
CMYK12.56%0.00%28.84%
15.69%

Color #BCD799 in popluar number systems.

HEXBCD799
Decimal188215153
Binary101111001101011110011001
Octal274327231

Shades and tints

Shades of #BCD799

#BCD799
(188,215,153)
#ABC48C
(171,196,140)
#9AB17F
(154,177,127)
#899E72
(137,158,114)
#788B65
(120,139,101)
#677858
(103,120,88)
#56654B
(86,101,75)
#45523E
(69,82,62)
#343F31
(52,63,49)
#232C24
(35,44,36)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCD799

#BCD799
(188,215,153)
#C2DAA2
(194,218,162)
#C8DDAB
(200,221,171)
#CEE0B4
(206,224,180)
#D4E3BD
(212,227,189)
#DAE6C6
(218,230,198)
#E0E9CF
(224,233,207)
#E6ECD8
(230,236,216)
#ECEFE1
(236,239,225)
#F2F2EA
(242,242,234)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD799 color. Also use rgb(188,215,153) instead hex code.

Text Font Color

.myTextColor { color: #BCD799; }

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

This text font color is #BCD799.


Background Color

.myBgColor { background-color: #BCD799; }

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

This div background color is #BCD799.


Border color

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

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

This div border color is #BCD799.


Opacity

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

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

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

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

This text has shadow with #BCD799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD799 on black background.


Color preview on white background

This text has color #BCD799 on white background.



Black color preview on #BCD799 background

This text has black color on #BCD799 background.


White color preview on #BCD799 background

This text has white color on #BCD799 background.