COLOR #B4DFCF

HEX: #B4DFCF RGB: (180,223,207)

Color info

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

RGB color model

#B4DFCF color RGB value is (180,223,207).

RGB: (180,223,207) (71%, 87%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 207 of 255 = 81%

180
223
207

R + G + B ~ 80%. #B4DFCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 223 + 207 = 610 (100%)
R 180 of 610 ~ 29.51%
G 223 of 610 ~ 36.56%
B 207 of 610 ~ 33.93'%

%29.51
%36.56
%33.93

CMYK color model

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

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK: (19,0,7,13) C19M0Y7K13 (19%,0%,7%,13%) (0.19/0.00/0.07/0.13) 

CMYK percentages

%19.28
%0
%7.17
%12.55

Codes

Color #B4DFCF in popluar color models

B4 DF CF
RGB 180 223 207
HSL 158° 40.19% 79.02%
HSB/HSV 158° 19.28% 87.45%
CMYK 19.28% 0.00% 7.17%
12.55%

Color #B4DFCF in popluar number systems.

HEX B4 DF CF
Decimal 180 223 207
Binary 10110100 11011111 11001111
Octal 264 337 317

Shades and tints

Shades of #B4DFCF

#B4DFCF
(180,223,207)
#A4CBBD
(164,203,189)
#94B7AB
(148,183,171)
#84A399
(132,163,153)
#748F87
(116,143,135)
#647B75
(100,123,117)
#546763
(84,103,99)
#445351
(68,83,81)
#343F3F
(52,63,63)
#242B2D
(36,43,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4DFCF

#B4DFCF
(180,223,207)
#BAE1D3
(186,225,211)
#C0E3D7
(192,227,215)
#C6E5DB
(198,229,219)
#CCE7DF
(204,231,223)
#D2E9E3
(210,233,227)
#D8EBE7
(216,235,231)
#DEEDEB
(222,237,235)
#E4EFEF
(228,239,239)
#EAF1F3
(234,241,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DFCF; }

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

This text font color is #B4DFCF.

Background Color

.myBgColor { background-color: #B4DFCF; }

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

This div background color is #B4DFCF.

Border color

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

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

This div border color is #B4DFCF.

Opacity

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

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

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

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

This text has shadow with #B4DFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DFCF.

Preview

Color preview on black background

This text has color #B4DFCF on black background.


Color preview on white background

This text has color #B4DFCF on white background.


Black color preview on #B4DFCF background

This text has black color on #B4DFCF background.


White color preview on #B4DFCF background

This text has white color on #B4DFCF background.


Related colors

Complementary color

Complementary color for #hex is #4B2030.


I love getcolorcode.com

Triadic colors

1 #CFB4DF and #DFCFB4 with #B4DFCF are triadic colors.

2 #CFDFB4 and #DFB4CF with #B4DFCF are triadic colors.