COLOR #B8CAE3

HEX: #B8CAE3 RGB: (184,202,227)

Color info

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

RGB color model

#B8CAE3 color RGB value is (184,202,227).

RGB: (184,202,227) (72%, 79%, 89%)

RGB channels and saturation

R 184 of 255 = 72%
G 202 of 255 = 79%
B 227 of 255 = 89%

184
202
227

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

Portions of RGB colors in percentages

R + G + B = 184 + 202 + 227 = 613 (100%)
R 184 of 613 ~ 30.02%
G 202 of 613 ~ 32.95%
B 227 of 613 ~ 37.03'%

%30.02
%32.95
%37.03

CMYK color model

#B8CAE3 color CMYK value is (19,11,0,11).

  • cyan value is 18.94%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (19,11,0,11)
C19M11Y0K11 (19%, 11%, 0%, 11%)
(0.19 / 0.11 / 0.00 / 0.11)

CMYK percentages

%18.94
%11.01
%0
%10.98

Codes

Color #B8CAE3 in popluar color models

B8 CA E3
RGB 184 202 227
HSL 215° 43.43% 80.59%
HSB/HSV 215° 18.94% 89.02%
CMYK 18.94% 11.01% 0.00%
10.98%

Color #B8CAE3 in popluar number systems.

HEX B8 CA E3
Decimal 184 202 227
Binary 10111000 11001010 11100011
Octal 270 312 343

Shades and tints

Shades of #B8CAE3

#B8CAE3
(184,202,227)
#A8B8CF
(168,184,207)
#98A6BB
(152,166,187)
#8894A7
(136,148,167)
#788293
(120,130,147)
#68707F
(104,112,127)
#585E6B
(88,94,107)
#484C57
(72,76,87)
#383A43
(56,58,67)
#28282F
(40,40,47)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #B8CAE3

#B8CAE3
(184,202,227)
#BECEE5
(190,206,229)
#C4D2E7
(196,210,231)
#CAD6E9
(202,214,233)
#D0DAEB
(208,218,235)
#D6DEED
(214,222,237)
#DCE2EF
(220,226,239)
#E2E6F1
(226,230,241)
#E8EAF3
(232,234,243)
#EEEEF5
(238,238,245)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CAE3 color. Also use rgb(184,202,227) instead hex code.

Text Font Color

.myTextColor { color: #B8CAE3; }

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

This text font color is #B8CAE3.

Background Color

.myBgColor { background-color: #B8CAE3; }

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

This div background color is #B8CAE3.

Border color

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

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

This div border color is #B8CAE3.

Opacity

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

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

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

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

This text has shadow with #B8CAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CAE3.

Preview

Color preview on black background

This text has color #B8CAE3 on black background.


Color preview on white background

This text has color #B8CAE3 on white background.


Black color preview on #B8CAE3 background

This text has black color on #B8CAE3 background.


White color preview on #B8CAE3 background

This text has white color on #B8CAE3 background.


Related colors

Complementary color

Complementary color for #hex is #47351C.


I love getcolorcode.com

Triadic colors

1 #E3B8CA and #CAE3B8 with #B8CAE3 are triadic colors.

2 #E3CAB8 and #CAB8E3 with #B8CAE3 are triadic colors.