COLOR #BBD2AE

HEX: #BBD2AE
RGB: (187,210,174)

Color info

#BBD2AE contains red, green and blue colors in about the same proportion. Web safe color of #BBD2AE is #CCCC99 (or #CC9).

RGB color model

#BBD2AE color RGB value is (187,210,174).

  • red value is 187;
  • green value is 210;
  • blue value is 174.
RGB:
(187,210,174)
(73%,82%,68%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 174 of 255 = 68%

187
210
174

R + G + B ~ 74%. #BBD2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 174 = 571 (100%)
R 187 of 571 ~ 32.75%
G 210 of 571 ~ 36.78%
B 174 of 571 ~ 30.47%

%32.75
%36.78
%30.47

CMYK color model

#BBD2AE color CMYK value is (11,0,17,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(11,0,17,18)
C11M0Y17K18 
(11%,0%,17%,18%)
(0.11/0.00/0.17/0.18)	

CMYK percentages

%10.95
%0
%17.14
%17.65

Codes

Color #BBD2AE in popluar color models

BBD2AE
RGB187210174
HSL98°28.57%75.29%
HSB/HSV98°17.14%82.35%
CMYK10.95%0.00%17.14%
17.65%

Color #BBD2AE in popluar number systems.

HEXBBD2AE
Decimal187210174
Binary101110111101001010101110
Octal273322256

Shades and tints

Shades of #BBD2AE

#BBD2AE
(187,210,174)
#AABF9F
(170,191,159)
#99AC90
(153,172,144)
#889981
(136,153,129)
#778672
(119,134,114)
#667363
(102,115,99)
#556054
(85,96,84)
#444D45
(68,77,69)
#333A36
(51,58,54)
#222727
(34,39,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBD2AE

#BBD2AE
(187,210,174)
#C1D6B5
(193,214,181)
#C7DABC
(199,218,188)
#CDDEC3
(205,222,195)
#D3E2CA
(211,226,202)
#D9E6D1
(217,230,209)
#DFEAD8
(223,234,216)
#E5EEDF
(229,238,223)
#EBF2E6
(235,242,230)
#F1F6ED
(241,246,237)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD2AE color. Also use rgb(187,210,174) instead hex code.

Text Font Color

.myTextColor { color: #BBD2AE; }

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

This text font color is #BBD2AE.


Background Color

.myBgColor { background-color: #BBD2AE; }

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

This div background color is #BBD2AE.


Border color

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

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

This div border color is #BBD2AE.


Opacity

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

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

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

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

This text has shadow with #BBD2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2AE on black background.


Color preview on white background

This text has color #BBD2AE on white background.



Black color preview on #BBD2AE background

This text has black color on #BBD2AE background.


White color preview on #BBD2AE background

This text has white color on #BBD2AE background.