COLOR #B7DFEE

HEX: #B7DFEE RGB: (183,223,238)

Color info

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

RGB color model

#B7DFEE color RGB value is (183,223,238).

RGB: (183,223,238) (72%, 87%, 93%)

RGB channels and saturation

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

183
223
238

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

Portions of RGB colors in percentages

R + G + B = 183 + 223 + 238 = 644 (100%)
R 183 of 644 ~ 28.42%
G 223 of 644 ~ 34.63%
B 238 of 644 ~ 36.96'%

%28.42
%34.63
%36.96

CMYK color model

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

  • cyan value is 23.11%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (23,6,0,7)
C23M6Y0K7 (23%, 6%, 0%, 7%)
(0.23 / 0.06 / 0.00 / 0.07)

CMYK percentages

%23.11
%6.3
%0
%6.67

Codes

Color #B7DFEE in popluar color models

B7 DF EE
RGB 183 223 238
HSL 196° 61.80% 82.55%
HSB/HSV 196° 23.11% 93.33%
CMYK 23.11% 6.30% 0.00%
6.67%

Color #B7DFEE in popluar number systems.

HEX B7 DF EE
Decimal 183 223 238
Binary 10110111 11011111 11101110
Octal 267 337 356

Shades and tints

Shades of #B7DFEE

#B7DFEE
(183,223,238)
#A7CBD9
(167,203,217)
#97B7C4
(151,183,196)
#87A3AF
(135,163,175)
#778F9A
(119,143,154)
#677B85
(103,123,133)
#576770
(87,103,112)
#47535B
(71,83,91)
#373F46
(55,63,70)
#272B31
(39,43,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #B7DFEE

#B7DFEE
(183,223,238)
#BDE1EF
(189,225,239)
#C3E3F0
(195,227,240)
#C9E5F1
(201,229,241)
#CFE7F2
(207,231,242)
#D5E9F3
(213,233,243)
#DBEBF4
(219,235,244)
#E1EDF5
(225,237,245)
#E7EFF6
(231,239,246)
#EDF1F7
(237,241,247)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DFEE; }

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

This text font color is #B7DFEE.

Background Color

.myBgColor { background-color: #B7DFEE; }

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

This div background color is #B7DFEE.

Border color

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

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

This div border color is #B7DFEE.

Opacity

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

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

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

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

This text has shadow with #B7DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DFEE.

Preview

Color preview on black background

This text has color #B7DFEE on black background.


Color preview on white background

This text has color #B7DFEE on white background.


Black color preview on #B7DFEE background

This text has black color on #B7DFEE background.


White color preview on #B7DFEE background

This text has white color on #B7DFEE background.


Related colors

Complementary color

Complementary color for #hex is #482011.


I love getcolorcode.com

Triadic colors

1 #EEB7DF and #DFEEB7 with #B7DFEE are triadic colors.

2 #EEDFB7 and #DFB7EE with #B7DFEE are triadic colors.