COLOR #B4CFC9

HEX: #B4CFC9 RGB: (180,207,201)

Color info

#B4CFC9 contains red, green and blue colors in about the same proportion. Web safe color of #B4CFC9 is #CCCCCC (or #CCC).

RGB color model

#B4CFC9 color RGB value is (180,207,201).

RGB: (180,207,201) (71%, 81%, 79%)

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 201 of 255 = 79%

180
207
201

R + G + B ~ 77%. #B4CFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 207 + 201 = 588 (100%)
R 180 of 588 ~ 30.61%
G 207 of 588 ~ 35.2%
B 201 of 588 ~ 34.18'%

%30.61
%35.2
%34.18

CMYK color model

#B4CFC9 color CMYK value is (13,0,3,19).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%

CMYK: (13,0,3,19)
C13M0Y3K19 (13%, 0%, 3%, 19%)
(0.13 / 0.00 / 0.03 / 0.19)

CMYK percentages

%13.04
%0
%2.9
%18.82

Codes

Color #B4CFC9 in popluar color models

B4 CF C9
RGB 180 207 201
HSL 167° 21.95% 75.88%
HSB/HSV 167° 13.04% 81.18%
CMYK 13.04% 0.00% 2.90%
18.82%

Color #B4CFC9 in popluar number systems.

HEX B4 CF C9
Decimal 180 207 201
Binary 10110100 11001111 11001001
Octal 264 317 311

Shades and tints

Shades of #B4CFC9

#B4CFC9
(180,207,201)
#A4BDB7
(164,189,183)
#94ABA5
(148,171,165)
#849993
(132,153,147)
#748781
(116,135,129)
#64756F
(100,117,111)
#54635D
(84,99,93)
#44514B
(68,81,75)
#343F39
(52,63,57)
#242D27
(36,45,39)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4CFC9

#B4CFC9
(180,207,201)
#BAD3CD
(186,211,205)
#C0D7D1
(192,215,209)
#C6DBD5
(198,219,213)
#CCDFD9
(204,223,217)
#D2E3DD
(210,227,221)
#D8E7E1
(216,231,225)
#DEEBE5
(222,235,229)
#E4EFE9
(228,239,233)
#EAF3ED
(234,243,237)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CFC9 color. Also use rgb(180,207,201) instead hex code.

Text Font Color

.myTextColor { color: #B4CFC9; }

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

This text font color is #B4CFC9.

Background Color

.myBgColor { background-color: #B4CFC9; }

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

This div background color is #B4CFC9.

Border color

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

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

This div border color is #B4CFC9.

Opacity

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

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

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

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

This text has shadow with #B4CFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CFC9.

Preview

Color preview on black background

This text has color #B4CFC9 on black background.


Color preview on white background

This text has color #B4CFC9 on white background.


Black color preview on #B4CFC9 background

This text has black color on #B4CFC9 background.


White color preview on #B4CFC9 background

This text has white color on #B4CFC9 background.


Related colors

Complementary color

Complementary color for #hex is #4B3036.


I love getcolorcode.com

Triadic colors

1 #C9B4CF and #CFC9B4 with #B4CFC9 are triadic colors.

2 #C9CFB4 and #CFB4C9 with #B4CFC9 are triadic colors.