COLOR #BBD995

HEX: #BBD995
RGB: (187,217,149)

Renk bilgisi

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

RGB renk modeli

#BBD995 color RGB value is (187,217,149).

  • kırmız ton 187;
  • yeşil ton 217;
  • mavi ton 149.
RGB:
(187,217,149)
(73%,85%,58%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 217 of 255 = 85%
B 149 of 255 = 58%

187
217
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 217 + 149 = 553 (100%)
R 187 of 553 ~ 33.82%
G 217 of 553 ~ 39.24%
B 149 of 553 ~ 26.94%

%33.82
%39.24
%26.94

CMYK RENK MODELİ

#BBD995 rengi CMYK tonu (14,0,31,15).

  • camgöbeği tonu 13.82%
  • eflatun tonu 0.00%
  • sarı tonu 31.34%
  • ana renk tonu 14.90%
CMYK:
(14,0,31,15)
C14M0Y31K15 
(14%,0%,31%,15%)
(0.14/0.00/0.31/0.15)	

CMYK yüzdeleri

%13.82
%0
%31.34
%14.9

Codes

Color #BBD995 in popluar color models

BBD995
RGB187217149
HSL86°47.22%71.76%
HSB/HSV86°31.34%85.10%
CMYK13.82%0.00%31.34%
14.90%

Color #BBD995 in popluar number systems.

HEXBBD995
Decimal187217149
Binary101110111101100110010101
Octal273331225

Shades and tints

Shades of #BBD995

#BBD995
(187,217,149)
#AAC688
(170,198,136)
#99B37B
(153,179,123)
#88A06E
(136,160,110)
#778D61
(119,141,97)
#667A54
(102,122,84)
#556747
(85,103,71)
#44543A
(68,84,58)
#33412D
(51,65,45)
#222E20
(34,46,32)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #BBD995

#BBD995
(187,217,149)
#C1DC9E
(193,220,158)
#C7DFA7
(199,223,167)
#CDE2B0
(205,226,176)
#D3E5B9
(211,229,185)
#D9E8C2
(217,232,194)
#DFEBCB
(223,235,203)
#E5EED4
(229,238,212)
#EBF1DD
(235,241,221)
#F1F4E6
(241,244,230)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD995 color. Also use rgb(187,217,149) instead hex code.

Text Font Color

.myTextColor { color: #BBD995; }

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

This text font color is #BBD995.


Background Color

.myBgColor { background-color: #BBD995; }

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

This div background color is #BBD995.


Border color

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

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

This div border color is #BBD995.


Opacity

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

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

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

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

This text has shadow with #BBD995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD995 on black background.


Color preview on white background

This text has color #BBD995 on white background.



Black color preview on #BBD995 background

This text has black color on #BBD995 background.


White color preview on #BBD995 background

This text has white color on #BBD995 background.