COLOR #B7CAE0

HEX: #B7CAE0 RGB: (183,202,224)

Color info

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

RGB color model

#B7CAE0 color RGB value is (183,202,224).

RGB: (183,202,224) (72%, 79%, 88%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 224 of 255 = 88%

183
202
224

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

Portions of RGB colors in percentages

R + G + B = 183 + 202 + 224 = 609 (100%)
R 183 of 609 ~ 30.05%
G 202 of 609 ~ 33.17%
B 224 of 609 ~ 36.78'%

%30.05
%33.17
%36.78

CMYK color model

#B7CAE0 color CMYK value is (18,10,0,12).

  • cyan value is 18.30%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (18,10,0,12)
C18M10Y0K12 (18%, 10%, 0%, 12%)
(0.18 / 0.10 / 0.00 / 0.12)

CMYK percentages

%18.3
%9.82
%0
%12.16

Codes

Color #B7CAE0 in popluar color models

B7 CA E0
RGB 183 202 224
HSL 212° 39.81% 79.80%
HSB/HSV 212° 18.30% 87.84%
CMYK 18.30% 9.82% 0.00%
12.16%

Color #B7CAE0 in popluar number systems.

HEX B7 CA E0
Decimal 183 202 224
Binary 10110111 11001010 11100000
Octal 267 312 340

Shades and tints

Shades of #B7CAE0

#B7CAE0
(183,202,224)
#A7B8CC
(167,184,204)
#97A6B8
(151,166,184)
#8794A4
(135,148,164)
#778290
(119,130,144)
#67707C
(103,112,124)
#575E68
(87,94,104)
#474C54
(71,76,84)
#373A40
(55,58,64)
#27282C
(39,40,44)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #B7CAE0

#B7CAE0
(183,202,224)
#BDCEE2
(189,206,226)
#C3D2E4
(195,210,228)
#C9D6E6
(201,214,230)
#CFDAE8
(207,218,232)
#D5DEEA
(213,222,234)
#DBE2EC
(219,226,236)
#E1E6EE
(225,230,238)
#E7EAF0
(231,234,240)
#EDEEF2
(237,238,242)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CAE0; }

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

This text font color is #B7CAE0.

Background Color

.myBgColor { background-color: #B7CAE0; }

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

This div background color is #B7CAE0.

Border color

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

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

This div border color is #B7CAE0.

Opacity

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

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

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

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

This text has shadow with #B7CAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CAE0.

Preview

Color preview on black background

This text has color #B7CAE0 on black background.


Color preview on white background

This text has color #B7CAE0 on white background.


Black color preview on #B7CAE0 background

This text has black color on #B7CAE0 background.


White color preview on #B7CAE0 background

This text has white color on #B7CAE0 background.


Related colors

Complementary color

Complementary color for #hex is #48351F.


I love getcolorcode.com

Triadic colors

1 #E0B7CA and #CAE0B7 with #B7CAE0 are triadic colors.

2 #E0CAB7 and #CAB7E0 with #B7CAE0 are triadic colors.