COLOR #BBD068

HEX: #BBD068 RGB: (187,208,104)

Color info

#BBD068 contains mainly red and green colors. Web safe color of #BBD068 is #CCCC66 (or #CC6).

RGB color model

#BBD068 color RGB value is (187,208,104).

RGB: (187,208,104) (73%, 82%, 41%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 104 of 255 = 41%

187
208
104

R + G + B ~ 65%. #BBD068 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 104 = 499 (100%)
R 187 of 499 ~ 37.47%
G 208 of 499 ~ 41.68%
B 104 of 499 ~ 20.84'%

%37.47
%41.68
%20.84

CMYK color model

#BBD068 color CMYK value is (10,0,50,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 18.43%

CMYK: (10,0,50,18)
C10M0Y50K18 (10%, 0%, 50%, 18%)
(0.10 / 0.00 / 0.50 / 0.18)

CMYK percentages

%10.1
%0
%50
%18.43

Codes

Color #BBD068 in popluar color models

BB D0 68
RGB 187 208 104
HSL 72° 52.53% 61.18%
HSB/HSV 72° 50.00% 81.57%
CMYK 10.10% 0.00% 50.00%
18.43%

Color #BBD068 in popluar number systems.

HEX BB D0 68
Decimal 187 208 104
Binary 10111011 11010000 1101000
Octal 273 320 150

Shades and tints

Shades of #BBD068

#BBD068
(187,208,104)
#AABE5F
(170,190,95)
#99AC56
(153,172,86)
#889A4D
(136,154,77)
#778844
(119,136,68)
#66763B
(102,118,59)
#556432
(85,100,50)
#445229
(68,82,41)
#334020
(51,64,32)
#222E17
(34,46,23)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #BBD068

#BBD068
(187,208,104)
#C1D475
(193,212,117)
#C7D882
(199,216,130)
#CDDC8F
(205,220,143)
#D3E09C
(211,224,156)
#D9E4A9
(217,228,169)
#DFE8B6
(223,232,182)
#E5ECC3
(229,236,195)
#EBF0D0
(235,240,208)
#F1F4DD
(241,244,221)
#F7F8EA
(247,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD068 color. Also use rgb(187,208,104) instead hex code.

Text Font Color

.myTextColor { color: #BBD068; }

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

This text font color is #BBD068.

Background Color

.myBgColor { background-color: #BBD068; }

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

This div background color is #BBD068.

Border color

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

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

This div border color is #BBD068.

Opacity

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

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

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

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

This text has shadow with #BBD068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD068.

Preview

Color preview on black background

This text has color #BBD068 on black background.


Color preview on white background

This text has color #BBD068 on white background.


Black color preview on #BBD068 background

This text has black color on #BBD068 background.


White color preview on #BBD068 background

This text has white color on #BBD068 background.


Related colors

Complementary color

Complementary color for #hex is #442F97.


I love getcolorcode.com

Triadic colors

1 #68BBD0 and #D068BB with #BBD068 are triadic colors.

2 #68D0BB and #D0BB68 with #BBD068 are triadic colors.