COLOR #B7DDD8

HEX: #B7DDD8 RGB: (183,221,216)

Color info

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

RGB color model

#B7DDD8 color RGB value is (183,221,216).

RGB: (183,221,216) (72%, 87%, 85%)

RGB channels and saturation

R 183 of 255 = 72%
G 221 of 255 = 87%
B 216 of 255 = 85%

183
221
216

R + G + B ~ 81%. #B7DDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 221 + 216 = 620 (100%)
R 183 of 620 ~ 29.52%
G 221 of 620 ~ 35.65%
B 216 of 620 ~ 34.84'%

%29.52
%35.65
%34.84

CMYK color model

#B7DDD8 color CMYK value is (17,0,2,13).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%

CMYK: (17,0,2,13)
C17M0Y2K13 (17%, 0%, 2%, 13%)
(0.17 / 0.00 / 0.02 / 0.13)

CMYK percentages

%17.19
%0
%2.26
%13.33

Codes

Color #B7DDD8 in popluar color models

B7 DD D8
RGB 183 221 216
HSL 172° 35.85% 79.22%
HSB/HSV 172° 17.19% 86.67%
CMYK 17.19% 0.00% 2.26%
13.33%

Color #B7DDD8 in popluar number systems.

HEX B7 DD D8
Decimal 183 221 216
Binary 10110111 11011101 11011000
Octal 267 335 330

Shades and tints

Shades of #B7DDD8

#B7DDD8
(183,221,216)
#A7C9C5
(167,201,197)
#97B5B2
(151,181,178)
#87A19F
(135,161,159)
#778D8C
(119,141,140)
#677979
(103,121,121)
#576566
(87,101,102)
#475153
(71,81,83)
#373D40
(55,61,64)
#27292D
(39,41,45)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #B7DDD8

#B7DDD8
(183,221,216)
#BDE0DB
(189,224,219)
#C3E3DE
(195,227,222)
#C9E6E1
(201,230,225)
#CFE9E4
(207,233,228)
#D5ECE7
(213,236,231)
#DBEFEA
(219,239,234)
#E1F2ED
(225,242,237)
#E7F5F0
(231,245,240)
#EDF8F3
(237,248,243)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DDD8; }

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

This text font color is #B7DDD8.

Background Color

.myBgColor { background-color: #B7DDD8; }

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

This div background color is #B7DDD8.

Border color

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

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

This div border color is #B7DDD8.

Opacity

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

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

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

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

This text has shadow with #B7DDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DDD8.

Preview

Color preview on black background

This text has color #B7DDD8 on black background.


Color preview on white background

This text has color #B7DDD8 on white background.


Black color preview on #B7DDD8 background

This text has black color on #B7DDD8 background.


White color preview on #B7DDD8 background

This text has white color on #B7DDD8 background.


Related colors

Complementary color

Complementary color for #hex is #482227.


I love getcolorcode.com

Triadic colors

1 #D8B7DD and #DDD8B7 with #B7DDD8 are triadic colors.

2 #D8DDB7 and #DDB7D8 with #B7DDD8 are triadic colors.