COLOR #B7CAF2

HEX: #B7CAF2
RGB: (183,202,242)

Color info

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

RGB color model

#B7CAF2 color RGB value is (183,202,242).

  • red value is 183;
  • green value is 202;
  • blue value is 242.
RGB:
(183,202,242)
(72%,79%,95%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 242 of 255 = 95%

183
202
242

R + G + B ~ 82%. #B7CAF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 202 + 242 = 627 (100%)
R 183 of 627 ~ 29.19%
G 202 of 627 ~ 32.22%
B 242 of 627 ~ 38.6%

%29.19
%32.22
%38.6

CMYK color model

#B7CAF2 color CMYK value is (24,17,0,5).

  • cyan value is 24.38%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,17,0,5)
C24M17Y0K5 
(24%,17%,0%,5%)
(0.24/0.17/0.00/0.05)	

CMYK percentages

%24.38
%16.53
%0
%5.1

Codes

Color #B7CAF2 in popluar color models

B7CAF2
RGB183202242
HSL221°69.41%83.33%
HSB/HSV221°24.38%94.90%
CMYK24.38%16.53%0.00%
5.10%

Color #B7CAF2 in popluar number systems.

HEXB7CAF2
Decimal183202242
Binary101101111100101011110010
Octal267312362

Shades and tints

Shades of #B7CAF2

#B7CAF2
(183,202,242)
#A7B8DC
(167,184,220)
#97A6C6
(151,166,198)
#8794B0
(135,148,176)
#77829A
(119,130,154)
#677084
(103,112,132)
#575E6E
(87,94,110)
#474C58
(71,76,88)
#373A42
(55,58,66)
#27282C
(39,40,44)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #B7CAF2

#B7CAF2
(183,202,242)
#BDCEF3
(189,206,243)
#C3D2F4
(195,210,244)
#C9D6F5
(201,214,245)
#CFDAF6
(207,218,246)
#D5DEF7
(213,222,247)
#DBE2F8
(219,226,248)
#E1E6F9
(225,230,249)
#E7EAFA
(231,234,250)
#EDEEFB
(237,238,251)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CAF2 color. Also use rgb(183,202,242) instead hex code.

Text Font Color

.myTextColor { color: #B7CAF2; }

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

This text font color is #B7CAF2.


Background Color

.myBgColor { background-color: #B7CAF2; }

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

This div background color is #B7CAF2.


Border color

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

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

This div border color is #B7CAF2.


Opacity

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

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

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

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

This text has shadow with #B7CAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CAF2 on black background.


Color preview on white background

This text has color #B7CAF2 on white background.



Black color preview on #B7CAF2 background

This text has black color on #B7CAF2 background.


White color preview on #B7CAF2 background

This text has white color on #B7CAF2 background.