COLOR #BDCFAE

HEX: #BDCFAE
RGB: (189,207,174)

Color info

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

RGB color model

#BDCFAE color RGB value is (189,207,174).

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

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 174 of 255 = 68%

189
207
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 207 + 174 = 570 (100%)
R 189 of 570 ~ 33.16%
G 207 of 570 ~ 36.32%
B 174 of 570 ~ 30.53%

%33.16
%36.32
%30.53

CMYK color model

#BDCFAE color CMYK value is (9,0,16,19).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 18.82%
CMYK:
(9,0,16,19)
C9M0Y16K19 
(9%,0%,16%,19%)
(0.09/0.00/0.16/0.19)	

CMYK percentages

%8.7
%0
%15.94
%18.82

Codes

Color #BDCFAE in popluar color models

BDCFAE
RGB189207174
HSL93°25.58%74.71%
HSB/HSV93°15.94%81.18%
CMYK8.70%0.00%15.94%
18.82%

Color #BDCFAE in popluar number systems.

HEXBDCFAE
Decimal189207174
Binary101111011100111110101110
Octal275317256

Shades and tints

Shades of #BDCFAE

#BDCFAE
(189,207,174)
#ACBD9F
(172,189,159)
#9BAB90
(155,171,144)
#8A9981
(138,153,129)
#798772
(121,135,114)
#687563
(104,117,99)
#576354
(87,99,84)
#465145
(70,81,69)
#353F36
(53,63,54)
#242D27
(36,45,39)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #BDCFAE

#BDCFAE
(189,207,174)
#C3D3B5
(195,211,181)
#C9D7BC
(201,215,188)
#CFDBC3
(207,219,195)
#D5DFCA
(213,223,202)
#DBE3D1
(219,227,209)
#E1E7D8
(225,231,216)
#E7EBDF
(231,235,223)
#EDEFE6
(237,239,230)
#F3F3ED
(243,243,237)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCFAE; }

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

This text font color is #BDCFAE.


Background Color

.myBgColor { background-color: #BDCFAE; }

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

This div background color is #BDCFAE.


Border color

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

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

This div border color is #BDCFAE.


Opacity

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

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

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

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

This text has shadow with #BDCFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCFAE on black background.


Color preview on white background

This text has color #BDCFAE on white background.



Black color preview on #BDCFAE background

This text has black color on #BDCFAE background.


White color preview on #BDCFAE background

This text has white color on #BDCFAE background.