COLOR #B7D0EA

HEX: #B7D0EA
RGB: (183,208,234)

Color info

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

RGB color model

#B7D0EA color RGB value is (183,208,234).

  • red value is 183;
  • green value is 208;
  • blue value is 234.
RGB:
(183,208,234)
(72%,82%,92%)

RGB channels and saturation

R 183 of 255 = 72%
G 208 of 255 = 82%
B 234 of 255 = 92%

183
208
234

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

Portions of RGB colors in percentages

R + G + B =
183 + 208 + 234 = 625 (100%)
R 183 of 625 ~ 29.28%
G 208 of 625 ~ 33.28%
B 234 of 625 ~ 37.44%

%29.28
%33.28
%37.44

CMYK color model

#B7D0EA color CMYK value is (22,11,0,8).

  • cyan value is 21.79%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,11,0,8)
C22M11Y0K8 
(22%,11%,0%,8%)
(0.22/0.11/0.00/0.08)	

CMYK percentages

%21.79
%11.11
%0
%8.24

Codes

Color #B7D0EA in popluar color models

B7D0EA
RGB183208234
HSL211°54.84%81.76%
HSB/HSV211°21.79%91.76%
CMYK21.79%11.11%0.00%
8.24%

Color #B7D0EA in popluar number systems.

HEXB7D0EA
Decimal183208234
Binary101101111101000011101010
Octal267320352

Shades and tints

Shades of #B7D0EA

#B7D0EA
(183,208,234)
#A7BED5
(167,190,213)
#97ACC0
(151,172,192)
#879AAB
(135,154,171)
#778896
(119,136,150)
#677681
(103,118,129)
#57646C
(87,100,108)
#475257
(71,82,87)
#374042
(55,64,66)
#272E2D
(39,46,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #B7D0EA

#B7D0EA
(183,208,234)
#BDD4EB
(189,212,235)
#C3D8EC
(195,216,236)
#C9DCED
(201,220,237)
#CFE0EE
(207,224,238)
#D5E4EF
(213,228,239)
#DBE8F0
(219,232,240)
#E1ECF1
(225,236,241)
#E7F0F2
(231,240,242)
#EDF4F3
(237,244,243)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D0EA color. Also use rgb(183,208,234) instead hex code.

Text Font Color

.myTextColor { color: #B7D0EA; }

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

This text font color is #B7D0EA.


Background Color

.myBgColor { background-color: #B7D0EA; }

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

This div background color is #B7D0EA.


Border color

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

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

This div border color is #B7D0EA.


Opacity

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

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

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

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

This text has shadow with #B7D0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D0EA on black background.


Color preview on white background

This text has color #B7D0EA on white background.



Black color preview on #B7D0EA background

This text has black color on #B7D0EA background.


White color preview on #B7D0EA background

This text has white color on #B7D0EA background.