COLOR #B9CFF3

HEX: #B9CFF3 RGB: (185,207,243)

Color info

#B9CFF3 contains red, green and blue colors in about the same proportion. Web safe color of #B9CFF3 is #CCCCFF (or #CCF).

RGB color model

#B9CFF3 color RGB value is (185,207,243).

RGB: (185,207,243) (73%, 81%, 95%)

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 243 of 255 = 95%

185
207
243

R + G + B ~ 83%. #B9CFF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 207 + 243 = 635 (100%)
R 185 of 635 ~ 29.13%
G 207 of 635 ~ 32.6%
B 243 of 635 ~ 38.27'%

%29.13
%32.6
%38.27

CMYK color model

#B9CFF3 color CMYK value is (24,15,0,5).

  • cyan value is 23.87%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (24,15,0,5)
C24M15Y0K5 (24%, 15%, 0%, 5%)
(0.24 / 0.15 / 0.00 / 0.05)

CMYK percentages

%23.87
%14.81
%0
%4.71

Codes

Color #B9CFF3 in popluar color models

B9 CF F3
RGB 185 207 243
HSL 217° 70.73% 83.92%
HSB/HSV 217° 23.87% 95.29%
CMYK 23.87% 14.81% 0.00%
4.71%

Color #B9CFF3 in popluar number systems.

HEX B9 CF F3
Decimal 185 207 243
Binary 10111001 11001111 11110011
Octal 271 317 363

Shades and tints

Shades of #B9CFF3

#B9CFF3
(185,207,243)
#A9BDDD
(169,189,221)
#99ABC7
(153,171,199)
#8999B1
(137,153,177)
#79879B
(121,135,155)
#697585
(105,117,133)
#59636F
(89,99,111)
#495159
(73,81,89)
#393F43
(57,63,67)
#292D2D
(41,45,45)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #B9CFF3

#B9CFF3
(185,207,243)
#BFD3F4
(191,211,244)
#C5D7F5
(197,215,245)
#CBDBF6
(203,219,246)
#D1DFF7
(209,223,247)
#D7E3F8
(215,227,248)
#DDE7F9
(221,231,249)
#E3EBFA
(227,235,250)
#E9EFFB
(233,239,251)
#EFF3FC
(239,243,252)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CFF3 color. Also use rgb(185,207,243) instead hex code.

Text Font Color

.myTextColor { color: #B9CFF3; }

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

This text font color is #B9CFF3.

Background Color

.myBgColor { background-color: #B9CFF3; }

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

This div background color is #B9CFF3.

Border color

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

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

This div border color is #B9CFF3.

Opacity

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

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

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

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

This text has shadow with #B9CFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CFF3.

Preview

Color preview on black background

This text has color #B9CFF3 on black background.


Color preview on white background

This text has color #B9CFF3 on white background.


Black color preview on #B9CFF3 background

This text has black color on #B9CFF3 background.


White color preview on #B9CFF3 background

This text has white color on #B9CFF3 background.


Related colors

Complementary color

Complementary color for #hex is #46300C.


I love getcolorcode.com

Triadic colors

1 #F3B9CF and #CFF3B9 with #B9CFF3 are triadic colors.

2 #F3CFB9 and #CFB9F3 with #B9CFF3 are triadic colors.