COLOR #B3CFC9

HEX: #B3CFC9 RGB: (179,207,201)

Color info

#B3CFC9 contains red, green and blue colors in about the same proportion. Web safe color of #B3CFC9 is #99CCCC (or #9CC).

RGB color model

#B3CFC9 color RGB value is (179,207,201).

RGB: (179,207,201) (70%, 81%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 207 of 255 = 81%
B 201 of 255 = 79%

179
207
201

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

Portions of RGB colors in percentages

R + G + B = 179 + 207 + 201 = 587 (100%)
R 179 of 587 ~ 30.49%
G 207 of 587 ~ 35.26%
B 201 of 587 ~ 34.24'%

%30.49
%35.26
%34.24

CMYK color model

#B3CFC9 color CMYK value is (14,0,3,19).

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

CMYK: (14,0,3,19)
C14M0Y3K19 (14%, 0%, 3%, 19%)
(0.14 / 0.00 / 0.03 / 0.19)

CMYK percentages

%13.53
%0
%2.9
%18.82

Codes

Color #B3CFC9 in popluar color models

B3 CF C9
RGB 179 207 201
HSL 167° 22.58% 75.69%
HSB/HSV 167° 13.53% 81.18%
CMYK 13.53% 0.00% 2.90%
18.82%

Color #B3CFC9 in popluar number systems.

HEX B3 CF C9
Decimal 179 207 201
Binary 10110011 11001111 11001001
Octal 263 317 311

Shades and tints

Shades of #B3CFC9

#B3CFC9
(179,207,201)
#A3BDB7
(163,189,183)
#93ABA5
(147,171,165)
#839993
(131,153,147)
#738781
(115,135,129)
#63756F
(99,117,111)
#53635D
(83,99,93)
#43514B
(67,81,75)
#333F39
(51,63,57)
#232D27
(35,45,39)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #B3CFC9

#B3CFC9
(179,207,201)
#B9D3CD
(185,211,205)
#BFD7D1
(191,215,209)
#C5DBD5
(197,219,213)
#CBDFD9
(203,223,217)
#D1E3DD
(209,227,221)
#D7E7E1
(215,231,225)
#DDEBE5
(221,235,229)
#E3EFE9
(227,239,233)
#E9F3ED
(233,243,237)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CFC9; }

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

This text font color is #B3CFC9.

Background Color

.myBgColor { background-color: #B3CFC9; }

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

This div background color is #B3CFC9.

Border color

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

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

This div border color is #B3CFC9.

Opacity

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

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

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

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

This text has shadow with #B3CFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CFC9.

Preview

Color preview on black background

This text has color #B3CFC9 on black background.


Color preview on white background

This text has color #B3CFC9 on white background.


Black color preview on #B3CFC9 background

This text has black color on #B3CFC9 background.


White color preview on #B3CFC9 background

This text has white color on #B3CFC9 background.


Related colors

Complementary color

Complementary color for #hex is #4C3036.


I love getcolorcode.com

Triadic colors

1 #C9B3CF and #CFC9B3 with #B3CFC9 are triadic colors.

2 #C9CFB3 and #CFB3C9 with #B3CFC9 are triadic colors.