COLOR #B7DDDF

HEX: #B7DDDF
RGB: (183,221,223)

Color info

#B7DDDF contains red, green and blue colors in about the same proportion. Web safe color of #B7DDDF is #CCCCCC (or #CCC).

RGB color model

#B7DDDF color RGB value is (183,221,223).

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

RGB channels and saturation

R 183 of 255 = 72%
G 221 of 255 = 87%
B 223 of 255 = 87%

183
221
223

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

Portions of RGB colors in percentages

R + G + B =
183 + 221 + 223 = 627 (100%)
R 183 of 627 ~ 29.19%
G 221 of 627 ~ 35.25%
B 223 of 627 ~ 35.57%

%29.19
%35.25
%35.57

CMYK color model

#B7DDDF color CMYK value is (18,1,0,13).

  • cyan value is 17.94%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(18,1,0,13)
C18M1Y0K13 
(18%,1%,0%,13%)
(0.18/0.01/0.00/0.13)	

CMYK percentages

%17.94
%0.9
%0
%12.55

Codes

Color #B7DDDF in popluar color models

B7DDDF
RGB183221223
HSL183°38.46%79.61%
HSB/HSV183°17.94%87.45%
CMYK17.94%0.90%0.00%
12.55%

Color #B7DDDF in popluar number systems.

HEXB7DDDF
Decimal183221223
Binary101101111101110111011111
Octal267335337

Shades and tints

Shades of #B7DDDF

#B7DDDF
(183,221,223)
#A7C9CB
(167,201,203)
#97B5B7
(151,181,183)
#87A1A3
(135,161,163)
#778D8F
(119,141,143)
#67797B
(103,121,123)
#576567
(87,101,103)
#475153
(71,81,83)
#373D3F
(55,61,63)
#27292B
(39,41,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #B7DDDF

#B7DDDF
(183,221,223)
#BDE0E1
(189,224,225)
#C3E3E3
(195,227,227)
#C9E6E5
(201,230,229)
#CFE9E7
(207,233,231)
#D5ECE9
(213,236,233)
#DBEFEB
(219,239,235)
#E1F2ED
(225,242,237)
#E7F5EF
(231,245,239)
#EDF8F1
(237,248,241)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DDDF; }

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

This text font color is #B7DDDF.


Background Color

.myBgColor { background-color: #B7DDDF; }

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

This div background color is #B7DDDF.


Border color

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

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

This div border color is #B7DDDF.


Opacity

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

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

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

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

This text has shadow with #B7DDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DDDF on black background.


Color preview on white background

This text has color #B7DDDF on white background.



Black color preview on #B7DDDF background

This text has black color on #B7DDDF background.


White color preview on #B7DDDF background

This text has white color on #B7DDDF background.