COLOR #BBCDAE

HEX: #BBCDAE
RGB: (187,205,174)

Color info

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

RGB color model

#BBCDAE color RGB value is (187,205,174).

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

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 174 of 255 = 68%

187
205
174

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 174 = 566 (100%)
R 187 of 566 ~ 33.04%
G 205 of 566 ~ 36.22%
B 174 of 566 ~ 30.74%

%33.04
%36.22
%30.74

CMYK color model

#BBCDAE color CMYK value is (9,0,15,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(9,0,15,20)
C9M0Y15K20 
(9%,0%,15%,20%)
(0.09/0.00/0.15/0.20)	

CMYK percentages

%8.78
%0
%15.12
%19.61

Codes

Color #BBCDAE in popluar color models

BBCDAE
RGB187205174
HSL95°23.66%74.31%
HSB/HSV95°15.12%80.39%
CMYK8.78%0.00%15.12%
19.61%

Color #BBCDAE in popluar number systems.

HEXBBCDAE
Decimal187205174
Binary101110111100110110101110
Octal273315256

Shades and tints

Shades of #BBCDAE

#BBCDAE
(187,205,174)
#AABB9F
(170,187,159)
#99A990
(153,169,144)
#889781
(136,151,129)
#778572
(119,133,114)
#667363
(102,115,99)
#556154
(85,97,84)
#444F45
(68,79,69)
#333D36
(51,61,54)
#222B27
(34,43,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #BBCDAE

#BBCDAE
(187,205,174)
#C1D1B5
(193,209,181)
#C7D5BC
(199,213,188)
#CDD9C3
(205,217,195)
#D3DDCA
(211,221,202)
#D9E1D1
(217,225,209)
#DFE5D8
(223,229,216)
#E5E9DF
(229,233,223)
#EBEDE6
(235,237,230)
#F1F1ED
(241,241,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDAE; }

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

This text font color is #BBCDAE.


Background Color

.myBgColor { background-color: #BBCDAE; }

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

This div background color is #BBCDAE.


Border color

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

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

This div border color is #BBCDAE.


Opacity

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

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

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

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

This text has shadow with #BBCDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCDAE on black background.


Color preview on white background

This text has color #BBCDAE on white background.



Black color preview on #BBCDAE background

This text has black color on #BBCDAE background.


White color preview on #BBCDAE background

This text has white color on #BBCDAE background.