COLOR #B7DFED

HEX: #B7DFED
RGB: (183,223,237)

Color info

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

RGB color model

#B7DFED color RGB value is (183,223,237).

  • red value is 183;
  • green value is 223;
  • blue value is 237.
RGB:
(183,223,237)
(72%,87%,93%)

RGB channels and saturation

R 183 of 255 = 72%
G 223 of 255 = 87%
B 237 of 255 = 93%

183
223
237

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

Portions of RGB colors in percentages

R + G + B =
183 + 223 + 237 = 643 (100%)
R 183 of 643 ~ 28.46%
G 223 of 643 ~ 34.68%
B 237 of 643 ~ 36.86%

%28.46
%34.68
%36.86

CMYK color model

#B7DFED color CMYK value is (23,6,0,7).

  • cyan value is 22.78%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,6,0,7)
C23M6Y0K7 
(23%,6%,0%,7%)
(0.23/0.06/0.00/0.07)	

CMYK percentages

%22.78
%5.91
%0
%7.06

Codes

Color #B7DFED in popluar color models

B7DFED
RGB183223237
HSL196°60.00%82.35%
HSB/HSV196°22.78%92.94%
CMYK22.78%5.91%0.00%
7.06%

Color #B7DFED in popluar number systems.

HEXB7DFED
Decimal183223237
Binary101101111101111111101101
Octal267337355

Shades and tints

Shades of #B7DFED

#B7DFED
(183,223,237)
#A7CBD8
(167,203,216)
#97B7C3
(151,183,195)
#87A3AE
(135,163,174)
#778F99
(119,143,153)
#677B84
(103,123,132)
#57676F
(87,103,111)
#47535A
(71,83,90)
#373F45
(55,63,69)
#272B30
(39,43,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #B7DFED

#B7DFED
(183,223,237)
#BDE1EE
(189,225,238)
#C3E3EF
(195,227,239)
#C9E5F0
(201,229,240)
#CFE7F1
(207,231,241)
#D5E9F2
(213,233,242)
#DBEBF3
(219,235,243)
#E1EDF4
(225,237,244)
#E7EFF5
(231,239,245)
#EDF1F6
(237,241,246)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DFED color. Also use rgb(183,223,237) instead hex code.

Text Font Color

.myTextColor { color: #B7DFED; }

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

This text font color is #B7DFED.


Background Color

.myBgColor { background-color: #B7DFED; }

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

This div background color is #B7DFED.


Border color

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

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

This div border color is #B7DFED.


Opacity

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

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

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

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

This text has shadow with #B7DFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DFED on black background.


Color preview on white background

This text has color #B7DFED on white background.



Black color preview on #B7DFED background

This text has black color on #B7DFED background.


White color preview on #B7DFED background

This text has white color on #B7DFED background.