COLOR #B7DEEB

HEX: #B7DEEB
RGB: (183,222,235)

Color info

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

RGB color model

#B7DEEB color RGB value is (183,222,235).

  • red value is 183;
  • green value is 222;
  • blue value is 235.
RGB:
(183,222,235)
(72%,87%,92%)

RGB channels and saturation

R 183 of 255 = 72%
G 222 of 255 = 87%
B 235 of 255 = 92%

183
222
235

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

Portions of RGB colors in percentages

R + G + B =
183 + 222 + 235 = 640 (100%)
R 183 of 640 ~ 28.59%
G 222 of 640 ~ 34.69%
B 235 of 640 ~ 36.72%

%28.59
%34.69
%36.72

CMYK color model

#B7DEEB color CMYK value is (22,6,0,8).

  • cyan value is 22.13%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(22,6,0,8)
C22M6Y0K8 
(22%,6%,0%,8%)
(0.22/0.06/0.00/0.08)	

CMYK percentages

%22.13
%5.53
%0
%7.84

Codes

Color #B7DEEB in popluar color models

B7DEEB
RGB183222235
HSL195°56.52%81.96%
HSB/HSV195°22.13%92.16%
CMYK22.13%5.53%0.00%
7.84%

Color #B7DEEB in popluar number systems.

HEXB7DEEB
Decimal183222235
Binary101101111101111011101011
Octal267336353

Shades and tints

Shades of #B7DEEB

#B7DEEB
(183,222,235)
#A7CAD6
(167,202,214)
#97B6C1
(151,182,193)
#87A2AC
(135,162,172)
#778E97
(119,142,151)
#677A82
(103,122,130)
#57666D
(87,102,109)
#475258
(71,82,88)
#373E43
(55,62,67)
#272A2E
(39,42,46)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #B7DEEB

#B7DEEB
(183,222,235)
#BDE1EC
(189,225,236)
#C3E4ED
(195,228,237)
#C9E7EE
(201,231,238)
#CFEAEF
(207,234,239)
#D5EDF0
(213,237,240)
#DBF0F1
(219,240,241)
#E1F3F2
(225,243,242)
#E7F6F3
(231,246,243)
#EDF9F4
(237,249,244)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DEEB color. Also use rgb(183,222,235) instead hex code.

Text Font Color

.myTextColor { color: #B7DEEB; }

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

This text font color is #B7DEEB.


Background Color

.myBgColor { background-color: #B7DEEB; }

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

This div background color is #B7DEEB.


Border color

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

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

This div border color is #B7DEEB.


Opacity

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

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

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

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

This text has shadow with #B7DEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DEEB on black background.


Color preview on white background

This text has color #B7DEEB on white background.



Black color preview on #B7DEEB background

This text has black color on #B7DEEB background.


White color preview on #B7DEEB background

This text has white color on #B7DEEB background.