COLOR #B7C4F7

HEX: #B7C4F7 RGB: (183,196,247)

Color info

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

RGB color model

#B7C4F7 color RGB value is (183,196,247).

RGB: (183,196,247) (72%, 77%, 97%)

RGB channels and saturation

R 183 of 255 = 72%
G 196 of 255 = 77%
B 247 of 255 = 97%

183
196
247

R + G + B ~ 82%. #B7C4F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 196 + 247 = 626 (100%)
R 183 of 626 ~ 29.23%
G 196 of 626 ~ 31.31%
B 247 of 626 ~ 39.46'%

%29.23
%31.31
%39.46

CMYK color model

#B7C4F7 color CMYK value is (26,21,0,3).

  • cyan value is 25.91%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (26,21,0,3)
C26M21Y0K3 (26%, 21%, 0%, 3%)
(0.26 / 0.21 / 0.00 / 0.03)

CMYK percentages

%25.91
%20.65
%0
%3.14

Codes

Color #B7C4F7 in popluar color models

B7 C4 F7
RGB 183 196 247
HSL 228° 80.00% 84.31%
HSB/HSV 228° 25.91% 96.86%
CMYK 25.91% 20.65% 0.00%
3.14%

Color #B7C4F7 in popluar number systems.

HEX B7 C4 F7
Decimal 183 196 247
Binary 10110111 11000100 11110111
Octal 267 304 367

Shades and tints

Shades of #B7C4F7

#B7C4F7
(183,196,247)
#A7B3E1
(167,179,225)
#97A2CB
(151,162,203)
#8791B5
(135,145,181)
#77809F
(119,128,159)
#676F89
(103,111,137)
#575E73
(87,94,115)
#474D5D
(71,77,93)
#373C47
(55,60,71)
#272B31
(39,43,49)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #B7C4F7

#B7C4F7
(183,196,247)
#BDC9F7
(189,201,247)
#C3CEF7
(195,206,247)
#C9D3F7
(201,211,247)
#CFD8F7
(207,216,247)
#D5DDF7
(213,221,247)
#DBE2F7
(219,226,247)
#E1E7F7
(225,231,247)
#E7ECF7
(231,236,247)
#EDF1F7
(237,241,247)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C4F7 color. Also use rgb(183,196,247) instead hex code.

Text Font Color

.myTextColor { color: #B7C4F7; }

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

This text font color is #B7C4F7.

Background Color

.myBgColor { background-color: #B7C4F7; }

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

This div background color is #B7C4F7.

Border color

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

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

This div border color is #B7C4F7.

Opacity

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

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

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

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

This text has shadow with #B7C4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C4F7.

Preview

Color preview on black background

This text has color #B7C4F7 on black background.


Color preview on white background

This text has color #B7C4F7 on white background.


Black color preview on #B7C4F7 background

This text has black color on #B7C4F7 background.


White color preview on #B7C4F7 background

This text has white color on #B7C4F7 background.


Related colors

Complementary color

Complementary color for #hex is #483B08.


I love getcolorcode.com

Triadic colors

1 #F7B7C4 and #C4F7B7 with #B7C4F7 are triadic colors.

2 #F7C4B7 and #C4B7F7 with #B7C4F7 are triadic colors.