COLOR #B5D985

HEX: #B5D985
RGB: (181,217,133)

Renk bilgisi

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

RGB renk modeli

#B5D985 color RGB value is (181,217,133).

  • kırmız ton 181;
  • yeşil ton 217;
  • mavi ton 133.
RGB:
(181,217,133)
(71%,85%,52%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 217 of 255 = 85%
B 133 of 255 = 52%

181
217
133

R + G + B ~ 69%. #B5D985 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 217 + 133 = 531 (100%)
R 181 of 531 ~ 34.09%
G 217 of 531 ~ 40.87%
B 133 of 531 ~ 25.05%

%34.09
%40.87
%25.05

CMYK RENK MODELİ

#B5D985 rengi CMYK tonu (17,0,39,15).

  • camgöbeği tonu 16.59%
  • eflatun tonu 0.00%
  • sarı tonu 38.71%
  • ana renk tonu 14.90%
CMYK:
(17,0,39,15)
C17M0Y39K15 
(17%,0%,39%,15%)
(0.17/0.00/0.39/0.15)	

CMYK yüzdeleri

%16.59
%0
%38.71
%14.9

Codes

Color #B5D985 in popluar color models

B5D985
RGB181217133
HSL86°52.50%68.63%
HSB/HSV86°38.71%85.10%
CMYK16.59%0.00%38.71%
14.90%

Color #B5D985 in popluar number systems.

HEXB5D985
Decimal181217133
Binary101101011101100110000101
Octal265331205

Shades and tints

Shades of #B5D985

#B5D985
(181,217,133)
#A5C679
(165,198,121)
#95B36D
(149,179,109)
#85A061
(133,160,97)
#758D55
(117,141,85)
#657A49
(101,122,73)
#55673D
(85,103,61)
#455431
(69,84,49)
#354125
(53,65,37)
#252E19
(37,46,25)
#151B0D
(21,27,13)
#000000
(0,0,0)

Tints of #B5D985

#B5D985
(181,217,133)
#BBDC90
(187,220,144)
#C1DF9B
(193,223,155)
#C7E2A6
(199,226,166)
#CDE5B1
(205,229,177)
#D3E8BC
(211,232,188)
#D9EBC7
(217,235,199)
#DFEED2
(223,238,210)
#E5F1DD
(229,241,221)
#EBF4E8
(235,244,232)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D985 color. Also use rgb(181,217,133) instead hex code.

Text Font Color

.myTextColor { color: #B5D985; }

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

This text font color is #B5D985.


Background Color

.myBgColor { background-color: #B5D985; }

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

This div background color is #B5D985.


Border color

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

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

This div border color is #B5D985.


Opacity

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

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

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

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

This text has shadow with #B5D985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D985 on black background.


Color preview on white background

This text has color #B5D985 on white background.



Black color preview on #B5D985 background

This text has black color on #B5D985 background.


White color preview on #B5D985 background

This text has white color on #B5D985 background.