COLOR #B3CFE5

HEX: #B3CFE5 RGB: (179,207,229)

Color info

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

RGB color model

#B3CFE5 color RGB value is (179,207,229).

RGB: (179,207,229) (70%, 81%, 90%)

RGB channels and saturation

R 179 of 255 = 70%
G 207 of 255 = 81%
B 229 of 255 = 90%

179
207
229

R + G + B ~ 80%. #B3CFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 207 + 229 = 615 (100%)
R 179 of 615 ~ 29.11%
G 207 of 615 ~ 33.66%
B 229 of 615 ~ 37.24'%

%29.11
%33.66
%37.24

CMYK color model

#B3CFE5 color CMYK value is (22,10,0,10).

  • cyan value is 21.83%
  • magenta value is 9.61%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (22,10,0,10)
C22M10Y0K10 (22%, 10%, 0%, 10%)
(0.22 / 0.10 / 0.00 / 0.10)

CMYK percentages

%21.83
%9.61
%0
%10.2

Codes

Color #B3CFE5 in popluar color models

B3 CF E5
RGB 179 207 229
HSL 206° 49.02% 80.00%
HSB/HSV 206° 21.83% 89.80%
CMYK 21.83% 9.61% 0.00%
10.20%

Color #B3CFE5 in popluar number systems.

HEX B3 CF E5
Decimal 179 207 229
Binary 10110011 11001111 11100101
Octal 263 317 345

Shades and tints

Shades of #B3CFE5

#B3CFE5
(179,207,229)
#A3BDD1
(163,189,209)
#93ABBD
(147,171,189)
#8399A9
(131,153,169)
#738795
(115,135,149)
#637581
(99,117,129)
#53636D
(83,99,109)
#435159
(67,81,89)
#333F45
(51,63,69)
#232D31
(35,45,49)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #B3CFE5

#B3CFE5
(179,207,229)
#B9D3E7
(185,211,231)
#BFD7E9
(191,215,233)
#C5DBEB
(197,219,235)
#CBDFED
(203,223,237)
#D1E3EF
(209,227,239)
#D7E7F1
(215,231,241)
#DDEBF3
(221,235,243)
#E3EFF5
(227,239,245)
#E9F3F7
(233,243,247)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CFE5; }

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

This text font color is #B3CFE5.

Background Color

.myBgColor { background-color: #B3CFE5; }

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

This div background color is #B3CFE5.

Border color

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

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

This div border color is #B3CFE5.

Opacity

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

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

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

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

This text has shadow with #B3CFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CFE5.

Preview

Color preview on black background

This text has color #B3CFE5 on black background.


Color preview on white background

This text has color #B3CFE5 on white background.


Black color preview on #B3CFE5 background

This text has black color on #B3CFE5 background.


White color preview on #B3CFE5 background

This text has white color on #B3CFE5 background.


Related colors

Complementary color

Complementary color for #hex is #4C301A.


I love getcolorcode.com

Triadic colors

1 #E5B3CF and #CFE5B3 with #B3CFE5 are triadic colors.

2 #E5CFB3 and #CFB3E5 with #B3CFE5 are triadic colors.