COLOR #B7C6EF

HEX: #B7C6EF RGB: (183,198,239)

Color info

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

RGB color model

#B7C6EF color RGB value is (183,198,239).

RGB: (183,198,239) (72%, 78%, 94%)

RGB channels and saturation

R 183 of 255 = 72%
G 198 of 255 = 78%
B 239 of 255 = 94%

183
198
239

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

Portions of RGB colors in percentages

R + G + B = 183 + 198 + 239 = 620 (100%)
R 183 of 620 ~ 29.52%
G 198 of 620 ~ 31.94%
B 239 of 620 ~ 38.55'%

%29.52
%31.94
%38.55

CMYK color model

#B7C6EF color CMYK value is (23,17,0,6).

  • cyan value is 23.43%
  • magenta value is 17.15%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,17,0,6)
C23M17Y0K6 (23%, 17%, 0%, 6%)
(0.23 / 0.17 / 0.00 / 0.06)

CMYK percentages

%23.43
%17.15
%0
%6.27

Codes

Color #B7C6EF in popluar color models

B7 C6 EF
RGB 183 198 239
HSL 224° 63.64% 82.75%
HSB/HSV 224° 23.43% 93.73%
CMYK 23.43% 17.15% 0.00%
6.27%

Color #B7C6EF in popluar number systems.

HEX B7 C6 EF
Decimal 183 198 239
Binary 10110111 11000110 11101111
Octal 267 306 357

Shades and tints

Shades of #B7C6EF

#B7C6EF
(183,198,239)
#A7B4DA
(167,180,218)
#97A2C5
(151,162,197)
#8790B0
(135,144,176)
#777E9B
(119,126,155)
#676C86
(103,108,134)
#575A71
(87,90,113)
#47485C
(71,72,92)
#373647
(55,54,71)
#272432
(39,36,50)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #B7C6EF

#B7C6EF
(183,198,239)
#BDCBF0
(189,203,240)
#C3D0F1
(195,208,241)
#C9D5F2
(201,213,242)
#CFDAF3
(207,218,243)
#D5DFF4
(213,223,244)
#DBE4F5
(219,228,245)
#E1E9F6
(225,233,246)
#E7EEF7
(231,238,247)
#EDF3F8
(237,243,248)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C6EF color. Also use rgb(183,198,239) instead hex code.

Text Font Color

.myTextColor { color: #B7C6EF; }

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

This text font color is #B7C6EF.

Background Color

.myBgColor { background-color: #B7C6EF; }

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

This div background color is #B7C6EF.

Border color

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

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

This div border color is #B7C6EF.

Opacity

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

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

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

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

This text has shadow with #B7C6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C6EF.

Preview

Color preview on black background

This text has color #B7C6EF on black background.


Color preview on white background

This text has color #B7C6EF on white background.


Black color preview on #B7C6EF background

This text has black color on #B7C6EF background.


White color preview on #B7C6EF background

This text has white color on #B7C6EF background.


Related colors

Complementary color

Complementary color for #hex is #483910.


I love getcolorcode.com

Triadic colors

1 #EFB7C6 and #C6EFB7 with #B7C6EF are triadic colors.

2 #EFC6B7 and #C6B7EF with #B7C6EF are triadic colors.