COLOR #B8DCD3

HEX: #B8DCD3 RGB: (184,220,211)

Color info

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

RGB color model

#B8DCD3 color RGB value is (184,220,211).

RGB: (184,220,211) (72%, 86%, 83%)

RGB channels and saturation

R 184 of 255 = 72%
G 220 of 255 = 86%
B 211 of 255 = 83%

184
220
211

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

Portions of RGB colors in percentages

R + G + B = 184 + 220 + 211 = 615 (100%)
R 184 of 615 ~ 29.92%
G 220 of 615 ~ 35.77%
B 211 of 615 ~ 34.31'%

%29.92
%35.77
%34.31

CMYK color model

#B8DCD3 color CMYK value is (16,0,4,14).

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

CMYK: (16,0,4,14)
C16M0Y4K14 (16%, 0%, 4%, 14%)
(0.16 / 0.00 / 0.04 / 0.14)

CMYK percentages

%16.36
%0
%4.09
%13.73

Codes

Color #B8DCD3 in popluar color models

B8 DC D3
RGB 184 220 211
HSL 165° 33.96% 79.22%
HSB/HSV 165° 16.36% 86.27%
CMYK 16.36% 0.00% 4.09%
13.73%

Color #B8DCD3 in popluar number systems.

HEX B8 DC D3
Decimal 184 220 211
Binary 10111000 11011100 11010011
Octal 270 334 323

Shades and tints

Shades of #B8DCD3

#B8DCD3
(184,220,211)
#A8C8C0
(168,200,192)
#98B4AD
(152,180,173)
#88A09A
(136,160,154)
#788C87
(120,140,135)
#687874
(104,120,116)
#586461
(88,100,97)
#48504E
(72,80,78)
#383C3B
(56,60,59)
#282828
(40,40,40)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B8DCD3

#B8DCD3
(184,220,211)
#BEDFD7
(190,223,215)
#C4E2DB
(196,226,219)
#CAE5DF
(202,229,223)
#D0E8E3
(208,232,227)
#D6EBE7
(214,235,231)
#DCEEEB
(220,238,235)
#E2F1EF
(226,241,239)
#E8F4F3
(232,244,243)
#EEF7F7
(238,247,247)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DCD3; }

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

This text font color is #B8DCD3.

Background Color

.myBgColor { background-color: #B8DCD3; }

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

This div background color is #B8DCD3.

Border color

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

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

This div border color is #B8DCD3.

Opacity

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

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

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

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

This text has shadow with #B8DCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DCD3.

Preview

Color preview on black background

This text has color #B8DCD3 on black background.


Color preview on white background

This text has color #B8DCD3 on white background.


Black color preview on #B8DCD3 background

This text has black color on #B8DCD3 background.


White color preview on #B8DCD3 background

This text has white color on #B8DCD3 background.


Related colors

Complementary color

Complementary color for #hex is #47232C.


I love getcolorcode.com

Triadic colors

1 #D3B8DC and #DCD3B8 with #B8DCD3 are triadic colors.

2 #D3DCB8 and #DCB8D3 with #B8DCD3 are triadic colors.