COLOR #B4CDC2

HEX: #B4CDC2
RGB: (180,205,194)

Color info

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

RGB color model

#B4CDC2 color RGB value is (180,205,194).

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

RGB channels and saturation

R 180 of 255 = 71%
G 205 of 255 = 80%
B 194 of 255 = 76%

180
205
194

R + G + B ~ 76%. #B4CDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 205 + 194 = 579 (100%)
R 180 of 579 ~ 31.09%
G 205 of 579 ~ 35.41%
B 194 of 579 ~ 33.51%

%31.09
%35.41
%33.51

CMYK color model

#B4CDC2 color CMYK value is (12,0,5,20).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 19.61%
CMYK:
(12,0,5,20)
C12M0Y5K20 
(12%,0%,5%,20%)
(0.12/0.00/0.05/0.20)	

CMYK percentages

%12.2
%0
%5.37
%19.61

Codes

Color #B4CDC2 in popluar color models

B4CDC2
RGB180205194
HSL154°20.00%75.49%
HSB/HSV154°12.20%80.39%
CMYK12.20%0.00%5.37%
19.61%

Color #B4CDC2 in popluar number systems.

HEXB4CDC2
Decimal180205194
Binary101101001100110111000010
Octal264315302

Shades and tints

Shades of #B4CDC2

#B4CDC2
(180,205,194)
#A4BBB1
(164,187,177)
#94A9A0
(148,169,160)
#84978F
(132,151,143)
#74857E
(116,133,126)
#64736D
(100,115,109)
#54615C
(84,97,92)
#444F4B
(68,79,75)
#343D3A
(52,61,58)
#242B29
(36,43,41)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #B4CDC2

#B4CDC2
(180,205,194)
#BAD1C7
(186,209,199)
#C0D5CC
(192,213,204)
#C6D9D1
(198,217,209)
#CCDDD6
(204,221,214)
#D2E1DB
(210,225,219)
#D8E5E0
(216,229,224)
#DEE9E5
(222,233,229)
#E4EDEA
(228,237,234)
#EAF1EF
(234,241,239)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CDC2; }

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

This text font color is #B4CDC2.


Background Color

.myBgColor { background-color: #B4CDC2; }

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

This div background color is #B4CDC2.


Border color

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

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

This div border color is #B4CDC2.


Opacity

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

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

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

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

This text has shadow with #B4CDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CDC2 on black background.


Color preview on white background

This text has color #B4CDC2 on white background.



Black color preview on #B4CDC2 background

This text has black color on #B4CDC2 background.


White color preview on #B4CDC2 background

This text has white color on #B4CDC2 background.