COLOR #B4CDDD

HEX: #B4CDDD
RGB: (180,205,221)

Color info

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

RGB color model

#B4CDDD color RGB value is (180,205,221).

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

RGB channels and saturation

R 180 of 255 = 71%
G 205 of 255 = 80%
B 221 of 255 = 87%

180
205
221

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

Portions of RGB colors in percentages

R + G + B =
180 + 205 + 221 = 606 (100%)
R 180 of 606 ~ 29.7%
G 205 of 606 ~ 33.83%
B 221 of 606 ~ 36.47%

%29.7
%33.83
%36.47

CMYK color model

#B4CDDD color CMYK value is (19,7,0,13).

  • cyan value is 18.55%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,7,0,13)
C19M7Y0K13 
(19%,7%,0%,13%)
(0.19/0.07/0.00/0.13)	

CMYK percentages

%18.55
%7.24
%0
%13.33

Codes

Color #B4CDDD in popluar color models

B4CDDD
RGB180205221
HSL203°37.61%78.63%
HSB/HSV203°18.55%86.67%
CMYK18.55%7.24%0.00%
13.33%

Color #B4CDDD in popluar number systems.

HEXB4CDDD
Decimal180205221
Binary101101001100110111011101
Octal264315335

Shades and tints

Shades of #B4CDDD

#B4CDDD
(180,205,221)
#A4BBC9
(164,187,201)
#94A9B5
(148,169,181)
#8497A1
(132,151,161)
#74858D
(116,133,141)
#647379
(100,115,121)
#546165
(84,97,101)
#444F51
(68,79,81)
#343D3D
(52,61,61)
#242B29
(36,43,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4CDDD

#B4CDDD
(180,205,221)
#BAD1E0
(186,209,224)
#C0D5E3
(192,213,227)
#C6D9E6
(198,217,230)
#CCDDE9
(204,221,233)
#D2E1EC
(210,225,236)
#D8E5EF
(216,229,239)
#DEE9F2
(222,233,242)
#E4EDF5
(228,237,245)
#EAF1F8
(234,241,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CDDD; }

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

This text font color is #B4CDDD.


Background Color

.myBgColor { background-color: #B4CDDD; }

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

This div background color is #B4CDDD.


Border color

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

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

This div border color is #B4CDDD.


Opacity

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

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

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

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

This text has shadow with #B4CDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CDDD on black background.


Color preview on white background

This text has color #B4CDDD on white background.



Black color preview on #B4CDDD background

This text has black color on #B4CDDD background.


White color preview on #B4CDDD background

This text has white color on #B4CDDD background.