COLOR #B8DCC2

HEX: #B8DCC2 RGB: (184,220,194)

Color info

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

RGB color model

#B8DCC2 color RGB value is (184,220,194).

RGB: (184,220,194) (72%, 86%, 76%)

RGB channels and saturation

R 184 of 255 = 72%
G 220 of 255 = 86%
B 194 of 255 = 76%

184
220
194

R + G + B ~ 78%. #B8DCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 220 + 194 = 598 (100%)
R 184 of 598 ~ 30.77%
G 220 of 598 ~ 36.79%
B 194 of 598 ~ 32.44'%

%30.77
%36.79
%32.44

CMYK color model

#B8DCC2 color CMYK value is (16,0,12,14).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 13.73%

CMYK: (16,0,12,14)
C16M0Y12K14 (16%, 0%, 12%, 14%)
(0.16 / 0.00 / 0.12 / 0.14)

CMYK percentages

%16.36
%0
%11.82
%13.73

Codes

Color #B8DCC2 in popluar color models

B8 DC C2
RGB 184 220 194
HSL 137° 33.96% 79.22%
HSB/HSV 137° 16.36% 86.27%
CMYK 16.36% 0.00% 11.82%
13.73%

Color #B8DCC2 in popluar number systems.

HEX B8 DC C2
Decimal 184 220 194
Binary 10111000 11011100 11000010
Octal 270 334 302

Shades and tints

Shades of #B8DCC2

#B8DCC2
(184,220,194)
#A8C8B1
(168,200,177)
#98B4A0
(152,180,160)
#88A08F
(136,160,143)
#788C7E
(120,140,126)
#68786D
(104,120,109)
#58645C
(88,100,92)
#48504B
(72,80,75)
#383C3A
(56,60,58)
#282829
(40,40,41)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #B8DCC2

#B8DCC2
(184,220,194)
#BEDFC7
(190,223,199)
#C4E2CC
(196,226,204)
#CAE5D1
(202,229,209)
#D0E8D6
(208,232,214)
#D6EBDB
(214,235,219)
#DCEEE0
(220,238,224)
#E2F1E5
(226,241,229)
#E8F4EA
(232,244,234)
#EEF7EF
(238,247,239)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DCC2 color. Also use rgb(184,220,194) instead hex code.

Text Font Color

.myTextColor { color: #B8DCC2; }

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

This text font color is #B8DCC2.

Background Color

.myBgColor { background-color: #B8DCC2; }

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

This div background color is #B8DCC2.

Border color

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

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

This div border color is #B8DCC2.

Opacity

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

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

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

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

This text has shadow with #B8DCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DCC2.

Preview

Color preview on black background

This text has color #B8DCC2 on black background.


Color preview on white background

This text has color #B8DCC2 on white background.


Black color preview on #B8DCC2 background

This text has black color on #B8DCC2 background.


White color preview on #B8DCC2 background

This text has white color on #B8DCC2 background.


Related colors

Complementary color

Complementary color for #hex is #47233D.


I love getcolorcode.com

Triadic colors

1 #C2B8DC and #DCC2B8 with #B8DCC2 are triadic colors.

2 #C2DCB8 and #DCB8C2 with #B8DCC2 are triadic colors.