COLOR #BDCCAE

HEX: #BDCCAE
RGB: (189,204,174)

Color info

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

RGB color model

#BDCCAE color RGB value is (189,204,174).

  • red value is 189;
  • green value is 204;
  • blue value is 174.
RGB:
(189,204,174)
(74%,80%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 174 of 255 = 68%

189
204
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 204 + 174 = 567 (100%)
R 189 of 567 ~ 33.33%
G 204 of 567 ~ 35.98%
B 174 of 567 ~ 30.69%

%33.33
%35.98
%30.69

CMYK color model

#BDCCAE color CMYK value is (7,0,15,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK:
(7,0,15,20)
C7M0Y15K20 
(7%,0%,15%,20%)
(0.07/0.00/0.15/0.20)	

CMYK percentages

%7.35
%0
%14.71
%20

Codes

Color #BDCCAE in popluar color models

BDCCAE
RGB189204174
HSL90°22.73%74.12%
HSB/HSV90°14.71%80.00%
CMYK7.35%0.00%14.71%
20.00%

Color #BDCCAE in popluar number systems.

HEXBDCCAE
Decimal189204174
Binary101111011100110010101110
Octal275314256

Shades and tints

Shades of #BDCCAE

#BDCCAE
(189,204,174)
#ACBA9F
(172,186,159)
#9BA890
(155,168,144)
#8A9681
(138,150,129)
#798472
(121,132,114)
#687263
(104,114,99)
#576054
(87,96,84)
#464E45
(70,78,69)
#353C36
(53,60,54)
#242A27
(36,42,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDCCAE

#BDCCAE
(189,204,174)
#C3D0B5
(195,208,181)
#C9D4BC
(201,212,188)
#CFD8C3
(207,216,195)
#D5DCCA
(213,220,202)
#DBE0D1
(219,224,209)
#E1E4D8
(225,228,216)
#E7E8DF
(231,232,223)
#EDECE6
(237,236,230)
#F3F0ED
(243,240,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCCAE color. Also use rgb(189,204,174) instead hex code.

Text Font Color

.myTextColor { color: #BDCCAE; }

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

This text font color is #BDCCAE.


Background Color

.myBgColor { background-color: #BDCCAE; }

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

This div background color is #BDCCAE.


Border color

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

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

This div border color is #BDCCAE.


Opacity

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

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

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

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

This text has shadow with #BDCCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCCAE on black background.


Color preview on white background

This text has color #BDCCAE on white background.



Black color preview on #BDCCAE background

This text has black color on #BDCCAE background.


White color preview on #BDCCAE background

This text has white color on #BDCCAE background.