COLOR #B3CDC4

HEX: #B3CDC4 RGB: (179,205,196)

Color info

#B3CDC4 contains red, green and blue colors in about the same proportion. Web safe color of #B3CDC4 is #99CCCC (or #9CC).

RGB color model

#B3CDC4 color RGB value is (179,205,196).

RGB: (179,205,196) (70%, 80%, 77%)

RGB channels and saturation

R 179 of 255 = 70%
G 205 of 255 = 80%
B 196 of 255 = 77%

179
205
196

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

Portions of RGB colors in percentages

R + G + B = 179 + 205 + 196 = 580 (100%)
R 179 of 580 ~ 30.86%
G 205 of 580 ~ 35.34%
B 196 of 580 ~ 33.79'%

%30.86
%35.34
%33.79

CMYK color model

#B3CDC4 color CMYK value is (13,0,4,20).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (13,0,4,20)
C13M0Y4K20 (13%, 0%, 4%, 20%)
(0.13 / 0.00 / 0.04 / 0.20)

CMYK percentages

%12.68
%0
%4.39
%19.61

Codes

Color #B3CDC4 in popluar color models

B3 CD C4
RGB 179 205 196
HSL 159° 20.63% 75.29%
HSB/HSV 159° 12.68% 80.39%
CMYK 12.68% 0.00% 4.39%
19.61%

Color #B3CDC4 in popluar number systems.

HEX B3 CD C4
Decimal 179 205 196
Binary 10110011 11001101 11000100
Octal 263 315 304

Shades and tints

Shades of #B3CDC4

#B3CDC4
(179,205,196)
#A3BBB3
(163,187,179)
#93A9A2
(147,169,162)
#839791
(131,151,145)
#738580
(115,133,128)
#63736F
(99,115,111)
#53615E
(83,97,94)
#434F4D
(67,79,77)
#333D3C
(51,61,60)
#232B2B
(35,43,43)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #B3CDC4

#B3CDC4
(179,205,196)
#B9D1C9
(185,209,201)
#BFD5CE
(191,213,206)
#C5D9D3
(197,217,211)
#CBDDD8
(203,221,216)
#D1E1DD
(209,225,221)
#D7E5E2
(215,229,226)
#DDE9E7
(221,233,231)
#E3EDEC
(227,237,236)
#E9F1F1
(233,241,241)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CDC4 color. Also use rgb(179,205,196) instead hex code.

Text Font Color

.myTextColor { color: #B3CDC4; }

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

This text font color is #B3CDC4.

Background Color

.myBgColor { background-color: #B3CDC4; }

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

This div background color is #B3CDC4.

Border color

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

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

This div border color is #B3CDC4.

Opacity

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

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

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

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

This text has shadow with #B3CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CDC4.

Preview

Color preview on black background

This text has color #B3CDC4 on black background.


Color preview on white background

This text has color #B3CDC4 on white background.


Black color preview on #B3CDC4 background

This text has black color on #B3CDC4 background.


White color preview on #B3CDC4 background

This text has white color on #B3CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #4C323B.


I love getcolorcode.com

Triadic colors

1 #C4B3CD and #CDC4B3 with #B3CDC4 are triadic colors.

2 #C4CDB3 and #CDB3C4 with #B3CDC4 are triadic colors.