COLOR #B7CBE1

HEX: #B7CBE1 RGB: (183,203,225)

Color info

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

RGB color model

#B7CBE1 color RGB value is (183,203,225).

RGB: (183,203,225) (72%, 80%, 88%)

RGB channels and saturation

R 183 of 255 = 72%
G 203 of 255 = 80%
B 225 of 255 = 88%

183
203
225

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

Portions of RGB colors in percentages

R + G + B = 183 + 203 + 225 = 611 (100%)
R 183 of 611 ~ 29.95%
G 203 of 611 ~ 33.22%
B 225 of 611 ~ 36.82'%

%29.95
%33.22
%36.82

CMYK color model

#B7CBE1 color CMYK value is (19,10,0,12).

  • cyan value is 18.67%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (19,10,0,12)
C19M10Y0K12 (19%, 10%, 0%, 12%)
(0.19 / 0.10 / 0.00 / 0.12)

CMYK percentages

%18.67
%9.78
%0
%11.76

Codes

Color #B7CBE1 in popluar color models

B7 CB E1
RGB 183 203 225
HSL 211° 41.18% 80.00%
HSB/HSV 211° 18.67% 88.24%
CMYK 18.67% 9.78% 0.00%
11.76%

Color #B7CBE1 in popluar number systems.

HEX B7 CB E1
Decimal 183 203 225
Binary 10110111 11001011 11100001
Octal 267 313 341

Shades and tints

Shades of #B7CBE1

#B7CBE1
(183,203,225)
#A7B9CD
(167,185,205)
#97A7B9
(151,167,185)
#8795A5
(135,149,165)
#778391
(119,131,145)
#67717D
(103,113,125)
#575F69
(87,95,105)
#474D55
(71,77,85)
#373B41
(55,59,65)
#27292D
(39,41,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #B7CBE1

#B7CBE1
(183,203,225)
#BDCFE3
(189,207,227)
#C3D3E5
(195,211,229)
#C9D7E7
(201,215,231)
#CFDBE9
(207,219,233)
#D5DFEB
(213,223,235)
#DBE3ED
(219,227,237)
#E1E7EF
(225,231,239)
#E7EBF1
(231,235,241)
#EDEFF3
(237,239,243)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CBE1 color. Also use rgb(183,203,225) instead hex code.

Text Font Color

.myTextColor { color: #B7CBE1; }

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

This text font color is #B7CBE1.

Background Color

.myBgColor { background-color: #B7CBE1; }

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

This div background color is #B7CBE1.

Border color

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

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

This div border color is #B7CBE1.

Opacity

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

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

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

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

This text has shadow with #B7CBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CBE1.

Preview

Color preview on black background

This text has color #B7CBE1 on black background.


Color preview on white background

This text has color #B7CBE1 on white background.


Black color preview on #B7CBE1 background

This text has black color on #B7CBE1 background.


White color preview on #B7CBE1 background

This text has white color on #B7CBE1 background.


Related colors

Complementary color

Complementary color for #hex is #48341E.


I love getcolorcode.com

Triadic colors

1 #E1B7CB and #CBE1B7 with #B7CBE1 are triadic colors.

2 #E1CBB7 and #CBB7E1 with #B7CBE1 are triadic colors.