COLOR #B7CCE1

HEX: #B7CCE1 RGB: (183,204,225)

Color info

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

RGB color model

#B7CCE1 color RGB value is (183,204,225).

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

RGB channels and saturation

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

183
204
225

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

Portions of RGB colors in percentages

R + G + B = 183 + 204 + 225 = 612 (100%)
R 183 of 612 ~ 29.9%
G 204 of 612 ~ 33.33%
B 225 of 612 ~ 36.76'%

%29.9
%33.33
%36.76

CMYK color model

#B7CCE1 color CMYK value is (19,9,0,12).

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

CMYK: (19,9,0,12)
C19M9Y0K12 (19%, 9%, 0%, 12%)
(0.19 / 0.09 / 0.00 / 0.12)

CMYK percentages

%18.67
%9.33
%0
%11.76

Codes

Color #B7CCE1 in popluar color models

B7 CC E1
RGB 183 204 225
HSL 210° 41.18% 80.00%
HSB/HSV 210° 18.67% 88.24%
CMYK 18.67% 9.33% 0.00%
11.76%

Color #B7CCE1 in popluar number systems.

HEX B7 CC E1
Decimal 183 204 225
Binary 10110111 11001100 11100001
Octal 267 314 341

Shades and tints

Shades of #B7CCE1

#B7CCE1
(183,204,225)
#A7BACD
(167,186,205)
#97A8B9
(151,168,185)
#8796A5
(135,150,165)
#778491
(119,132,145)
#67727D
(103,114,125)
#576069
(87,96,105)
#474E55
(71,78,85)
#373C41
(55,60,65)
#272A2D
(39,42,45)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #B7CCE1

#B7CCE1
(183,204,225)
#BDD0E3
(189,208,227)
#C3D4E5
(195,212,229)
#C9D8E7
(201,216,231)
#CFDCE9
(207,220,233)
#D5E0EB
(213,224,235)
#DBE4ED
(219,228,237)
#E1E8EF
(225,232,239)
#E7ECF1
(231,236,241)
#EDF0F3
(237,240,243)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCE1; }

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

This text font color is #B7CCE1.

Background Color

.myBgColor { background-color: #B7CCE1; }

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

This div background color is #B7CCE1.

Border color

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

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

This div border color is #B7CCE1.

Opacity

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

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

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

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

This text has shadow with #B7CCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CCE1.

Preview

Color preview on black background

This text has color #B7CCE1 on black background.


Color preview on white background

This text has color #B7CCE1 on white background.


Black color preview on #B7CCE1 background

This text has black color on #B7CCE1 background.


White color preview on #B7CCE1 background

This text has white color on #B7CCE1 background.


Related colors

Complementary color

Complementary color for #hex is #48331E.


I love getcolorcode.com

Triadic colors

1 #E1B7CC and #CCE1B7 with #B7CCE1 are triadic colors.

2 #E1CCB7 and #CCB7E1 with #B7CCE1 are triadic colors.