COLOR #B8EAD2

HEX: #B8EAD2 RGB: (184,234,210)

Color info

#B8EAD2 contains red, green and blue colors in about the same proportion. Web safe color of #B8EAD2 is #CCFFCC (or #CFC).

RGB color model

#B8EAD2 color RGB value is (184,234,210).

RGB: (184,234,210) (72%, 92%, 82%)

RGB channels and saturation

R 184 of 255 = 72%
G 234 of 255 = 92%
B 210 of 255 = 82%

184
234
210

R + G + B ~ 82%. #B8EAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 234 + 210 = 628 (100%)
R 184 of 628 ~ 29.3%
G 234 of 628 ~ 37.26%
B 210 of 628 ~ 33.44'%

%29.3
%37.26
%33.44

CMYK color model

#B8EAD2 color CMYK value is (21,0,10,8).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%

CMYK: (21,0,10,8)
C21M0Y10K8 (21%, 0%, 10%, 8%)
(0.21 / 0.00 / 0.10 / 0.08)

CMYK percentages

%21.37
%0
%10.26
%8.24

Codes

Color #B8EAD2 in popluar color models

B8 EA D2
RGB 184 234 210
HSL 151° 54.35% 81.96%
HSB/HSV 151° 21.37% 91.76%
CMYK 21.37% 0.00% 10.26%
8.24%

Color #B8EAD2 in popluar number systems.

HEX B8 EA D2
Decimal 184 234 210
Binary 10111000 11101010 11010010
Octal 270 352 322

Shades and tints

Shades of #B8EAD2

#B8EAD2
(184,234,210)
#A8D5BF
(168,213,191)
#98C0AC
(152,192,172)
#88AB99
(136,171,153)
#789686
(120,150,134)
#688173
(104,129,115)
#586C60
(88,108,96)
#48574D
(72,87,77)
#38423A
(56,66,58)
#282D27
(40,45,39)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #B8EAD2

#B8EAD2
(184,234,210)
#BEEBD6
(190,235,214)
#C4ECDA
(196,236,218)
#CAEDDE
(202,237,222)
#D0EEE2
(208,238,226)
#D6EFE6
(214,239,230)
#DCF0EA
(220,240,234)
#E2F1EE
(226,241,238)
#E8F2F2
(232,242,242)
#EEF3F6
(238,243,246)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EAD2 color. Also use rgb(184,234,210) instead hex code.

Text Font Color

.myTextColor { color: #B8EAD2; }

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

This text font color is #B8EAD2.

Background Color

.myBgColor { background-color: #B8EAD2; }

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

This div background color is #B8EAD2.

Border color

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

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

This div border color is #B8EAD2.

Opacity

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

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

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

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

This text has shadow with #B8EAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8EAD2.

Preview

Color preview on black background

This text has color #B8EAD2 on black background.


Color preview on white background

This text has color #B8EAD2 on white background.


Black color preview on #B8EAD2 background

This text has black color on #B8EAD2 background.


White color preview on #B8EAD2 background

This text has white color on #B8EAD2 background.


Related colors

Complementary color

Complementary color for #hex is #47152D.


I love getcolorcode.com

Triadic colors

1 #D2B8EA and #EAD2B8 with #B8EAD2 are triadic colors.

2 #D2EAB8 and #EAB8D2 with #B8EAD2 are triadic colors.