COLOR #BCDD89

HEX: #BCDD89
RGB: (188,221,137)

Renk bilgisi

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

RGB renk modeli

#BCDD89 color RGB value is (188,221,137).

  • kırmız ton 188;
  • yeşil ton 221;
  • mavi ton 137.
RGB:
(188,221,137)
(74%,87%,54%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 221 of 255 = 87%
B 137 of 255 = 54%

188
221
137

R + G + B ~ 72%. #BCDD89 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 221 + 137 = 546 (100%)
R 188 of 546 ~ 34.43%
G 221 of 546 ~ 40.48%
B 137 of 546 ~ 25.09%

%34.43
%40.48
%25.09

CMYK RENK MODELİ

#BCDD89 rengi CMYK tonu (15,0,38,13).

  • camgöbeği tonu 14.93%
  • eflatun tonu 0.00%
  • sarı tonu 38.01%
  • ana renk tonu 13.33%
CMYK:
(15,0,38,13)
C15M0Y38K13 
(15%,0%,38%,13%)
(0.15/0.00/0.38/0.13)	

CMYK yüzdeleri

%14.93
%0
%38.01
%13.33

Codes

Color #BCDD89 in popluar color models

BCDD89
RGB188221137
HSL84°55.26%70.20%
HSB/HSV84°38.01%86.67%
CMYK14.93%0.00%38.01%
13.33%

Color #BCDD89 in popluar number systems.

HEXBCDD89
Decimal188221137
Binary101111001101110110001001
Octal274335211

Shades and tints

Shades of #BCDD89

#BCDD89
(188,221,137)
#ABC97D
(171,201,125)
#9AB571
(154,181,113)
#89A165
(137,161,101)
#788D59
(120,141,89)
#67794D
(103,121,77)
#566541
(86,101,65)
#455135
(69,81,53)
#343D29
(52,61,41)
#23291D
(35,41,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCDD89

#BCDD89
(188,221,137)
#C2E093
(194,224,147)
#C8E39D
(200,227,157)
#CEE6A7
(206,230,167)
#D4E9B1
(212,233,177)
#DAECBB
(218,236,187)
#E0EFC5
(224,239,197)
#E6F2CF
(230,242,207)
#ECF5D9
(236,245,217)
#F2F8E3
(242,248,227)
#F8FBED
(248,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDD89 color. Also use rgb(188,221,137) instead hex code.

Text Font Color

.myTextColor { color: #BCDD89; }

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

This text font color is #BCDD89.


Background Color

.myBgColor { background-color: #BCDD89; }

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

This div background color is #BCDD89.


Border color

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

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

This div border color is #BCDD89.


Opacity

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

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

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

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

This text has shadow with #BCDD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDD89 on black background.


Color preview on white background

This text has color #BCDD89 on white background.



Black color preview on #BCDD89 background

This text has black color on #BCDD89 background.


White color preview on #BCDD89 background

This text has white color on #BCDD89 background.