COLOR #B4E3CD

HEX: #B4E3CD RGB: (180,227,205)

Color info

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

RGB color model

#B4E3CD color RGB value is (180,227,205).

RGB: (180,227,205) (71%, 89%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 205 of 255 = 80%

180
227
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 227 + 205 = 612 (100%)
R 180 of 612 ~ 29.41%
G 227 of 612 ~ 37.09%
B 205 of 612 ~ 33.5'%

%29.41
%37.09
%33.5

CMYK color model

#B4E3CD color CMYK value is (21,0,10,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 10.98%

CMYK: (21,0,10,11)
C21M0Y10K11 (21%, 0%, 10%, 11%)
(0.21 / 0.00 / 0.10 / 0.11)

CMYK percentages

%20.7
%0
%9.69
%10.98

Codes

Color #B4E3CD in popluar color models

B4 E3 CD
RGB 180 227 205
HSL 152° 45.63% 79.80%
HSB/HSV 152° 20.70% 89.02%
CMYK 20.70% 0.00% 9.69%
10.98%

Color #B4E3CD in popluar number systems.

HEX B4 E3 CD
Decimal 180 227 205
Binary 10110100 11100011 11001101
Octal 264 343 315

Shades and tints

Shades of #B4E3CD

#B4E3CD
(180,227,205)
#A4CFBB
(164,207,187)
#94BBA9
(148,187,169)
#84A797
(132,167,151)
#749385
(116,147,133)
#647F73
(100,127,115)
#546B61
(84,107,97)
#44574F
(68,87,79)
#34433D
(52,67,61)
#242F2B
(36,47,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4E3CD

#B4E3CD
(180,227,205)
#BAE5D1
(186,229,209)
#C0E7D5
(192,231,213)
#C6E9D9
(198,233,217)
#CCEBDD
(204,235,221)
#D2EDE1
(210,237,225)
#D8EFE5
(216,239,229)
#DEF1E9
(222,241,233)
#E4F3ED
(228,243,237)
#EAF5F1
(234,245,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E3CD; }

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

This text font color is #B4E3CD.

Background Color

.myBgColor { background-color: #B4E3CD; }

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

This div background color is #B4E3CD.

Border color

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

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

This div border color is #B4E3CD.

Opacity

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

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

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

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

This text has shadow with #B4E3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E3CD.

Preview

Color preview on black background

This text has color #B4E3CD on black background.


Color preview on white background

This text has color #B4E3CD on white background.


Black color preview on #B4E3CD background

This text has black color on #B4E3CD background.


White color preview on #B4E3CD background

This text has white color on #B4E3CD background.


Related colors

Complementary color

Complementary color for #hex is #4B1C32.


I love getcolorcode.com

Triadic colors

1 #CDB4E3 and #E3CDB4 with #B4E3CD are triadic colors.

2 #CDE3B4 and #E3B4CD with #B4E3CD are triadic colors.