COLOR #B7DDF2

HEX: #B7DDF2 RGB: (183,221,242)

Color info

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

RGB color model

#B7DDF2 color RGB value is (183,221,242).

RGB: (183,221,242) (72%, 87%, 95%)

RGB channels and saturation

R 183 of 255 = 72%
G 221 of 255 = 87%
B 242 of 255 = 95%

183
221
242

R + G + B ~ 85%. #B7DDF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 221 + 242 = 646 (100%)
R 183 of 646 ~ 28.33%
G 221 of 646 ~ 34.21%
B 242 of 646 ~ 37.46'%

%28.33
%34.21
%37.46

CMYK color model

#B7DDF2 color CMYK value is (24,9,0,5).

  • cyan value is 24.38%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (24,9,0,5)
C24M9Y0K5 (24%, 9%, 0%, 5%)
(0.24 / 0.09 / 0.00 / 0.05)

CMYK percentages

%24.38
%8.68
%0
%5.1

Codes

Color #B7DDF2 in popluar color models

B7 DD F2
RGB 183 221 242
HSL 201° 69.41% 83.33%
HSB/HSV 201° 24.38% 94.90%
CMYK 24.38% 8.68% 0.00%
5.10%

Color #B7DDF2 in popluar number systems.

HEX B7 DD F2
Decimal 183 221 242
Binary 10110111 11011101 11110010
Octal 267 335 362

Shades and tints

Shades of #B7DDF2

#B7DDF2
(183,221,242)
#A7C9DC
(167,201,220)
#97B5C6
(151,181,198)
#87A1B0
(135,161,176)
#778D9A
(119,141,154)
#677984
(103,121,132)
#57656E
(87,101,110)
#475158
(71,81,88)
#373D42
(55,61,66)
#27292C
(39,41,44)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #B7DDF2

#B7DDF2
(183,221,242)
#BDE0F3
(189,224,243)
#C3E3F4
(195,227,244)
#C9E6F5
(201,230,245)
#CFE9F6
(207,233,246)
#D5ECF7
(213,236,247)
#DBEFF8
(219,239,248)
#E1F2F9
(225,242,249)
#E7F5FA
(231,245,250)
#EDF8FB
(237,248,251)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DDF2; }

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

This text font color is #B7DDF2.

Background Color

.myBgColor { background-color: #B7DDF2; }

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

This div background color is #B7DDF2.

Border color

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

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

This div border color is #B7DDF2.

Opacity

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

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

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

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

This text has shadow with #B7DDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DDF2.

Preview

Color preview on black background

This text has color #B7DDF2 on black background.


Color preview on white background

This text has color #B7DDF2 on white background.


Black color preview on #B7DDF2 background

This text has black color on #B7DDF2 background.


White color preview on #B7DDF2 background

This text has white color on #B7DDF2 background.


Related colors

Complementary color

Complementary color for #hex is #48220D.


I love getcolorcode.com

Triadic colors

1 #F2B7DD and #DDF2B7 with #B7DDF2 are triadic colors.

2 #F2DDB7 and #DDB7F2 with #B7DDF2 are triadic colors.