COLOR #BBCAAD

HEX: #BBCAAD
RGB: (187,202,173)

Color info

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

RGB color model

#BBCAAD color RGB value is (187,202,173).

  • red value is 187;
  • green value is 202;
  • blue value is 173.
RGB:
(187,202,173)
(73%,79%,68%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 173 of 255 = 68%

187
202
173

R + G + B ~ 73%. #BBCAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 173 = 562 (100%)
R 187 of 562 ~ 33.27%
G 202 of 562 ~ 35.94%
B 173 of 562 ~ 30.78%

%33.27
%35.94
%30.78

CMYK color model

#BBCAAD color CMYK value is (7,0,14,21).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(7,0,14,21)
C7M0Y14K21 
(7%,0%,14%,21%)
(0.07/0.00/0.14/0.21)	

CMYK percentages

%7.43
%0
%14.36
%20.78

Codes

Color #BBCAAD in popluar color models

BBCAAD
RGB187202173
HSL91°21.48%73.53%
HSB/HSV91°14.36%79.22%
CMYK7.43%0.00%14.36%
20.78%

Color #BBCAAD in popluar number systems.

HEXBBCAAD
Decimal187202173
Binary101110111100101010101101
Octal273312255

Shades and tints

Shades of #BBCAAD

#BBCAAD
(187,202,173)
#AAB89E
(170,184,158)
#99A68F
(153,166,143)
#889480
(136,148,128)
#778271
(119,130,113)
#667062
(102,112,98)
#555E53
(85,94,83)
#444C44
(68,76,68)
#333A35
(51,58,53)
#222826
(34,40,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBCAAD

#BBCAAD
(187,202,173)
#C1CEB4
(193,206,180)
#C7D2BB
(199,210,187)
#CDD6C2
(205,214,194)
#D3DAC9
(211,218,201)
#D9DED0
(217,222,208)
#DFE2D7
(223,226,215)
#E5E6DE
(229,230,222)
#EBEAE5
(235,234,229)
#F1EEEC
(241,238,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCAAD color. Also use rgb(187,202,173) instead hex code.

Text Font Color

.myTextColor { color: #BBCAAD; }

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

This text font color is #BBCAAD.


Background Color

.myBgColor { background-color: #BBCAAD; }

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

This div background color is #BBCAAD.


Border color

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

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

This div border color is #BBCAAD.


Opacity

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

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

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

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

This text has shadow with #BBCAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCAAD on black background.


Color preview on white background

This text has color #BBCAAD on white background.



Black color preview on #BBCAAD background

This text has black color on #BBCAAD background.


White color preview on #BBCAAD background

This text has white color on #BBCAAD background.