COLOR #B4D5CF

HEX: #B4D5CF RGB: (180,213,207)

Color info

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

RGB color model

#B4D5CF color RGB value is (180,213,207).

RGB: (180,213,207) (71%, 84%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 207 of 255 = 81%

180
213
207

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

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 207 = 600 (100%)
R 180 of 600 ~ 30%
G 213 of 600 ~ 35.5%
B 207 of 600 ~ 34.5'%

%30
%35.5
%34.5

CMYK color model

#B4D5CF color CMYK value is (15,0,3,16).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 16.47%

CMYK: (15,0,3,16)
C15M0Y3K16 (15%, 0%, 3%, 16%)
(0.15 / 0.00 / 0.03 / 0.16)

CMYK percentages

%15.49
%0
%2.82
%16.47

Codes

Color #B4D5CF in popluar color models

B4 D5 CF
RGB 180 213 207
HSL 169° 28.21% 77.06%
HSB/HSV 169° 15.49% 83.53%
CMYK 15.49% 0.00% 2.82%
16.47%

Color #B4D5CF in popluar number systems.

HEX B4 D5 CF
Decimal 180 213 207
Binary 10110100 11010101 11001111
Octal 264 325 317

Shades and tints

Shades of #B4D5CF

#B4D5CF
(180,213,207)
#A4C2BD
(164,194,189)
#94AFAB
(148,175,171)
#849C99
(132,156,153)
#748987
(116,137,135)
#647675
(100,118,117)
#546363
(84,99,99)
#445051
(68,80,81)
#343D3F
(52,61,63)
#242A2D
(36,42,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4D5CF

#B4D5CF
(180,213,207)
#BAD8D3
(186,216,211)
#C0DBD7
(192,219,215)
#C6DEDB
(198,222,219)
#CCE1DF
(204,225,223)
#D2E4E3
(210,228,227)
#D8E7E7
(216,231,231)
#DEEAEB
(222,234,235)
#E4EDEF
(228,237,239)
#EAF0F3
(234,240,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D5CF color. Also use rgb(180,213,207) instead hex code.

Text Font Color

.myTextColor { color: #B4D5CF; }

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

This text font color is #B4D5CF.

Background Color

.myBgColor { background-color: #B4D5CF; }

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

This div background color is #B4D5CF.

Border color

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

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

This div border color is #B4D5CF.

Opacity

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

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

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

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

This text has shadow with #B4D5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D5CF.

Preview

Color preview on black background

This text has color #B4D5CF on black background.


Color preview on white background

This text has color #B4D5CF on white background.


Black color preview on #B4D5CF background

This text has black color on #B4D5CF background.


White color preview on #B4D5CF background

This text has white color on #B4D5CF background.


Related colors

Complementary color

Complementary color for #hex is #4B2A30.


I love getcolorcode.com

Triadic colors

1 #CFB4D5 and #D5CFB4 with #B4D5CF are triadic colors.

2 #CFD5B4 and #D5B4CF with #B4D5CF are triadic colors.