COLOR #B7CAE8

HEX: #B7CAE8 RGB: (183,202,232)

Color info

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

RGB color model

#B7CAE8 color RGB value is (183,202,232).

RGB: (183,202,232) (72%, 79%, 91%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 232 of 255 = 91%

183
202
232

R + G + B ~ 81%. #B7CAE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 202 + 232 = 617 (100%)
R 183 of 617 ~ 29.66%
G 202 of 617 ~ 32.74%
B 232 of 617 ~ 37.6'%

%29.66
%32.74
%37.6

CMYK color model

#B7CAE8 color CMYK value is (21,13,0,9).

  • cyan value is 21.12%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (21,13,0,9)
C21M13Y0K9 (21%, 13%, 0%, 9%)
(0.21 / 0.13 / 0.00 / 0.09)

CMYK percentages

%21.12
%12.93
%0
%9.02

Codes

Color #B7CAE8 in popluar color models

B7 CA E8
RGB 183 202 232
HSL 217° 51.58% 81.37%
HSB/HSV 217° 21.12% 90.98%
CMYK 21.12% 12.93% 0.00%
9.02%

Color #B7CAE8 in popluar number systems.

HEX B7 CA E8
Decimal 183 202 232
Binary 10110111 11001010 11101000
Octal 267 312 350

Shades and tints

Shades of #B7CAE8

#B7CAE8
(183,202,232)
#A7B8D3
(167,184,211)
#97A6BE
(151,166,190)
#8794A9
(135,148,169)
#778294
(119,130,148)
#67707F
(103,112,127)
#575E6A
(87,94,106)
#474C55
(71,76,85)
#373A40
(55,58,64)
#27282B
(39,40,43)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #B7CAE8

#B7CAE8
(183,202,232)
#BDCEEA
(189,206,234)
#C3D2EC
(195,210,236)
#C9D6EE
(201,214,238)
#CFDAF0
(207,218,240)
#D5DEF2
(213,222,242)
#DBE2F4
(219,226,244)
#E1E6F6
(225,230,246)
#E7EAF8
(231,234,248)
#EDEEFA
(237,238,250)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CAE8; }

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

This text font color is #B7CAE8.

Background Color

.myBgColor { background-color: #B7CAE8; }

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

This div background color is #B7CAE8.

Border color

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

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

This div border color is #B7CAE8.

Opacity

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

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

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

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

This text has shadow with #B7CAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CAE8.

Preview

Color preview on black background

This text has color #B7CAE8 on black background.


Color preview on white background

This text has color #B7CAE8 on white background.


Black color preview on #B7CAE8 background

This text has black color on #B7CAE8 background.


White color preview on #B7CAE8 background

This text has white color on #B7CAE8 background.


Related colors

Complementary color

Complementary color for #hex is #483517.


I love getcolorcode.com

Triadic colors

1 #E8B7CA and #CAE8B7 with #B7CAE8 are triadic colors.

2 #E8CAB7 and #CAB7E8 with #B7CAE8 are triadic colors.