COLOR #BBD699

HEX: #BBD699 RGB: (187,214,153)

Color info

#BBD699 contains mainly red and green colors. Web safe color of #BBD699 is #CCCC99 (or #CC9).

RGB color model

#BBD699 color RGB value is (187,214,153).

RGB: (187,214,153) (73%, 84%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 153 of 255 = 60%

187
214
153

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

Portions of RGB colors in percentages

R + G + B = 187 + 214 + 153 = 554 (100%)
R 187 of 554 ~ 33.75%
G 214 of 554 ~ 38.63%
B 153 of 554 ~ 27.62'%

%33.75
%38.63
%27.62

CMYK color model

#BBD699 color CMYK value is (13,0,29,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 16.08%

CMYK: (13,0,29,16)
C13M0Y29K16 (13%, 0%, 29%, 16%)
(0.13 / 0.00 / 0.29 / 0.16)

CMYK percentages

%12.62
%0
%28.5
%16.08

Codes

Color #BBD699 in popluar color models

BB D6 99
RGB 187 214 153
HSL 87° 42.66% 71.96%
HSB/HSV 87° 28.50% 83.92%
CMYK 12.62% 0.00% 28.50%
16.08%

Color #BBD699 in popluar number systems.

HEX BB D6 99
Decimal 187 214 153
Binary 10111011 11010110 10011001
Octal 273 326 231

Shades and tints

Shades of #BBD699

#BBD699
(187,214,153)
#AAC38C
(170,195,140)
#99B07F
(153,176,127)
#889D72
(136,157,114)
#778A65
(119,138,101)
#667758
(102,119,88)
#55644B
(85,100,75)
#44513E
(68,81,62)
#333E31
(51,62,49)
#222B24
(34,43,36)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBD699

#BBD699
(187,214,153)
#C1D9A2
(193,217,162)
#C7DCAB
(199,220,171)
#CDDFB4
(205,223,180)
#D3E2BD
(211,226,189)
#D9E5C6
(217,229,198)
#DFE8CF
(223,232,207)
#E5EBD8
(229,235,216)
#EBEEE1
(235,238,225)
#F1F1EA
(241,241,234)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD699 color. Also use rgb(187,214,153) instead hex code.

Text Font Color

.myTextColor { color: #BBD699; }

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

This text font color is #BBD699.

Background Color

.myBgColor { background-color: #BBD699; }

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

This div background color is #BBD699.

Border color

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

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

This div border color is #BBD699.

Opacity

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

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

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

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

This text has shadow with #BBD699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD699.

Preview

Color preview on black background

This text has color #BBD699 on black background.


Color preview on white background

This text has color #BBD699 on white background.


Black color preview on #BBD699 background

This text has black color on #BBD699 background.


White color preview on #BBD699 background

This text has white color on #BBD699 background.


Related colors

Complementary color

Complementary color for #hex is #442966.


I love getcolorcode.com

Triadic colors

1 #99BBD6 and #D699BB with #BBD699 are triadic colors.

2 #99D6BB and #D6BB99 with #BBD699 are triadic colors.