COLOR #B4D0CA

HEX: #B4D0CA RGB: (180,208,202)

Color info

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

RGB color model

#B4D0CA color RGB value is (180,208,202).

RGB: (180,208,202) (71%, 82%, 79%)

RGB channels and saturation

R 180 of 255 = 71%
G 208 of 255 = 82%
B 202 of 255 = 79%

180
208
202

R + G + B ~ 77%. #B4D0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 208 + 202 = 590 (100%)
R 180 of 590 ~ 30.51%
G 208 of 590 ~ 35.25%
B 202 of 590 ~ 34.24'%

%30.51
%35.25
%34.24

CMYK color model

#B4D0CA color CMYK value is (13,0,3,18).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK: (13,0,3,18) C13M0Y3K18 (13%,0%,3%,18%) (0.13/0.00/0.03/0.18) 

CMYK percentages

%13.46
%0
%2.88
%18.43

Codes

Color #B4D0CA in popluar color models

B4 D0 CA
RGB 180 208 202
HSL 167° 22.95% 76.08%
HSB/HSV 167° 13.46% 81.57%
CMYK 13.46% 0.00% 2.88%
18.43%

Color #B4D0CA in popluar number systems.

HEX B4 D0 CA
Decimal 180 208 202
Binary 10110100 11010000 11001010
Octal 264 320 312

Shades and tints

Shades of #B4D0CA

#B4D0CA
(180,208,202)
#A4BEB8
(164,190,184)
#94ACA6
(148,172,166)
#849A94
(132,154,148)
#748882
(116,136,130)
#647670
(100,118,112)
#54645E
(84,100,94)
#44524C
(68,82,76)
#34403A
(52,64,58)
#242E28
(36,46,40)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #B4D0CA

#B4D0CA
(180,208,202)
#BAD4CE
(186,212,206)
#C0D8D2
(192,216,210)
#C6DCD6
(198,220,214)
#CCE0DA
(204,224,218)
#D2E4DE
(210,228,222)
#D8E8E2
(216,232,226)
#DEECE6
(222,236,230)
#E4F0EA
(228,240,234)
#EAF4EE
(234,244,238)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D0CA color. Also use rgb(180,208,202) instead hex code.

Text Font Color

.myTextColor { color: #B4D0CA; }

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

This text font color is #B4D0CA.

Background Color

.myBgColor { background-color: #B4D0CA; }

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

This div background color is #B4D0CA.

Border color

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

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

This div border color is #B4D0CA.

Opacity

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

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

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

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

This text has shadow with #B4D0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D0CA.

Preview

Color preview on black background

This text has color #B4D0CA on black background.


Color preview on white background

This text has color #B4D0CA on white background.


Black color preview on #B4D0CA background

This text has black color on #B4D0CA background.


White color preview on #B4D0CA background

This text has white color on #B4D0CA background.


Related colors

Complementary color

Complementary color for #hex is #4B2F35.


I love getcolorcode.com

Triadic colors

1 #CAB4D0 and #D0CAB4 with #B4D0CA are triadic colors.

2 #CAD0B4 and #D0B4CA with #B4D0CA are triadic colors.