COLOR #B7CAEA

HEX: #B7CAEA RGB: (183,202,234)

Color info

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

RGB color model

#B7CAEA color RGB value is (183,202,234).

RGB: (183,202,234) (72%, 79%, 92%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 234 of 255 = 92%

183
202
234

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

Portions of RGB colors in percentages

R + G + B = 183 + 202 + 234 = 619 (100%)
R 183 of 619 ~ 29.56%
G 202 of 619 ~ 32.63%
B 234 of 619 ~ 37.8'%

%29.56
%32.63
%37.8

CMYK color model

#B7CAEA color CMYK value is (22,14,0,8).

  • cyan value is 21.79%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (22,14,0,8)
C22M14Y0K8 (22%, 14%, 0%, 8%)
(0.22 / 0.14 / 0.00 / 0.08)

CMYK percentages

%21.79
%13.68
%0
%8.24

Codes

Color #B7CAEA in popluar color models

B7 CA EA
RGB 183 202 234
HSL 218° 54.84% 81.76%
HSB/HSV 218° 21.79% 91.76%
CMYK 21.79% 13.68% 0.00%
8.24%

Color #B7CAEA in popluar number systems.

HEX B7 CA EA
Decimal 183 202 234
Binary 10110111 11001010 11101010
Octal 267 312 352

Shades and tints

Shades of #B7CAEA

#B7CAEA
(183,202,234)
#A7B8D5
(167,184,213)
#97A6C0
(151,166,192)
#8794AB
(135,148,171)
#778296
(119,130,150)
#677081
(103,112,129)
#575E6C
(87,94,108)
#474C57
(71,76,87)
#373A42
(55,58,66)
#27282D
(39,40,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #B7CAEA

#B7CAEA
(183,202,234)
#BDCEEB
(189,206,235)
#C3D2EC
(195,210,236)
#C9D6ED
(201,214,237)
#CFDAEE
(207,218,238)
#D5DEEF
(213,222,239)
#DBE2F0
(219,226,240)
#E1E6F1
(225,230,241)
#E7EAF2
(231,234,242)
#EDEEF3
(237,238,243)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CAEA; }

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

This text font color is #B7CAEA.

Background Color

.myBgColor { background-color: #B7CAEA; }

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

This div background color is #B7CAEA.

Border color

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

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

This div border color is #B7CAEA.

Opacity

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

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

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

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

This text has shadow with #B7CAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CAEA.

Preview

Color preview on black background

This text has color #B7CAEA on black background.


Color preview on white background

This text has color #B7CAEA on white background.


Black color preview on #B7CAEA background

This text has black color on #B7CAEA background.


White color preview on #B7CAEA background

This text has white color on #B7CAEA background.


Related colors

Complementary color

Complementary color for #hex is #483515.


I love getcolorcode.com

Triadic colors

1 #EAB7CA and #CAEAB7 with #B7CAEA are triadic colors.

2 #EACAB7 and #CAB7EA with #B7CAEA are triadic colors.