COLOR #B7CDD8

HEX: #B7CDD8 RGB: (183,205,216)

Color info

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

RGB color model

#B7CDD8 color RGB value is (183,205,216).

RGB: (183,205,216) (72%, 80%, 85%)

RGB channels and saturation

R 183 of 255 = 72%
G 205 of 255 = 80%
B 216 of 255 = 85%

183
205
216

R + G + B ~ 79%. #B7CDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 205 + 216 = 604 (100%)
R 183 of 604 ~ 30.3%
G 205 of 604 ~ 33.94%
B 216 of 604 ~ 35.76'%

%30.3
%33.94
%35.76

CMYK color model

#B7CDD8 color CMYK value is (15,5,0,15).

  • cyan value is 15.28%
  • magenta value is 5.09%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (15,5,0,15)
C15M5Y0K15 (15%, 5%, 0%, 15%)
(0.15 / 0.05 / 0.00 / 0.15)

CMYK percentages

%15.28
%5.09
%0
%15.29

Codes

Color #B7CDD8 in popluar color models

B7 CD D8
RGB 183 205 216
HSL 200° 29.73% 78.24%
HSB/HSV 200° 15.28% 84.71%
CMYK 15.28% 5.09% 0.00%
15.29%

Color #B7CDD8 in popluar number systems.

HEX B7 CD D8
Decimal 183 205 216
Binary 10110111 11001101 11011000
Octal 267 315 330

Shades and tints

Shades of #B7CDD8

#B7CDD8
(183,205,216)
#A7BBC5
(167,187,197)
#97A9B2
(151,169,178)
#87979F
(135,151,159)
#77858C
(119,133,140)
#677379
(103,115,121)
#576166
(87,97,102)
#474F53
(71,79,83)
#373D40
(55,61,64)
#272B2D
(39,43,45)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #B7CDD8

#B7CDD8
(183,205,216)
#BDD1DB
(189,209,219)
#C3D5DE
(195,213,222)
#C9D9E1
(201,217,225)
#CFDDE4
(207,221,228)
#D5E1E7
(213,225,231)
#DBE5EA
(219,229,234)
#E1E9ED
(225,233,237)
#E7EDF0
(231,237,240)
#EDF1F3
(237,241,243)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CDD8; }

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

This text font color is #B7CDD8.

Background Color

.myBgColor { background-color: #B7CDD8; }

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

This div background color is #B7CDD8.

Border color

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

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

This div border color is #B7CDD8.

Opacity

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

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

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

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

This text has shadow with #B7CDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CDD8.

Preview

Color preview on black background

This text has color #B7CDD8 on black background.


Color preview on white background

This text has color #B7CDD8 on white background.


Black color preview on #B7CDD8 background

This text has black color on #B7CDD8 background.


White color preview on #B7CDD8 background

This text has white color on #B7CDD8 background.


Related colors

Complementary color

Complementary color for #hex is #483227.


I love getcolorcode.com

Triadic colors

1 #D8B7CD and #CDD8B7 with #B7CDD8 are triadic colors.

2 #D8CDB7 and #CDB7D8 with #B7CDD8 are triadic colors.