COLOR #B4CDD9

HEX: #B4CDD9
RGB: (180,205,217)

Color info

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

RGB color model

#B4CDD9 color RGB value is (180,205,217).

  • red value is 180;
  • green value is 205;
  • blue value is 217.
RGB:
(180,205,217)
(71%,80%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 205 of 255 = 80%
B 217 of 255 = 85%

180
205
217

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

Portions of RGB colors in percentages

R + G + B =
180 + 205 + 217 = 602 (100%)
R 180 of 602 ~ 29.9%
G 205 of 602 ~ 34.05%
B 217 of 602 ~ 36.05%

%29.9
%34.05
%36.05

CMYK color model

#B4CDD9 color CMYK value is (17,6,0,15).

  • cyan value is 17.05%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,6,0,15)
C17M6Y0K15 
(17%,6%,0%,15%)
(0.17/0.06/0.00/0.15)	

CMYK percentages

%17.05
%5.53
%0
%14.9

Codes

Color #B4CDD9 in popluar color models

B4CDD9
RGB180205217
HSL199°32.74%77.84%
HSB/HSV199°17.05%85.10%
CMYK17.05%5.53%0.00%
14.90%

Color #B4CDD9 in popluar number systems.

HEXB4CDD9
Decimal180205217
Binary101101001100110111011001
Octal264315331

Shades and tints

Shades of #B4CDD9

#B4CDD9
(180,205,217)
#A4BBC6
(164,187,198)
#94A9B3
(148,169,179)
#8497A0
(132,151,160)
#74858D
(116,133,141)
#64737A
(100,115,122)
#546167
(84,97,103)
#444F54
(68,79,84)
#343D41
(52,61,65)
#242B2E
(36,43,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #B4CDD9

#B4CDD9
(180,205,217)
#BAD1DC
(186,209,220)
#C0D5DF
(192,213,223)
#C6D9E2
(198,217,226)
#CCDDE5
(204,221,229)
#D2E1E8
(210,225,232)
#D8E5EB
(216,229,235)
#DEE9EE
(222,233,238)
#E4EDF1
(228,237,241)
#EAF1F4
(234,241,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CDD9 color. Also use rgb(180,205,217) instead hex code.

Text Font Color

.myTextColor { color: #B4CDD9; }

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

This text font color is #B4CDD9.


Background Color

.myBgColor { background-color: #B4CDD9; }

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

This div background color is #B4CDD9.


Border color

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

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

This div border color is #B4CDD9.


Opacity

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

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

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

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

This text has shadow with #B4CDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CDD9 on black background.


Color preview on white background

This text has color #B4CDD9 on white background.



Black color preview on #B4CDD9 background

This text has black color on #B4CDD9 background.


White color preview on #B4CDD9 background

This text has white color on #B4CDD9 background.