COLOR #B7D7F2

HEX: #B7D7F2 RGB: (183,215,242)

Color info

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

RGB color model

#B7D7F2 color RGB value is (183,215,242).

RGB: (183,215,242) (72%, 84%, 95%)

RGB channels and saturation

R 183 of 255 = 72%
G 215 of 255 = 84%
B 242 of 255 = 95%

183
215
242

R + G + B ~ 84%. #B7D7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 215 + 242 = 640 (100%)
R 183 of 640 ~ 28.59%
G 215 of 640 ~ 33.59%
B 242 of 640 ~ 37.81'%

%28.59
%33.59
%37.81

CMYK color model

#B7D7F2 color CMYK value is (24,11,0,5).

  • cyan value is 24.38%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (24,11,0,5) C24M11Y0K5 (24%,11%,0%,5%) (0.24/0.11/0.00/0.05) 

CMYK percentages

%24.38
%11.16
%0
%5.1

Codes

Color #B7D7F2 in popluar color models

B7 D7 F2
RGB 183 215 242
HSL 207° 69.41% 83.33%
HSB/HSV 207° 24.38% 94.90%
CMYK 24.38% 11.16% 0.00%
5.10%

Color #B7D7F2 in popluar number systems.

HEX B7 D7 F2
Decimal 183 215 242
Binary 10110111 11010111 11110010
Octal 267 327 362

Shades and tints

Shades of #B7D7F2

#B7D7F2
(183,215,242)
#A7C4DC
(167,196,220)
#97B1C6
(151,177,198)
#879EB0
(135,158,176)
#778B9A
(119,139,154)
#677884
(103,120,132)
#57656E
(87,101,110)
#475258
(71,82,88)
#373F42
(55,63,66)
#272C2C
(39,44,44)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #B7D7F2

#B7D7F2
(183,215,242)
#BDDAF3
(189,218,243)
#C3DDF4
(195,221,244)
#C9E0F5
(201,224,245)
#CFE3F6
(207,227,246)
#D5E6F7
(213,230,247)
#DBE9F8
(219,233,248)
#E1ECF9
(225,236,249)
#E7EFFA
(231,239,250)
#EDF2FB
(237,242,251)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D7F2 color. Also use rgb(183,215,242) instead hex code.

Text Font Color

.myTextColor { color: #B7D7F2; }

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

This text font color is #B7D7F2.

Background Color

.myBgColor { background-color: #B7D7F2; }

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

This div background color is #B7D7F2.

Border color

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

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

This div border color is #B7D7F2.

Opacity

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

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

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

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

This text has shadow with #B7D7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D7F2.

Preview

Color preview on black background

This text has color #B7D7F2 on black background.


Color preview on white background

This text has color #B7D7F2 on white background.


Black color preview on #B7D7F2 background

This text has black color on #B7D7F2 background.


White color preview on #B7D7F2 background

This text has white color on #B7D7F2 background.


Related colors

Complementary color

Complementary color for #hex is #48280D.


I love getcolorcode.com

Triadic colors

1 #F2B7D7 and #D7F2B7 with #B7D7F2 are triadic colors.

2 #F2D7B7 and #D7B7F2 with #B7D7F2 are triadic colors.