COLOR #B4D5CD

HEX: #B4D5CD RGB: (180,213,205)

Color info

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

RGB color model

#B4D5CD color RGB value is (180,213,205).

RGB: (180,213,205) (71%, 84%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 205 of 255 = 80%

180
213
205

R + G + B ~ 78%. #B4D5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 205 = 598 (100%)
R 180 of 598 ~ 30.1%
G 213 of 598 ~ 35.62%
B 205 of 598 ~ 34.28'%

%30.1
%35.62
%34.28

CMYK color model

#B4D5CD color CMYK value is (15,0,4,16).

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

CMYK: (15,0,4,16)
C15M0Y4K16 (15%, 0%, 4%, 16%)
(0.15 / 0.00 / 0.04 / 0.16)

CMYK percentages

%15.49
%0
%3.76
%16.47

Codes

Color #B4D5CD in popluar color models

B4 D5 CD
RGB 180 213 205
HSL 165° 28.21% 77.06%
HSB/HSV 165° 15.49% 83.53%
CMYK 15.49% 0.00% 3.76%
16.47%

Color #B4D5CD in popluar number systems.

HEX B4 D5 CD
Decimal 180 213 205
Binary 10110100 11010101 11001101
Octal 264 325 315

Shades and tints

Shades of #B4D5CD

#B4D5CD
(180,213,205)
#A4C2BB
(164,194,187)
#94AFA9
(148,175,169)
#849C97
(132,156,151)
#748985
(116,137,133)
#647673
(100,118,115)
#546361
(84,99,97)
#44504F
(68,80,79)
#343D3D
(52,61,61)
#242A2B
(36,42,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #B4D5CD

#B4D5CD
(180,213,205)
#BAD8D1
(186,216,209)
#C0DBD5
(192,219,213)
#C6DED9
(198,222,217)
#CCE1DD
(204,225,221)
#D2E4E1
(210,228,225)
#D8E7E5
(216,231,229)
#DEEAE9
(222,234,233)
#E4EDED
(228,237,237)
#EAF0F1
(234,240,241)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D5CD; }

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

This text font color is #B4D5CD.

Background Color

.myBgColor { background-color: #B4D5CD; }

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

This div background color is #B4D5CD.

Border color

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

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

This div border color is #B4D5CD.

Opacity

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

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

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

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

This text has shadow with #B4D5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D5CD.

Preview

Color preview on black background

This text has color #B4D5CD on black background.


Color preview on white background

This text has color #B4D5CD on white background.


Black color preview on #B4D5CD background

This text has black color on #B4D5CD background.


White color preview on #B4D5CD background

This text has white color on #B4D5CD background.


Related colors

Complementary color

Complementary color for #hex is #4B2A32.


I love getcolorcode.com

Triadic colors

1 #CDB4D5 and #D5CDB4 with #B4D5CD are triadic colors.

2 #CDD5B4 and #D5B4CD with #B4D5CD are triadic colors.