COLOR #B7CEA5

HEX: #B7CEA5
RGB: (183,206,165)

Color info

#B7CEA5 contains red, green and blue colors in about the same proportion. Web safe color of #B7CEA5 is #CCCC99 (or #CC9).

RGB color model

#B7CEA5 color RGB value is (183,206,165).

  • red value is 183;
  • green value is 206;
  • blue value is 165.
RGB:
(183,206,165)
(72%,81%,65%)

RGB channels and saturation

R 183 of 255 = 72%
G 206 of 255 = 81%
B 165 of 255 = 65%

183
206
165

R + G + B ~ 73%. #B7CEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 206 + 165 = 554 (100%)
R 183 of 554 ~ 33.03%
G 206 of 554 ~ 37.18%
B 165 of 554 ~ 29.78%

%33.03
%37.18
%29.78

CMYK color model

#B7CEA5 color CMYK value is (11,0,20,19).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 19.22%
CMYK:
(11,0,20,19)
C11M0Y20K19 
(11%,0%,20%,19%)
(0.11/0.00/0.20/0.19)	

CMYK percentages

%11.17
%0
%19.9
%19.22

Codes

Color #B7CEA5 in popluar color models

B7CEA5
RGB183206165
HSL94°29.50%72.75%
HSB/HSV94°19.90%80.78%
CMYK11.17%0.00%19.90%
19.22%

Color #B7CEA5 in popluar number systems.

HEXB7CEA5
Decimal183206165
Binary101101111100111010100101
Octal267316245

Shades and tints

Shades of #B7CEA5

#B7CEA5
(183,206,165)
#A7BC96
(167,188,150)
#97AA87
(151,170,135)
#879878
(135,152,120)
#778669
(119,134,105)
#67745A
(103,116,90)
#57624B
(87,98,75)
#47503C
(71,80,60)
#373E2D
(55,62,45)
#272C1E
(39,44,30)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #B7CEA5

#B7CEA5
(183,206,165)
#BDD2AD
(189,210,173)
#C3D6B5
(195,214,181)
#C9DABD
(201,218,189)
#CFDEC5
(207,222,197)
#D5E2CD
(213,226,205)
#DBE6D5
(219,230,213)
#E1EADD
(225,234,221)
#E7EEE5
(231,238,229)
#EDF2ED
(237,242,237)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CEA5 color. Also use rgb(183,206,165) instead hex code.

Text Font Color

.myTextColor { color: #B7CEA5; }

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

This text font color is #B7CEA5.


Background Color

.myBgColor { background-color: #B7CEA5; }

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

This div background color is #B7CEA5.


Border color

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

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

This div border color is #B7CEA5.


Opacity

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

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

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

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

This text has shadow with #B7CEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CEA5 on black background.


Color preview on white background

This text has color #B7CEA5 on white background.



Black color preview on #B7CEA5 background

This text has black color on #B7CEA5 background.


White color preview on #B7CEA5 background

This text has white color on #B7CEA5 background.