COLOR #B7C6FD

HEX: #B7C6FD RGB: (183,198,253)

Color info

#B7C6FD contains mainly green and blue colors. Web safe color of #B7C6FD is #CCCCFF (or #CCF).

RGB color model

#B7C6FD color RGB value is (183,198,253).

RGB: (183,198,253) (72%, 78%, 99%)

RGB channels and saturation

R 183 of 255 = 72%
G 198 of 255 = 78%
B 253 of 255 = 99%

183
198
253

R + G + B ~ 83%. #B7C6FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 198 + 253 = 634 (100%)
R 183 of 634 ~ 28.86%
G 198 of 634 ~ 31.23%
B 253 of 634 ~ 39.91'%

%28.86
%31.23
%39.91

CMYK color model

#B7C6FD color CMYK value is (28,22,0,1).

  • cyan value is 27.67%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (28,22,0,1)
C28M22Y0K1 (28%, 22%, 0%, 1%)
(0.28 / 0.22 / 0.00 / 0.01)

CMYK percentages

%27.67
%21.74
%0
%0.78

Codes

Color #B7C6FD in popluar color models

B7 C6 FD
RGB 183 198 253
HSL 227° 94.59% 85.49%
HSB/HSV 227° 27.67% 99.22%
CMYK 27.67% 21.74% 0.00%
0.78%

Color #B7C6FD in popluar number systems.

HEX B7 C6 FD
Decimal 183 198 253
Binary 10110111 11000110 11111101
Octal 267 306 375

Shades and tints

Shades of #B7C6FD

#B7C6FD
(183,198,253)
#A7B4E6
(167,180,230)
#97A2CF
(151,162,207)
#8790B8
(135,144,184)
#777EA1
(119,126,161)
#676C8A
(103,108,138)
#575A73
(87,90,115)
#47485C
(71,72,92)
#373645
(55,54,69)
#27242E
(39,36,46)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #B7C6FD

#B7C6FD
(183,198,253)
#BDCBFD
(189,203,253)
#C3D0FD
(195,208,253)
#C9D5FD
(201,213,253)
#CFDAFD
(207,218,253)
#D5DFFD
(213,223,253)
#DBE4FD
(219,228,253)
#E1E9FD
(225,233,253)
#E7EEFD
(231,238,253)
#EDF3FD
(237,243,253)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C6FD; }

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

This text font color is #B7C6FD.

Background Color

.myBgColor { background-color: #B7C6FD; }

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

This div background color is #B7C6FD.

Border color

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

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

This div border color is #B7C6FD.

Opacity

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

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

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

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

This text has shadow with #B7C6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C6FD.

Preview

Color preview on black background

This text has color #B7C6FD on black background.


Color preview on white background

This text has color #B7C6FD on white background.


Black color preview on #B7C6FD background

This text has black color on #B7C6FD background.


White color preview on #B7C6FD background

This text has white color on #B7C6FD background.


Related colors

Complementary color

Complementary color for #hex is #483902.


I love getcolorcode.com

Triadic colors

1 #FDB7C6 and #C6FDB7 with #B7C6FD are triadic colors.

2 #FDC6B7 and #C6B7FD with #B7C6FD are triadic colors.