COLOR #B7C5EE

HEX: #B7C5EE
RGB: (183,197,238)

Color info

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

RGB color model

#B7C5EE color RGB value is (183,197,238).

  • red value is 183;
  • green value is 197;
  • blue value is 238.
RGB:
(183,197,238)
(72%,77%,93%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 238 of 255 = 93%

183
197
238

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

Portions of RGB colors in percentages

R + G + B =
183 + 197 + 238 = 618 (100%)
R 183 of 618 ~ 29.61%
G 197 of 618 ~ 31.88%
B 238 of 618 ~ 38.51%

%29.61
%31.88
%38.51

CMYK color model

#B7C5EE color CMYK value is (23,17,0,7).

  • cyan value is 23.11%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(23,17,0,7)
C23M17Y0K7 
(23%,17%,0%,7%)
(0.23/0.17/0.00/0.07)	

CMYK percentages

%23.11
%17.23
%0
%6.67

Codes

Color #B7C5EE in popluar color models

B7C5EE
RGB183197238
HSL225°61.80%82.55%
HSB/HSV225°23.11%93.33%
CMYK23.11%17.23%0.00%
6.67%

Color #B7C5EE in popluar number systems.

HEXB7C5EE
Decimal183197238
Binary101101111100010111101110
Octal267305356

Shades and tints

Shades of #B7C5EE

#B7C5EE
(183,197,238)
#A7B4D9
(167,180,217)
#97A3C4
(151,163,196)
#8792AF
(135,146,175)
#77819A
(119,129,154)
#677085
(103,112,133)
#575F70
(87,95,112)
#474E5B
(71,78,91)
#373D46
(55,61,70)
#272C31
(39,44,49)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #B7C5EE

#B7C5EE
(183,197,238)
#BDCAEF
(189,202,239)
#C3CFF0
(195,207,240)
#C9D4F1
(201,212,241)
#CFD9F2
(207,217,242)
#D5DEF3
(213,222,243)
#DBE3F4
(219,227,244)
#E1E8F5
(225,232,245)
#E7EDF6
(231,237,246)
#EDF2F7
(237,242,247)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C5EE color. Also use rgb(183,197,238) instead hex code.

Text Font Color

.myTextColor { color: #B7C5EE; }

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

This text font color is #B7C5EE.


Background Color

.myBgColor { background-color: #B7C5EE; }

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

This div background color is #B7C5EE.


Border color

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

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

This div border color is #B7C5EE.


Opacity

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

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

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

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

This text has shadow with #B7C5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C5EE on black background.


Color preview on white background

This text has color #B7C5EE on white background.



Black color preview on #B7C5EE background

This text has black color on #B7C5EE background.


White color preview on #B7C5EE background

This text has white color on #B7C5EE background.